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

Damien Lespiau damien.lespiau at intel.com
Fri Oct 2 00:12:37 AEST 2015


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 at intel.com>
Acked-by: Stephen Finucane <stephen.finucane at intel.com>
---
 htdocs/css/style.css | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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%;
 }
-- 
2.1.0



More information about the Patchwork mailing list