[Rt-commit] [svn] r1603 - in rt/branches/3.3-TESTING: .
html/Elements html/NoAuth
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Thu Sep 30 22:45:47 EDT 2004
Author: jesse
Date: Thu Sep 30 22:45:46 2004
New Revision: 1603
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/html/Elements/Menu
rt/branches/3.3-TESTING/html/NoAuth/webrt.css
Log:
----------------------------------------------------------------------
r10434 at tinbook: jesse | 2004-10-01T02:43:47.012515Z
Better cssification of the menus
----------------------------------------------------------------------
Modified: rt/branches/3.3-TESTING/html/Elements/Menu
==============================================================================
--- rt/branches/3.3-TESTING/html/Elements/Menu (original)
+++ rt/branches/3.3-TESTING/html/Elements/Menu Thu Sep 30 22:45:46 2004
@@ -69,16 +69,16 @@
% }
% my $style="";
% if ($sep) {
-% $style="-minor";
+% $style="minor";
% } elsif ($level == 0 ) {
-% $style="-major";
+% $style="major";
% }
% if ($toptabs->{$tab}->{'separator'}) {
% $sep=1;
% } else {
% $sep=0;
% }
-<li class="<%$class%>-<%$level%>"><A HREF="<%$RT::WebPath%>/<%$toptabs->{$tab}->{'path'}%>" class="<%$class%>-<%$level%>"
+<li class="<%$class%>-<%$level%>-<%$style%>"><A HREF="<%$RT::WebPath%>/<%$toptabs->{$tab}->{'path'}%>" class="<%$class%>-<%$level%>"
<%($class eq 'currenttopnav') ? "name='focus'" : ""|n %>
<% !$level && "accesskey='".$accesskey++."'" |n%>><% $toptabs->{$tab}->{'title'}%></A>
%# Second-level items
Modified: rt/branches/3.3-TESTING/html/NoAuth/webrt.css
==============================================================================
--- rt/branches/3.3-TESTING/html/NoAuth/webrt.css (original)
+++ rt/branches/3.3-TESTING/html/NoAuth/webrt.css Thu Sep 30 22:45:46 2004
@@ -142,33 +142,33 @@
}
li.topnav-0-major {
border-bottom: solid white 1px;
- padding-top: .25em
- padding-bottom: .5em
+ padding-top: .25em;
+ padding-bottom: .5em;
}
li.topnav-1-major {
border-bottom: solid white 1px;
- padding-top: .25em
- padding-bottom: .5em
+ padding-top: .25em;
+ padding-bottom: .5em;
}
li.topnav-2-major {
border-bottom: solid white 1px;
- padding-top: .25em
- padding-bottom: .5em
+ padding-top: .25em;
+ padding-bottom: .5em;
}
li.topnav-3-major {
border-bottom: solid white 1px;
- padding-top: .25em
- padding-bottom: .5em
+ padding-top: .25em;
+ padding-bottom: .5em;
}
li.topnav-4-major {
border-bottom: solid white 1px;
- padding-top: .25em
- padding-bottom: .5em
+ padding-top: .25em;
+ padding-bottom: .5em;
}
li.topnav-5-major {
border-bottom: solid white 1px;
- padding-top: .25em
- padding-bottom: .5em
+ padding-top: .25em;
+ padding-bottom: .5em;
}
.currenttopnav { font-family: Verdana, Arial, Helvetica, sans-serif;
@@ -608,5 +608,5 @@
</%flags>
<%init>
$r->content_type('text/css');
-$r->headers_out->{'Expires'} = '+30m';
+#$r->headers_out->{'Expires'} = '+30m';
</%init>
More information about the Rt-commit
mailing list