[Rt-commit] rt branch, 3.8-trunk, updated. d38b3d5c33e5ae0b2b5c2ec833d573b73431df19
Kevin Falcone
falcone at bestpractical.com
Thu Jul 16 12:24:48 EDT 2009
The branch, 3.8-trunk has been updated
via d38b3d5c33e5ae0b2b5c2ec833d573b73431df19 (commit)
from 757232f8ec75060452d735a03d40f1ff176475ca (commit)
Summary of changes:
share/html/NoAuth/css/web2/msie6.css | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit d38b3d5c33e5ae0b2b5c2ec833d573b73431df19
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Jul 16 12:19:51 2009 -0400
IE6 stylesheet fix for closed titleboxes from Eynat Nirmishor
diff --git a/share/html/NoAuth/css/web2/msie6.css b/share/html/NoAuth/css/web2/msie6.css
index 7680b37..bf6b1ed 100644
--- a/share/html/NoAuth/css/web2/msie6.css
+++ b/share/html/NoAuth/css/web2/msie6.css
@@ -74,6 +74,13 @@ div#page-navigation ul#page-menu {
right: 0em;
}
+.titlebox
+{
+ height: auto !important;
+ height: 1.25em;
+}
+
+
.ticket-transaction .messagebody img {
/* ie6 does not support max-width */
width: expression(this.width > 401 ? 400 : true);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list