[Tools] testbot/web: Vertically center the property label with its edit field.

Francois Gouget fgouget at codeweavers.com
Fri Aug 31 10:17:22 CDT 2012


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 file changed, 1 insertion(+), 1 deletion(-)

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;
 }
-- 
1.7.10.4




More information about the wine-patches mailing list