[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-1014-g076e0cd

? sunnavy sunnavy at bestpractical.com
Thu Dec 23 01:00:44 EST 2010


The branch, 3.9-trunk has been updated
       via  076e0cdc2814b7559f598db71d0ab0ac8b7cd62a (commit)
       via  b7e8708c9b1b1986a2fc15a1750fd0e537d92bb0 (commit)
      from  0519c68556daf5c233eff88d9113fd6c9880bbbc (commit)

Summary of changes:
 share/html/NoAuth/css/aileron/msie.css |    5 +++++
 share/html/NoAuth/css/ballard/msie.css |    4 ++++
 share/html/NoAuth/css/base/admin.css   |    4 ++++
 share/html/NoAuth/css/web2/msie.css    |    5 +++++
 4 files changed, 18 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit b7e8708c9b1b1986a2fc15a1750fd0e537d92bb0
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Dec 23 13:22:49 2010 +0800

    make rt portal happy with firefox and ie8

diff --git a/share/html/NoAuth/css/base/admin.css b/share/html/NoAuth/css/base/admin.css
index 174a9b5..f3b2234 100644
--- a/share/html/NoAuth/css/base/admin.css
+++ b/share/html/NoAuth/css/base/admin.css
@@ -85,6 +85,10 @@ ul.list-menu ul li {
     padding-bottom: 1em;
 }
 
+#rt-portal .titlebox-content {
+    height: 100%;
+}
+
 #rt-portal .titlebox.rolled-up {
     bottom: auto;
     padding-bottom: 0;

commit 076e0cdc2814b7559f598db71d0ab0ac8b7cd62a
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Dec 23 13:23:17 2010 +0800

    make rt portal not so sad with ie<8

diff --git a/share/html/NoAuth/css/aileron/msie.css b/share/html/NoAuth/css/aileron/msie.css
index 18580b7..2939229 100644
--- a/share/html/NoAuth/css/aileron/msie.css
+++ b/share/html/NoAuth/css/aileron/msie.css
@@ -182,3 +182,8 @@ table.queue-summary td, td.collection-as-table {
   white-space: pre;   /* IE only hack to re-specify in addition to
   word-wrap  */
 }
+
+#rt-portal .titlebox-content {
+    height: 23em;
+}
+
diff --git a/share/html/NoAuth/css/ballard/msie.css b/share/html/NoAuth/css/ballard/msie.css
index 21d8f11..4c7cdf9 100644
--- a/share/html/NoAuth/css/ballard/msie.css
+++ b/share/html/NoAuth/css/ballard/msie.css
@@ -236,3 +236,7 @@ table.queue-summary td, td.collection-as-table {
   word-wrap  */
 }
 
+#rt-portal .titlebox-content {
+    height: 23em;
+}
+
diff --git a/share/html/NoAuth/css/web2/msie.css b/share/html/NoAuth/css/web2/msie.css
index df3597f..af9c0ca 100644
--- a/share/html/NoAuth/css/web2/msie.css
+++ b/share/html/NoAuth/css/web2/msie.css
@@ -243,3 +243,8 @@ div#logo .rtname {
 #page-action-menu {
     top: 9.5em;
 }
+
+#rt-portal .titlebox-content {
+    height: 23em;
+}
+

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


More information about the Rt-commit mailing list