diff options
author | Thomas Monjalon <thomas.monjalon@6wind.com> | 2016-09-08 23:20:32 +0200 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2016-09-25 22:34:08 +0100 |
commit | c0dae9bac11644bd98c60e7c817f5047b8440d08 (patch) | |
tree | 8b66a5cf4268a15a55b5065051027f55ea9d3d89 /htdocs/css/style.css | |
parent | d9d9e8044574852f0c683e37b3f4de676971c42c (diff) | |
download | patchwork-c0dae9bac11644bd98c60e7c817f5047b8440d08.tar patchwork-c0dae9bac11644bd98c60e7c817f5047b8440d08.tar.gz |
ui: Shrink vertical space
Reduce some vertical padding/margin and remove some useless titles
in list.html and patch.html.
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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index a84f03c..0bf4b43 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -91,8 +91,8 @@ dl dt { .filters { border: 1px solid #cccccc; border-radius: 4px; - padding: 10px 20px; - margin-bottom: 20px; + padding: 5px 20px; + margin: 15px 0; } a.filter-action { @@ -119,7 +119,7 @@ div.filters { } div.patchforms { - margin-top: 2em; + margin-top: 1em; } /* list order manipulation */ @@ -145,7 +145,7 @@ input#reorder-change { .paginator { text-align: right; clear: both; - margin: 8px 0 20px; + margin: 8px 0 15px; } .paginator .prev-na, @@ -184,7 +184,7 @@ table.patchmeta th { table.patchmeta tr th, table.patchmeta tr td { text-align: left; - padding: 3px 10px 3px 10px; + padding: 1px 10px; vertical-align: middle; } |