summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorThomas Monjalon <thomas.monjalon@6wind.com>2016-09-08 23:20:30 +0200
committerStephen Finucane <stephen@that.guru>2016-09-25 22:33:49 +0100
commitbf05c8f34563bc02578c01aacac8e94edfb1cf91 (patch)
tree8da69fe6063ce90ad066ebfc5ad4285bde4e2d7a /htdocs
parent3d1fd9ea1eb1e738e6a05df56a2152b5aae952fd (diff)
downloadpatchwork-bf05c8f34563bc02578c01aacac8e94edfb1cf91.tar
patchwork-bf05c8f34563bc02578c01aacac8e94edfb1cf91.tar.gz
ui: Align patch row with checkbox vertically
When logged in, the checkbox in front of each row makes the line bigger. And the text was not exactly in the middle of the line. Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com> Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index f7f7b6a..282591e 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -430,6 +430,7 @@ table.vertical {
.table-extra-condensed > tbody > tr > td,
.table-extra-condensed > tfoot > tr > td {
padding: 2px;
+ vertical-align: middle;
}
table.vertical th {