[Rt-commit] r18056 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 09:45:35 EST 2009


Author: sunnavy
Date: Thu Jan 29 09:45:29 2009
New Revision: 18056

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/NoAuth/css/3.5-default/titlebox.css

Log:
 r19282 at sunnavys-mb:  sunnavy | 2009-01-29 22:31:03 +0800
 merged share/html/NoAuth/css/3.5-default/titlebox.css


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/NoAuth/css/3.5-default/titlebox.css
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/NoAuth/css/3.5-default/titlebox.css	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/NoAuth/css/3.5-default/titlebox.css	Thu Jan 29 09:45:29 2009
@@ -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 {
@@ -173,3 +155,8 @@
 .titlebox .titlebox-content hr.clear {
     visibility: hidden;
 }
+
+.titlebox .titlebox-title .left {
+    position: relative;
+}
+


More information about the Rt-commit mailing list