[Rt-commit] r5182 - in rt/branches/3.5-TESTING: .

trs at bestpractical.com trs at bestpractical.com
Mon May 8 22:08:15 EDT 2006


Author: trs
Date: Mon May  8 22:08:15 2006
New Revision: 5182

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css

Log:
 r10382 at zot:  tom | 2006-05-08 22:07:05 -0400
 Some fixes for horizontal scrolling problems (the query builder will still cause horizontal scroll if the window isn't wide enough, however, as a result of it's layout)


Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css	Mon May  8 22:08:15 2006
@@ -14,6 +14,7 @@
     left: 1.3em;
     top: 0.15em;
     z-index: 3;
+    width: 95%;
 }
 
 #header ul {

Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css	Mon May  8 22:08:15 2006
@@ -82,3 +82,9 @@
     margin-top: 0;
     margin-bottom: 0;
 }
+
+#comp-Search-Build .titlebox-content {
+    padding-left: 0.7em;
+    padding-right: 0.3em;
+}
+


More information about the Rt-commit mailing list