diff options
author | Thomas Monjalon <thomas.monjalon@6wind.com> | 2016-09-08 23:20:31 +0200 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2016-09-25 22:34:05 +0100 |
commit | d9d9e8044574852f0c683e37b3f4de676971c42c (patch) | |
tree | b5eacb714d244bfdd1c3fa41a11489ace7e297d6 /htdocs/css/style.css | |
parent | bf05c8f34563bc02578c01aacac8e94edfb1cf91 (diff) | |
download | patchwork-d9d9e8044574852f0c683e37b3f4de676971c42c.tar patchwork-d9d9e8044574852f0c683e37b3f4de676971c42c.tar.gz |
ui: Align patch form with above metadata
The box "Patch Properties" is now well aligned with lines
"Message ID", "State" and "Headers".
Give also more space with side box "Bundling".
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'htdocs/css/style.css')
-rw-r--r-- | htdocs/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 282591e..a84f03c 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -322,7 +322,7 @@ div.patchform { padding-left: 0.6em; padding-right: 0.6em; float: left; - margin: 0.5em 1em; + margin: 0.5em 5em 0.5em 10px; } div.patchform h3 { |