diff mbox

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

Message ID 1440440620-25937-34-git-send-email-damien.lespiau@intel.com
State Changes Requested
Headers show

Commit Message

Damien Lespiau Aug. 24, 2015, 6:23 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>
---
 htdocs/css/style.css | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Stephen Finucane Sept. 9, 2015, 3:24 p.m. UTC | #1
> 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>


These still don't fit stylistically. They're better!, but not correct. Still...

Acked-by: Stephen Finucane <stephen.finucane@intel.com>
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%;
 }