[Rt-commit] r13849 - in rt/3.8/trunk: . share/html/NoAuth/css/web2
sartak at bestpractical.com
sartak at bestpractical.com
Tue Jul 8 10:26:50 EDT 2008
Author: sartak
Date: Tue Jul 8 10:26:48 2008
New Revision: 13849
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Dashboards/Subscription.html
rt/3.8/trunk/share/html/NoAuth/css/web2/tools.css
Log:
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/trunk/share/html/Dashboards/Subscription.html
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Subscription.html (original)
+++ rt/3.8/trunk/share/html/Dashboards/Subscription.html Tue Jul 8 10:26:48 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/trunk/share/html/NoAuth/css/web2/tools.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/web2/tools.css (original)
+++ rt/3.8/trunk/share/html/NoAuth/css/web2/tools.css Tue Jul 8 10:26:48 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