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

trs at bestpractical.com trs at bestpractical.com
Tue Oct 11 20:38:50 EDT 2005


Author: trs
Date: Tue Oct 11 20:38:49 2005
New Revision: 3949

Removed:
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav-left.css
Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/main.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css
Log:
 r6570 at wintermute:  tom | 2005-10-10 21:07:35 -0400
 Removed the old right-style menu CSS and made the left-style the default
 so it's easier to fiddle with.


Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/main.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/main.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/main.css	Tue Oct 11 20:38:49 2005
@@ -54,7 +54,6 @@
 @import "ticket.css";
 @import "transactions.css";
 @import "nav.css";
- at import "nav-left.css";
 @import "header.css";
 @import "footer.css";
 

Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css	Tue Oct 11 20:38:49 2005
@@ -51,6 +51,7 @@
 #nav #system-menu {
     font-size: 1.1em;
     min-width: 47em;
+    width: 70%;
 }
 
 #nav ul {
@@ -59,14 +60,14 @@
     color: #eee;
     list-style: none;
     margin: 0;
-    padding: 0.2em 2em 0.4em 0;
-    float: right;
+    padding: 0;
+    float: left;
     position: relative;
 }
 
 #nav li ul {
     position: absolute;
-    right: 0;
+    left: 0;
     top: 2.21em;
     font-size: 1em;
 }
@@ -74,7 +75,7 @@
 %# Hide from IE... it can't handle relative positioning with both a
 %# left and right set
 html>body #nav li ul {
-    left: 2em;
+    right: 2em;
 }
 
 #nav :link,
@@ -121,10 +122,20 @@
 #nav li.first { padding-left: 1em; }
 
 #nav div { display: inline; }
-#nav ul div { display: block; }
+#nav ul div {
+    display: block;
+    text-align: left;
+    padding: 0.2em 1em 0.4em 0;
+}
+
+#nav ul { background: #069 url(<%$RT::WebImagesURL%>/css/ctr.gif) no-repeat top right; }
+#nav ul div { background: transparent url(<%$RT::WebImagesURL%>/css/cbr.gif) no-repeat bottom right; }
+#nav ul.odd { background: #08c url(<%$RT::WebImagesURL%>/css/ctr.gif) no-repeat top right; }
+#nav ul.odd div { background: transparent url(<%$RT::WebImagesURL%>/css/cbr.gif) no-repeat bottom right; }
 
+/*
 #nav ul { background: #069 url(<%$RT::WebImagesURL%>/css/ct.gif) no-repeat top left; }
 #nav ul .first { background: transparent url(<%$RT::WebImagesURL%>/css/cb.gif) no-repeat bottom left; }
 #nav ul.odd { background: #08c url(<%$RT::WebImagesURL%>/css/ct-light.gif) no-repeat top left; }
 #nav ul.odd .first { background: transparent url(<%$RT::WebImagesURL%>/css/cb-light.gif) no-repeat bottom left; }
-
+*/

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	Tue Oct 11 20:38:49 2005
@@ -1,6 +1,6 @@
 #logo {
-    float: left;
-    clear: left;
+    float: right;
+    clear: right;
 }
 
 #logo img { border: none; }


More information about the Rt-commit mailing list