Index: /trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css	(revision 65088)
+++ /trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css	(revision 65089)
@@ -48,5 +48,4 @@
 p, ul, ol {
     margin-top:     0;
-    line-height:    180%;
 }
 
@@ -61,4 +60,5 @@
     font-weight:    normal;
     color:          #2f2f2f;
+    line-height:    180%;
 }
 h1 {
@@ -268,4 +268,5 @@
  */
 
+
 /* Side menu: */
 #side-menu {
@@ -352,8 +353,28 @@
     font-size:      0.82em;
 }
+#side-filters li {
+    line-height: 0.7em;
+}
+
 
 #side-filters input[type=checkbox] {
-    vertical-align: text-top;
-}
+    margin-right:   0.20em;
+    vertical-align: middle;
+    width:          1.0em;
+    height:         1.0em;
+}
+@supports(-moz-appearance:meterbar) { /* Mozilla hack for saving vertical space */
+    #side-filters input[type=checkbox] {
+        vertical-align: bottom;
+    }
+}
+@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE 10+ specific tweaks */
+    #side-filters input[type=checkbox] {
+        vertical-align: bottom;
+        width:          1.1em;
+        height:         1.1em;
+    }
+}
+
 
 #side-filters ul {
@@ -698,7 +719,12 @@
  */
 .tmform ul {
-    list-style:      none;
+    list-style:     none;
     list-style-type: none;
 }
+
+.tmform li {
+    line-height:    160%;
+}
+
 
 .tmform-field {
