]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
boxes: Style boxes like the patch form
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 27 Oct 2014 20:19:17 +0000 (20:19 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:51:42 +0000 (03:51 +0000)
Here again, a pass may be needed in the future, but for now, make things
consistent.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
htdocs/css/style.css

index 65bdc1c22752da991b02335dadd4e29f5bcdc879..d4e9e815e3cdf0c6453d992fc01236aec7e0f873 100644 (file)
@@ -402,7 +402,7 @@ table.vertical {
        border-collapse: collapse;
 }
 table.vertical th {
-       background: #786fb4;
+       background: #0A0A47;
        color: white;
        font-weight: bold;
        text-align: center;
@@ -425,10 +425,10 @@ div.box {
 }
 
 div.box h2 {
-       background: #786fb4;
+       background: #0A0A47;
        color: white;
        margin: -0.5em -0.5em 1em; -0.5em;
-       padding: 0em 0.5em;
+       padding: 0.3em 0.3em 0.3em 0.6em;
        font-size: 100%;
 }