]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
ui: Align patch row with checkbox vertically
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 8 Sep 2016 21:20:30 +0000 (23:20 +0200)
committerStephen Finucane <stephen@that.guru>
Sun, 25 Sep 2016 21:33:49 +0000 (22:33 +0100)
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>
htdocs/css/style.css

index f7f7b6a8a6e7c955d29d0fda3b171a3a33ef2462..282591eb68ceb6c81841ba5345eeb80169ff43aa 100644 (file)
@@ -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 {