From: Thomas Monjalon Date: Thu, 8 Sep 2016 21:20:30 +0000 (+0200) Subject: ui: Align patch row with checkbox vertically X-Git-Tag: v2.0.0-rc1~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf05c8f34563bc02578c01aacac8e94edfb1cf91;p=thirdparty%2Fpatchwork.git 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 Reviewed-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index f7f7b6a8..282591eb 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 {