[Rt-commit] r13351 - in rt/3.8/branches/3.8.0-releng: . share/html/NoAuth/css/web2
jesse at bestpractical.com
jesse at bestpractical.com
Tue Jun 17 13:03:29 EDT 2008
Author: jesse
Date: Tue Jun 17 13:03:28 2008
New Revision: 13351
Modified:
rt/3.8/branches/3.8.0-releng/ (props changed)
rt/3.8/branches/3.8.0-releng/share/html/Elements/PageLayout
rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/layout.css
rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/msie.css
Log:
r32987 at 31b: 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/3.8.0-releng/share/html/Elements/PageLayout
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/Elements/PageLayout (original)
+++ rt/3.8/branches/3.8.0-releng/share/html/Elements/PageLayout Tue Jun 17 13:03:28 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/3.8.0-releng/share/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/layout.css (original)
+++ rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/layout.css Tue Jun 17 13:03:28 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/3.8.0-releng/share/html/NoAuth/css/web2/msie.css
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/msie.css (original)
+++ rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/msie.css Tue Jun 17 13:03:28 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