diff mbox

[32/49] patchform: Minimal changes so patchform titles don't look out of place

Message ID 1443708774-26996-33-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Oct. 1, 2015, 2:12 p.m. UTC
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 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff mbox

Patch

diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 6bc8ca3..65bdc1c 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%;
 }