[Rt-commit] r13099 - in rt/branches/3.8-TESTING: .
jesse at bestpractical.com
jesse at bestpractical.com
Mon Jun 9 21:13:31 EDT 2008
Author: jesse
Date: Mon Jun 9 21:13:31 2008
New Revision: 13099
Added:
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie.css
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/InHeader
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/boxes.css
Log:
r32535 at 31b: jesse | 2008-06-09 20:55:34 -0400
* Redid MSIE support to no longer require IE7.js
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/InHeader
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/InHeader (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/InHeader Mon Jun 9 21:13:31 2008
@@ -46,5 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
<!--[if lt IE 8]>
-<script type="text/javascript" src="<%RT->Config->Get('WebPath')%>/NoAuth/js/IE7/IE8.js"></script>
+%#<script type="text/javascript" src="<%RT->Config->Get('WebPath')%>/NoAuth/js/IE7/IE8.js"></script>
+<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/msie.css" type="text/css" media="all" />
+
<![endif]-->
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/boxes.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/boxes.css (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/boxes.css Mon Jun 9 21:13:31 2008
@@ -190,12 +190,3 @@
.titlebox.rolled-up .titlebox-title .widget a {
background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rolldown-arrow.gif);
}
-
-
-
-/* Horrible IE hacks */
-* html .titlebox .titlebox-title .right {
- right: 0.7em;
- top: 1em;
-}
-
Added: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie.css
==============================================================================
--- (empty file)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie.css Mon Jun 9 21:13:31 2008
@@ -0,0 +1,65 @@
+
+
+div#body {
+ left: 0.25em;
+ height: 100%;
+ top: 1em;
+
+}
+
+#header h1 {
+ top: 1.6em;
+ bottom: 4em;
+ height: 2em;
+ z-index: 99999;
+
+}
+
+div#page-navigation ul#actions-menu {
+ margin-top: -3em;
+ margin-right: -0.3em;
+}
+
+div#page-navigation {
+ position: absolute;
+ top: 6.2em;
+ height: 1.8em;
+ background: #fff;
+ border-top: 2px solid #ccc;
+}
+
+
+
+div#page-navigation ul#page-menu {
+ margin-top: -3.2em;
+ margin-left: 4em;
+ background: none;
+ border: none;
+}
+
+div.titlebox .titlebox-title .right {
+ top: 1.1em;
+ right: 1.1em;
+
+}
+
+div#quickbar { height: 1.2em;}
+
+#comp-Search-Build #editquery {
+ margin-top: 0.2em;
+ width: 39%;
+ left: 60%;
+}
+
+div#nav li.first {
+ border-top: 1px solid #cccccc;
+ margin-top: 0.25em;
+}
+
+div#nav li.last {
+ border-bottom: none;
+ padding-bottom: 0;
+ margin-bottom: 0;
+}
+
+.ticket-transaction .type a { font-weight: normal; text-decoration: none; color: #fff; }
More information about the Rt-commit
mailing list