[Rt-commit] r12984 - in rt/branches/3.8-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Fri Jun 6 13:36:30 EDT 2008


Author: jesse
Date: Fri Jun  6 13:36:29 2008
New Revision: 12984

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/nav.css

Log:
 r32389 at 31b:  jesse | 2008-06-06 13:36:12 -0400
 RT-Ticket: 9575
 RT-Update: correspond
 RT-Status: resolved
 
 CSS font size improvements from elacour. Other style rejiggering to get things to line up again.


Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css	Fri Jun  6 13:36:29 2008
@@ -66,7 +66,7 @@
     padding-top: 1.5em;
     -moz-border-radius: 0.5em;
     -webkit-border-radius: 0.5em;
-    margin-left: 9.8em;
+    margin-left: 10.5em;
     margin-top: 5.2em;
     margin-right: 1em;
     margin-bottom: 0em;
@@ -84,7 +84,7 @@
  position: absolute;
  right: 1em;
  top: 3.85em; 
- font-size: 0.8em;
+ font-size: 0.9em;
 }
 
 #topactions form button, #topactions form input[type=submit], #topactions form input[type=button]{
@@ -119,7 +119,7 @@
  position: absolute;
  right: 0;
   text-align: right;
- font-size: 0.8em;
+ font-size: 0.9em;
  margin-top: 2em;
  background: #fff;
  margin-bottom: 0;
@@ -176,7 +176,7 @@
 
 
 div#quickbar, div#logo {
-    font-size: 0.8em;
+    font-size: 0.9em;
 }
 div#quickbar a, div#logo a { 
     color: #000;
@@ -201,12 +201,12 @@
 
 div#header h1 {
  position: absolute;
- left: 6.8em;
+ left: 7.25em;
  right: 23em;
  overflow: hidden;
  height: 1em;
  font-size: 1.4em;
- margin-top: 0.125em;
+ margin-top: 0.4em;
  padding: 0.25em;
  color: #fff;
 }

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/nav.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/nav.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/nav.css	Fri Jun  6 13:36:29 2008
@@ -49,9 +49,9 @@
 div#nav {
  position: absolute;
  left: 0;
- font-size: 0.8em;
+ font-size: 0.9em;
  top: 3.2em;
- width: 11em;
+ width: 10.5em;
  background: #fff;
  -moz-border-radius-bottomright: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
@@ -93,7 +93,7 @@
 }
 div#nav li li {
     margin-left: -0.5em;
-    padding-left: 1em;
+    padding-left: 0.25em;
     margin-right: -0.5em;
 }
 
@@ -149,14 +149,14 @@
 div#page-navigation ul#page-menu {
  display: block;
  position: absolute;
- left: 9em;
- font-size: 0.8em;
+ left: 8em;
+ font-size: 0.9em;
  top: 2.3em;
  height: 1em;
  background-color: white;
  right: 0em;
- padding-top:0.5em;
- padding-bottom:0.75em;
+ padding-top:0.3em;
+ padding-bottom:0.5em;
  border-top: 1px solid #aaa;
 
 }


More information about the Rt-commit mailing list