[Rt-commit] r13990 - in rt/3.8/branches/3.8.0-releng/share/html: Dashboards
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jul 11 10:52:10 EDT 2008
Author: jesse
Date: Fri Jul 11 10:52:08 2008
New Revision: 13990
Modified:
rt/3.8/branches/3.8.0-releng/share/html/Dashboards/Subscription.html
rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/tools.css
Log:
r39445 at 68-246-144-190 (orig r13849): sartak | 2008-07-08 10:26:48 -0400
r63810 at onn: sartak | 2008-07-08 10:26:26 -0400
Outdent the query list on the subscription page a bunch
Modified: rt/3.8/branches/3.8.0-releng/share/html/Dashboards/Subscription.html
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/Dashboards/Subscription.html (original)
+++ rt/3.8/branches/3.8.0-releng/share/html/Dashboards/Subscription.html Fri Jul 11 10:52:08 2008
@@ -75,7 +75,7 @@
% if (!@searches) {
(none)
% } else {
-<ol>
+<ol class="dashboard-queries">
% for my $query (@searches) {
% my $name;
% if ($query->{Attribute}->Name =~ /^Search - (.*)$/) {
@@ -83,7 +83,7 @@
% } else {
% $name = $query->Name;
% }
- <li>
+ <li class="dashboard-query">
<% loc($name, $fields{'Rows'}) %>
</li>
% }
Modified: rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/tools.css
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/tools.css (original)
+++ rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/tools.css Fri Jul 11 10:52:08 2008
@@ -47,5 +47,10 @@
%# END BPS TAGGED BLOCK }}}
table.myday td {
padding: 1em;
+}
+
+ol.dashboard-queries {
+ padding-left: 1.5em;
+}
+
-}
\ No newline at end of file
More information about the Rt-commit
mailing list