[Rt-commit] r13114 - in rt/branches/3.8-TESTING: . share/html/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Tue Jun 10 12:37:34 EDT 2008
Author: jesse
Date: Tue Jun 10 12:37:33 2008
New Revision: 13114
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/share/html/Elements/CollectionList
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css
Log:
r32560 at 31b: jesse | 2008-06-10 12:37:04 -0400
RT-Ticket: 9613
RT-Status: resolved
RT-Update: correspond
* Fix a mistaken hairline in a collection list from Sven Sternberger
* remove borders from collection lists
* lighten up the alternating grey bars in ticket lists
* Fix a missing " in collectionlist css classes
Modified: rt/branches/3.8-TESTING/share/html/Elements/CollectionList
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Elements/CollectionList (original)
+++ rt/branches/3.8-TESTING/share/html/Elements/CollectionList Tue Jun 10 12:37:33 2008
@@ -99,7 +99,7 @@
$m->out('<table border="0" cellspacing="0" cellpadding="1"' .
' width="100%" class="' .
- ($Collection->isa('RT::Tickets') ? 'ticket-list' : 'collection') . '>');
+ ($Collection->isa('RT::Tickets') ? 'ticket-list' : 'collection') . '">');
if ( $ShowHeader ) {
$m->comp('/Elements/CollectionAsTable/Header',
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css Tue Jun 10 12:37:33 2008
@@ -48,9 +48,6 @@
table.ticket-list, table.queue-summary, table.collection {
margin-top: 0.75em;
font-size: 0.9em;
- border: 1px solid #aaa;
- border-bottom: 2px solid #999;
- border-right: 2px solid #999;
}
@@ -71,9 +68,10 @@
}
-table.ticket-list th.collection-as-table, table.collection th.collection-as-table {
- background: #ddd;
+table.ticket-list th.collection-as-table, table.collection th.collection-as-table, table.queue-summary th.collection-as-table {
+ border-bottom: 1px solid #ccc;
font-size: 0.9em;
+ background: #eee;
margin-bottom: 0.5em;
text-align: left;
@@ -81,8 +79,6 @@
table.queue-summary th.collection-as-table {
- font-size: 0.9em;
- margin-bottom: 0.5em;
text-align: right;
}
@@ -103,11 +99,9 @@
table.queue-summary td {
background: #efefef;
- border-bottom: 1px solid #ccc;
}
-
tr.evenline td {
background: #eee;
}
@@ -118,7 +112,6 @@
}
tr.evenline td, tr.oddline td {
- border-top: 1px solid #c8c8c8;
padding-top: 0.5em;
}
@@ -143,3 +136,9 @@
padding-right: 0.5em;
}
+/* full-page ticket lists */
+#body>table.ticket-list {
+ border-bottom: 1px solid #ccc;
+ margin-bottom: 2em;
+
+}
More information about the Rt-commit
mailing list