From bf05c8f34563bc02578c01aacac8e94edfb1cf91 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Thu, 8 Sep 2016 23:20:30 +0200 Subject: 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 --- htdocs/css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'htdocs') 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 { -- cgit v1.2.3