[Rt-commit] r13488 - in rt/3.8/branches/rt-3.8.0-releng: share/html/Elements share/html/NoAuth/css/web2
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jun 20 18:36:11 EDT 2008
Author: jesse
Date: Fri Jun 20 18:36:11 2008
New Revision: 13488
Modified:
rt/3.8/branches/rt-3.8.0-releng/ (props changed)
rt/3.8/branches/rt-3.8.0-releng/share/html/Elements/PageLayout
rt/3.8/branches/rt-3.8.0-releng/share/html/NoAuth/css/web2/layout.css
rt/3.8/branches/rt-3.8.0-releng/share/html/NoAuth/css/web2/msie.css
Log:
r32987 at 68-246-70-236: jesse | 2008-06-17 13:03:06 -0400
* Switching page "topactions widths to "auto" from being fixed. Resolves bugs on IE7 and FF2(Win)
Modified: rt/3.8/branches/rt-3.8.0-releng/share/html/Elements/PageLayout
==============================================================================
--- rt/3.8/branches/rt-3.8.0-releng/share/html/Elements/PageLayout (original)
+++ rt/3.8/branches/rt-3.8.0-releng/share/html/Elements/PageLayout Fri Jun 20 18:36:11 2008
@@ -81,7 +81,11 @@
$path =~ s#/index.html$##gi;
$current =~ s#/index.html$##gi;
-
+
+
+ warn $path;
+ warn $current;
+
$sep = $toptabs->{$tab}->{'separator'} ? 1 : 0;
$class->{a} = $path eq $current ? ' class="selected"' : undef;
Modified: rt/3.8/branches/rt-3.8.0-releng/share/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/3.8/branches/rt-3.8.0-releng/share/html/NoAuth/css/web2/layout.css (original)
+++ rt/3.8/branches/rt-3.8.0-releng/share/html/NoAuth/css/web2/layout.css Fri Jun 20 18:36:11 2008
@@ -80,9 +80,9 @@
#topactions {
position: absolute;
background: transparent;
- right: 1em;
top: 3.8em;
- width: 39em;
+ right: 1em;
+ width: auto;
font-size: 0.9em;
z-index: 99;
}
Modified: rt/3.8/branches/rt-3.8.0-releng/share/html/NoAuth/css/web2/msie.css
==============================================================================
--- rt/3.8/branches/rt-3.8.0-releng/share/html/NoAuth/css/web2/msie.css (original)
+++ rt/3.8/branches/rt-3.8.0-releng/share/html/NoAuth/css/web2/msie.css Fri Jun 20 18:36:11 2008
@@ -72,7 +72,7 @@
#topactions {
top: 4.1em;
- width: 42em;
+ width: auto;
}
.topaction form * {
vertical-align: top;
More information about the Rt-commit
mailing list