[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-548-g5126559

? sunnavy sunnavy at bestpractical.com
Sat Nov 20 11:47:06 EST 2010


The branch, 3.9-trunk has been updated
       via  512655976453c914b69fd1fd7a7fbe2b44b9fc33 (commit)
       via  7e305ec6406560e3af924eb4e43665b89a9fb0f1 (commit)
       via  a72a3bba6a420ea61ccebca1c35ea2170ed143ce (commit)
      from  6f52e1bab67940a29085d9cf02a13a7d039a7dd0 (commit)

Summary of changes:
 share/html/NoAuth/css/web2/layout.css |    5 +++++
 share/html/NoAuth/css/web2/msie.css   |   19 ++++++++++++++-----
 share/html/NoAuth/css/web2/msie6.css  |   12 ++++++++++--
 3 files changed, 29 insertions(+), 7 deletions(-)

- Log -----------------------------------------------------------------
commit a72a3bba6a420ea61ccebca1c35ea2170ed143ce
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sun Nov 21 00:05:30 2010 +0800

    make body in login page a bit higher and left/right sides symmetrical

diff --git a/share/html/NoAuth/css/web2/layout.css b/share/html/NoAuth/css/web2/layout.css
index 35f6b63..ef523cd 100644
--- a/share/html/NoAuth/css/web2/layout.css
+++ b/share/html/NoAuth/css/web2/layout.css
@@ -77,6 +77,11 @@ div#body {
 
 }
 
+div#body.login-body {
+    top: -2.5em;
+    margin-right: 10em;
+}
+
 div#footer {
  position: absolute;
  right: 0;

commit 7e305ec6406560e3af924eb4e43665b89a9fb0f1
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sun Nov 21 00:11:19 2010 +0800

    update web2 css mainly to avoid overlap for ie

diff --git a/share/html/NoAuth/css/web2/msie.css b/share/html/NoAuth/css/web2/msie.css
index 21d8f11..c727fdf 100644
--- a/share/html/NoAuth/css/web2/msie.css
+++ b/share/html/NoAuth/css/web2/msie.css
@@ -48,8 +48,7 @@
 div#body {
     left: 0.25em;
     height: 100%;
-    top: 1em;
-
+    top: 6em;
 }
 
 
@@ -71,9 +70,10 @@ div#header h1 {
 
 
 #topactions {
-    top: 4.1em;
+    top: 3.5em;
     width: auto;
 }
+
 .topaction form * { 
     vertical-align: top;
 }
@@ -101,8 +101,6 @@ div#page-navigation {
 
 
 div#page-navigation ul#page-menu {
-    margin-top: -2.5em;
-    margin-left: 4em;
     background: none;
     border: none;
 }
@@ -236,3 +234,11 @@ table.queue-summary td, td.collection-as-table {
   word-wrap  */
 }
 
+div#logo .rtname {
+    float: right;
+    padding-right: 1em;
+}
+
+#page-action-menu {
+    top: 9.5em;
+}
diff --git a/share/html/NoAuth/css/web2/msie6.css b/share/html/NoAuth/css/web2/msie6.css
index 16208bb..afb14f1 100644
--- a/share/html/NoAuth/css/web2/msie6.css
+++ b/share/html/NoAuth/css/web2/msie6.css
@@ -49,8 +49,8 @@
     margin-top: 0;
 }
 
-div#page-navigation ul#page-menu {
-    margin-top: -3.2em;
+div#page-navigation {
+    width: 100%;
 }
 
 .titlebox-title .widget {
@@ -86,3 +86,11 @@ div#page-navigation ul#page-menu {
     width: expression(this.width > 401 ? 400 : true);
 }
 
+#prefs-menu .sf-sub-indicator {
+    background-image: url(../images/arrows-grey.gif);
+}
+
+#app-nav .sf-sub-indicator {
+    background-image: url(../images/arrows-grey.gif);
+}
+

commit 512655976453c914b69fd1fd7a7fbe2b44b9fc33
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sun Nov 21 00:46:03 2010 +0800

    ie7 lacks a bit space in bottom of #app-nav

diff --git a/share/html/NoAuth/css/web2/msie.css b/share/html/NoAuth/css/web2/msie.css
index c727fdf..781c6bd 100644
--- a/share/html/NoAuth/css/web2/msie.css
+++ b/share/html/NoAuth/css/web2/msie.css
@@ -51,6 +51,9 @@ div#body {
     top: 6em;
 }
 
+#main-navigation {
+    padding-bottom: 1em;
+}
 
 #footer {
     padding: 1em;

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


More information about the Rt-commit mailing list