[Rt-commit] r17096 - rt/3.8/trunk/share/html/NoAuth/css/3.5-default
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Dec 4 07:24:33 EST 2008
Author: sunnavy
Date: Thu Dec 4 07:24:31 2008
New Revision: 17096
Modified:
rt/3.8/trunk/share/html/NoAuth/css/3.5-default/titlebox.css
Log:
copied css of "* html .titlebox .titlebox-title .widget a" from web2 to 3.5, with tiny change
Modified: rt/3.8/trunk/share/html/NoAuth/css/3.5-default/titlebox.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/3.5-default/titlebox.css (original)
+++ rt/3.8/trunk/share/html/NoAuth/css/3.5-default/titlebox.css Thu Dec 4 07:24:31 2008
@@ -114,43 +114,25 @@
.titlebox .titlebox-title .widget a {
display: block;
- padding-top: 1em;
+ margin: 0;
+ margin-top: 0.5em;
width: 20px;
- background: url(<%RT->Config->Get('WebImagesURL')%>/css/rollup-arrow.gif) no-repeat center center;
-
- margin: 0;
- text-indent: -9999px;
+ background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rollup-arrow.gif) no-repeat center center;
position: absolute;
- top: 0.4em;
- left: 0.75em;
+ top: -0.75em;
+ left: 0.15em;
float: left;
-%# Basically IE5 will see those crazy backslashes and prematurely end the rule.
-%# This allows values for IE 5's broken box model to be set before the hack and
-%# the real values to be set after. We also set voice-family back to whatever it
-%# would have been on the off chance it's actually used.
- /* WIN IE5 hack */
- height: 7px;
- voice-family: "\"}\"";
- voice-family: inherit;
- height: 0;
- overflow: hidden;
-}
-
-%# IE also doesn't support the child selector ">", so we can use it to set values
-%# that only other browsers will see (in this case, playing nice with Opera, which
-%# also suffers from the backslash hack above.)
-html>body .titlebox .titlebox-title .widget a {
- height: 0;
- overflow: hidden;
+ padding: 11px 0 0 0;
}
-%# Compensates for IE's bad box model by hiding this rule from other browsers
+
* html .titlebox .titlebox-title .widget a {
background-position: center 0.3em;
- left: -3.5em;
+ top: 0em;
+ left: -1.5em;
}
.titlebox.rolled-up .titlebox-title .widget a {
More information about the Rt-commit
mailing list