[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-544-g6b0d656

Jesse Vincent jesse at bestpractical.com
Fri Nov 19 23:41:18 EST 2010


The branch, 3.9-trunk has been updated
       via  6b0d656f9a0873db7e29550e081bd2705115ae65 (commit)
      from  360a7d90a480757e518436ec1687aa73112452ce (commit)

Summary of changes:
 share/html/NoAuth/css/aileron/msie.css  |   23 +++++++++++++++--------
 share/html/NoAuth/css/aileron/msie6.css |   11 ++++++-----
 2 files changed, 21 insertions(+), 13 deletions(-)

- Log -----------------------------------------------------------------
commit 6b0d656f9a0873db7e29550e081bd2705115ae65
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Fri Nov 19 23:37:49 2010 -0500

    closer to reasonable IE styles

diff --git a/share/html/NoAuth/css/aileron/msie.css b/share/html/NoAuth/css/aileron/msie.css
index 3efd997..683443c 100644
--- a/share/html/NoAuth/css/aileron/msie.css
+++ b/share/html/NoAuth/css/aileron/msie.css
@@ -46,9 +46,19 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 
+div#body {
+    top: 3em;
+    padding-top: 3em;
+}
 
-#footer {
-    padding: 1em;
+div#logo .rtname {
+    float: none;
+    right: 12em;
+    position: absolute;
+}
+
+div#footer {
+    margin-top: 5em;
 }
 
 
@@ -105,12 +115,9 @@ div#nav li.last {
 }
 
 .titlebox .titlebox-title .left {
-    padding: 0.25em;
-    padding-left: 0.5em;
+    padding: 0.5em;
 }
 
-.titlebox {
-}
 
 .titlebox .titlebox-title .right {
     border-right: 2px solid #aaa;
@@ -143,14 +150,14 @@ table.queue-summary td, td.collection-as-table {
 
 .titlebox-title .widget {
     position: absolute;
-    top: -0.25em;
+    top: -0.75em;
     left: -0.25em;
 
 }
 .titlebox-title .left {
     position: absolute;
     top: -0.75em;
-    left: 0.5em;
+    left: 1em;
 }
 
 
diff --git a/share/html/NoAuth/css/aileron/msie6.css b/share/html/NoAuth/css/aileron/msie6.css
index ca42579..5662291 100644
--- a/share/html/NoAuth/css/aileron/msie6.css
+++ b/share/html/NoAuth/css/aileron/msie6.css
@@ -45,6 +45,12 @@
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
+
+div#body {
+
+    top: 0em;
+}
+
 .topaction .select-queue {
     margin-top: 0;
 }
@@ -83,11 +89,6 @@
 }
 
 
-div#logo .rtname {
-    float: none;
-    right: 12em;
-    position: absolute;
-}
 
 .sf-sub-indicator {
 	background:		url('../images/arrows-ffffff.gif') no-repeat -10px -100px;

-----------------------------------------------------------------------


More information about the Rt-commit mailing list