[PATCH 1/4] ui: Align patch row with checkbox vertically
Thomas Monjalon
thomas.monjalon at 6wind.com
Fri Sep 9 07:20:30 AEST 2016
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 at 6wind.com>
---
htdocs/css/style.css | 1 +
1 file changed, 1 insertion(+)
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 {
--
2.7.0
More information about the Patchwork
mailing list