[Rt-commit] r18348 - rt/3.8/trunk/share/html/NoAuth/css/web2

jesse at bestpractical.com jesse at bestpractical.com
Thu Feb 12 14:07:28 EST 2009


Author: jesse
Date: Thu Feb 12 14:07:24 2009
New Revision: 18348

Modified:
   rt/3.8/trunk/share/html/NoAuth/css/web2/msie.css

Log:
Comboboxes weren't rendering properly on IE7. This appears to fix it

Modified: rt/3.8/trunk/share/html/NoAuth/css/web2/msie.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/web2/msie.css	(original)
+++ rt/3.8/trunk/share/html/NoAuth/css/web2/msie.css	Thu Feb 12 14:07:24 2009
@@ -215,6 +215,11 @@
 .titlebox .titlebox .titlebox-title .right{
     top: 0.25em;
 }
+
+.combobox {
+    float: left;
+}
+
 .combobox .combo-button {
     color: ButtonText;
     padding: 0;
@@ -231,4 +236,4 @@
 
 #comp-Search-Build #pick-criteria td.operator {
   width: 7.5em;
-}
\ No newline at end of file
+}


More information about the Rt-commit mailing list