]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
patchform: Minimal changes so patchform titles don't look out of place
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 27 Oct 2014 20:07:37 +0000 (20:07 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:51:41 +0000 (03:51 +0000)
I'd like to add editing in place in the list of patches instead of
having to select, scroll down and make the changes.

For the time being, just change the header background color and padding
space.

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

index 6bc8ca3998a5794ab8b033faf55703ba703b1a73..65bdc1c22752da991b02335dadd4e29f5bcdc879 100644 (file)
@@ -310,9 +310,8 @@ div.patchform h3 {
        margin-top: 0em;
        margin-left: -0.6em;
        margin-right: -0.6em;
-       padding-left: 0.3em;
-       padding-right: 0.3em;
-       background: #786fb4;
+       padding: 0.3em 0.3em 0.3em 0.6em;
+       background-color: #0A0A47;
        color: white;
        font-size: 100%;
 }