From: Damien Lespiau Date: Mon, 27 Oct 2014 20:07:37 +0000 (+0000) Subject: patchform: Minimal changes so patchform titles don't look out of place X-Git-Tag: v1.1.0~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf9330d771d27ff9b38aa66f02a56dd869ba35da;p=thirdparty%2Fpatchwork.git patchform: Minimal changes so patchform titles don't look out of place 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 Acked-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 6bc8ca39..65bdc1c2 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -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%; }