Francois Gouget : testbot/web: Fix the vertical-align CSS statements so the form labels and inputs align correctly.

Alexandre Julliard julliard at winehq.org
Mon Jun 16 04:17:04 CDT 2014


Module: tools
Branch: master
Commit: d56366da8ee186c474b17cfd2fb599bbb8dcc44b
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=d56366da8ee186c474b17cfd2fb599bbb8dcc44b

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Jun 13 18:21:38 2014 +0200

testbot/web: Fix the vertical-align CSS statements so the form labels and inputs align correctly.

---

 testbot/web/WineTestBot.css |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testbot/web/WineTestBot.css b/testbot/web/WineTestBot.css
index a64584b..5d25c42 100644
--- a/testbot/web/WineTestBot.css
+++ b/testbot/web/WineTestBot.css
@@ -191,7 +191,7 @@ h2
 {
   width: 45%;
   display: inline-block;
-  vertical-align: center;
+  vertical-align: middle;
   text-align: right;
   padding-right: 6px;
 }
@@ -199,6 +199,7 @@ h2
 .ItemValue
 {
   display: inline-block;
+  vertical-align: middle;
   /* The joys of IE. Got the following 2 lines from
      http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
   zoom: 1;




More information about the wine-cvs mailing list