[Rt-commit] r12967 - in rt/branches/3.8-TESTING: . share/html/Ticket/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jun 6 10:15:26 EDT 2008
Author: jesse
Date: Fri Jun 6 10:15:26 2008
New Revision: 12967
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css
rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowAttachments
rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowRequestor
Log:
r32359 at 31b: jesse | 2008-06-06 10:14:31 -0400
* small style improvements to ticket display
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css Fri Jun 6 10:15:26 2008
@@ -131,7 +131,7 @@
clear: both;
font-size: 0.9em;
text-align: right;
-background: #eee;
+background: #ddd;
padding: 0.5em;
border: 1px solid #ccc;
@@ -144,7 +144,7 @@
}
div#ticket-history div.downloadattachment .downloadcontenttype{
-color: #aaa;
+color: #666;
padding-right:0.25em;
}
@@ -180,9 +180,11 @@
.ticket-info-cfs .titlebox-title .left { background-color: #b32; color: #fff;}
.ticket-info-basics .titlebox-title .left { background-color: #b32; color: #fff;}
.ticket-info-people .titlebox-title .left { background-color: #48c; color: #fff;}
+.ticket-info-requestor .titlebox-title .left { background-color: #48c; color: #fff;}
.ticket-info-links .titlebox-title .left { background-color: #316531; color: #fff;}
.ticket-info-reminders .titlebox-title .left { background-color: #369; color: #fff;}
.ticket-info-dates .titlebox-title .left { background-color: #633063; color: #fff;}
+.ticket-info-attachments .titlebox-title .left { background-color: #993366; color: #fff;}
.ticket-summary .titlebox-title a, div#body .ticket-summary .titlebox-title a:visited { color: #fff;}
Modified: rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowAttachments
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowAttachments (original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowAttachments Fri Jun 6 10:15:26 2008
@@ -48,6 +48,7 @@
% if (keys %documents) {
<&| /Widgets/TitleBox, title => loc('Attachments'),
title_class=> 'inverse',
+ class => 'ticket-info-attachments',
color => "#336699" &>
% foreach my $key (keys %documents) {
Modified: rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowRequestor
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowRequestor (original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowRequestor Fri Jun 6 10:15:26 2008
@@ -62,6 +62,7 @@
<&| /Widgets/TitleBox,
title_href => $has_right_adminusers? RT->Config->Get('WebPath')."/Admin/Users/Modify.html?id=".$requestor->id: undef,
title_raw => loc("More about [_1]", $name),
+ class => 'ticket-info-requestor'
&>
%# Additional information about this user. Empty by default.
More information about the Rt-commit
mailing list