[Rt-commit] r14063 - in rt/3.8/trunk: . share/html/NoAuth/css/web2
trs at bestpractical.com
trs at bestpractical.com
Mon Jul 14 10:47:53 EDT 2008
Author: trs
Date: Mon Jul 14 10:47:52 2008
New Revision: 14063
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/NoAuth/css/web2/boxes.css
rt/3.8/trunk/share/html/Widgets/TitleBoxStart
Log:
r37267 at zot: tom | 2008-07-14 10:47:29 -0400
Don't unfocus the rollup buttons when they are focused (and fix the CSS so they no longer have huge focus boxes visible now)
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 Mon Jul 14 10:47:52 2008
@@ -166,18 +166,20 @@
.titlebox .titlebox-title .widget a {
display: block;
- padding-top: 0.5em;
+ margin: 0;
+ margin-top: 0.5em;
width: 20px;
background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images//css/rollup-arrow.gif) no-repeat center center;
- margin: 0;
- text-indent: -9999px;
position: absolute;
top: -1em;
- left: -0.25em;
+ left: 0.15em;
float: left;
+ padding: 11px 0 0 0;
+ height: 0 !important;
+ overflow: hidden;
}
* html .titlebox .titlebox-title .widget a {
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 Mon Jul 14 10:47:52 2008
@@ -50,7 +50,6 @@
% if ($hideable) {
<span class="widget"><a href="#"
onclick="return rollup('<%$tid%>');"
- onfocus="this.blur(); return false;"
title="Toggle visibility">X</a>
</span>
% }
More information about the Rt-commit
mailing list