Module: tools Branch: master Commit: 182e2fe422b4fa3cfd8710b5abf9f4df296d07b7 URL: http://source.winehq.org/git/tools.git/?a=commit;h=182e2fe422b4fa3cfd8710b5a...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Aug 31 17:17:22 2012 +0200
testbot/web: Vertically center the property label with its edit field.
The edit field is typically higher than the label so it looks better if the latter is centered vertically.
---
testbot/web/WineTestBot.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testbot/web/WineTestBot.css b/testbot/web/WineTestBot.css index c3e13c9..29902ff 100644 --- a/testbot/web/WineTestBot.css +++ b/testbot/web/WineTestBot.css @@ -191,7 +191,7 @@ h2 { width: 45%; display: inline-block; - vertical-align: top; + vertical-align: center; text-align: right; padding-right: 6px; }