[Rt-commit] r3509 - in rt/branches/3.5-TESTING: . html/NoAuth/css/3.5-default

trs at bestpractical.com trs at bestpractical.com
Wed Jul 20 15:27:10 EDT 2005


Author: trs
Date: Wed Jul 20 15:27:10 2005
New Revision: 3509

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css
Log:
 r5299 at wintermute:  tom | 2005-07-20 10:49:49 -0400
 Slight spacing bug (make it less prone to wrapping)


Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css	Wed Jul 20 15:27:10 2005
@@ -131,7 +131,7 @@
 
 #quickbar #topactions form {
     display: inline;
-    margin-right: 2em;
+    margin-left: 1em;
 }
 
 #quickbar #topactions form .button {

Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css	Wed Jul 20 15:27:10 2005
@@ -35,5 +35,5 @@
 
 #quickbar #topactions {
     font-size: 0.9em;
-    padding: 0.5em 0 0 2em;
+    padding: 0.5em 0 0 1em;
 }


More information about the Rt-commit mailing list