diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-10-27 20:07:37 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-05 03:51:41 +0000 |
commit | bf9330d771d27ff9b38aa66f02a56dd869ba35da (patch) | |
tree | 5e1a8779107e987b34c084af79143929bb1158ab /htdocs/css | |
parent | 754eaf940e8120faac47c962427639e1cea9c2d0 (diff) | |
download | patchwork-bf9330d771d27ff9b38aa66f02a56dd869ba35da.tar patchwork-bf9330d771d27ff9b38aa66f02a56dd869ba35da.tar.gz |
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 <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'htdocs/css')
-rw-r--r-- | htdocs/css/style.css | 5 |
1 files 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%; } |