[Rt-commit] r3496 - in rt/branches/3.5-TESTING: . html/Elements html/NoAuth/css/3.4-compat html/NoAuth/css/3.5-default

trs at bestpractical.com trs at bestpractical.com
Sun Jul 17 19:23:19 EDT 2005


Author: trs
Date: Sun Jul 17 19:23:18 2005
New Revision: 3496

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/Elements/Submit
   rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/forms.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/header.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/nav.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/quickbar.css
   rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css
Log:
 r5169 at wintermute:  tom | 2005-07-17 19:15:33 -0400
 Submit bars and blue top bar


Modified: rt/branches/3.5-TESTING/html/Elements/Submit
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/Submit	(original)
+++ rt/branches/3.5-TESTING/html/Elements/Submit	Sun Jul 17 19:23:18 2005
@@ -77,6 +77,7 @@
   <input type="submit" class="button"<% $Name && qq[ name="$Name"] | n %> value="<%$Label%>" class="button" />
 % }
   </div>
+  <div class="submit-clear"></div>
 </div>
 
 <%ARGS>

Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/forms.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/forms.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/forms.css	Sun Jul 17 19:23:18 2005
@@ -48,10 +48,21 @@
     font-weight: bold;
 }
 
+.submit {
+    background: #069;
+%# These borders are needed so the container actually surrounds the floats inside it
+    border-top: 1px solid white;
+    border-bottom: 1px solid white;
+    color: #ffdb00;
+    font-weight: bold;
+}
+
 .submit .buttons { float: right; }
 .submit .extra-buttons { float: left; }
 .submit .button { font-size: 0.9em; }
 
+.submit .submit-clear { clear: right; }
+
 .input-row {
     clear: both;
     padding: 0.25em;

Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/header.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/header.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/header.css	Sun Jul 17 19:23:18 2005
@@ -49,7 +49,7 @@
 
 #header {
     background: #4282b5;
-    margin-top: 8px;
+    margin-top: 0;
     padding-bottom: 0.2em;
 }
 

Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/nav.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/nav.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/nav.css	Sun Jul 17 19:23:18 2005
@@ -1,20 +1,19 @@
 #nav {
     clear: both;
     float: left;
-    width: 10em;
-    font-size: 1.3em;
+    width: 18%;
+    font-size: 1.4em;
     color: #eee;
-    margin: 8px 0.5em 0 0;
+    margin: 0;
     background: #4282b5 url(<%$RT::WebImagesURL%>/css/cbr.gif) no-repeat bottom right;
 }
 
-#body { margin-left: 14em; }
+#body { margin-left: 20%; }
 
 #nav #system-menu {
-    padding: 0 0.5em 0.5em 0.5em;
+    padding: 0 0.2em 0.2em 0.2em;
     margin-top: 0;
 /*    background: transparent url(<%$RT::WebImagesURL%>/css/ctr.gif) no-repeat top right; */
-    font-weight: bold;
 }
 
 #nav ul {
@@ -34,7 +33,6 @@
 
 #nav li ul {
     font-size: 0.9em;
-    font-weight: normal;
 }
 
 #nav li ul li {
@@ -59,4 +57,5 @@
 #nav :visited.selected
 {
     text-decoration: underline;
+    font-weight: bold;
 }

Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/quickbar.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/quickbar.css	(original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/quickbar.css	Sun Jul 17 19:23:18 2005
@@ -1,3 +1,9 @@
+#quickbar {
+    position: relative;
+    padding-bottom: -2em;
+    border-bottom: 2.5em solid #000084;
+}
+
 #logo {
     position: relative;
     width: 216px;
@@ -6,10 +12,15 @@
 }
 
 #logo img { border: none; }
+
 #logo div.rtname {
-    padding-left: 1em;
+    position: absolute;
+    left: 1em;
+    bottom: -1.5em;
     font-weight: bold;
     font-size: 1.3em;
+    background: #000084;
+    color: white;
 }
 
 #quickbar #quick-personal {
@@ -37,8 +48,10 @@
 }
 
 #quickbar #topactions {
+    color: white;
     font-size: 0.9em;
-    float: right;
-    clear: right;
-    margin: 1.5em 1em 0 0;
+    position: absolute;
+    right: 1em;
+    bottom: -2.3em;
+    background: #000084;
 }

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	Sun Jul 17 19:23:18 2005
@@ -94,6 +94,7 @@
 .submit .buttons { float: right; }
 .submit .extra-buttons { float: left; }
 .submit .button { font-size: 0.9em; }
+.submit .submit-clear { display: none; }
 
 .input-row {
     clear: both;


More information about the Rt-commit mailing list