[Rt-commit] r17095 - in rt/3.8/trunk/share/html: NoAuth/css/web2
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Dec 4 06:57:53 EST 2008
Author: sunnavy
Date: Thu Dec 4 06:57:51 2008
New Revision: 17095
Modified:
rt/3.8/trunk/share/html/NoAuth/css/web2/boxes.css
rt/3.8/trunk/share/html/Widgets/TitleBoxStart
Log:
css fix for the top-left roll-up icon in title-box
Modified: rt/3.8/trunk/share/html/NoAuth/css/web2/boxes.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/web2/boxes.css (original)
+++ rt/3.8/trunk/share/html/NoAuth/css/web2/boxes.css Thu Dec 4 06:57:51 2008
@@ -170,7 +170,7 @@
margin-top: 0.5em;
width: 20px;
- background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images//css/rollup-arrow.gif) no-repeat center center;
+ background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rollup-arrow.gif) no-repeat center center;
position: absolute;
top: -1em;
@@ -178,7 +178,6 @@
float: left;
padding: 11px 0 0 0;
- height: 0 !important;
overflow: hidden;
}
Modified: rt/3.8/trunk/share/html/Widgets/TitleBoxStart
==============================================================================
--- rt/3.8/trunk/share/html/Widgets/TitleBoxStart (original)
+++ rt/3.8/trunk/share/html/Widgets/TitleBoxStart Thu Dec 4 06:57:51 2008
@@ -50,7 +50,7 @@
% if ($hideable) {
<span class="widget"><a href="#"
onclick="return rollup('<%$tid%>');"
- title="Toggle visibility">X</a>
+ title="Toggle visibility"></a>
</span>
% }
<span class="left">
More information about the Rt-commit
mailing list