[Rt-commit] r11227 - in rt/branches/3.8-TESTING: .
jesse at bestpractical.com
jesse at bestpractical.com
Thu Mar 27 00:43:45 EDT 2008
Author: jesse
Date: Thu Mar 27 00:43:40 2008
New Revision: 11227
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-lists.css
Log:
r28653 at 31b: jesse | 2008-03-27 00:43:23 -0400
* A little bit more style for ticket lists
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-lists.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-lists.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-lists.css Thu Mar 27 00:43:40 2008
@@ -1,21 +1,52 @@
table.ticket-list, table.queue-summary {
- padding-right: 1em;
+ margin-top: 0.75em;
+ margin-right: 1em;
font-size: 0.9em;
+ border: 1px solid #aaa;
+ border-bottom: 2px solid #999;
+ border-right: 2px solid #999;
+
+
+}
+
+table.queue-summary tr>*:first-child {
+ padding-left: 1em;
+
}
+table.queue-summary tr>*:last-child {
+ padding-right: 1em;
+
+}
+
table.ticket-list a, table.queue-summary a {
font-weight: bold;
}
-th.collection-as-table {
+table.ticket-list th.collection-as-table {
+ background: #ddd;
font-size: 0.9em;
margin-bottom: 0.5em;
text-align: left;
}
+
+table.queue-summary th.collection-as-table {
+ font-size: 0.9em;
+ margin-bottom: 0.5em;
+ text-align: right;
+
+}
+
+table.queue-summary th.collection-as-table:first-child {
+ text-align: left;
+
+}
+
+
tr.collection-as-table+tr.collection-as-table th {
border-bottom: 2px solid grey;
More information about the Rt-commit
mailing list