[Rt-commit] r13126 - in rt/branches/3.8-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Tue Jun 10 16:04:55 EDT 2008


Author: jesse
Date: Tue Jun 10 16:04:53 2008
New Revision: 13126

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css

Log:
 r32583 at 31b:  jesse | 2008-06-10 15:57:31 -0400
 * revert some of my ticketlist styles


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 16:04:53 2008
@@ -1,8 +1,8 @@
 %# BEGIN BPS TAGGED BLOCK {{{
 %# 
 %# COPYRIGHT:
-%# 
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC
+%#  
+%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC 
 %#                                          <jesse at bestpractical.com>
 %# 
 %# (Except where explicitly superseded by other copyright notices)
@@ -48,6 +48,9 @@
 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;
 
 
 }
@@ -68,10 +71,9 @@
 }
 
 
-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;
+table.ticket-list th.collection-as-table, table.collection th.collection-as-table {
+  background: #ddd;
  font-size: 0.9em;
- background: #eee;
   margin-bottom: 0.5em;
   text-align: left;
 
@@ -79,6 +81,8 @@
 
 
 table.queue-summary th.collection-as-table {
+ font-size: 0.9em;
+  margin-bottom: 0.5em;
   text-align: right;
 
 }
@@ -99,9 +103,11 @@
 
 table.queue-summary td {
   background: #efefef;
+  border-bottom: 1px solid #ccc;
 }
 
 
+
 tr.evenline td {
   background: #eee;
 }
@@ -156,9 +162,11 @@
 padding-bottom: 1em;
 }
 
+ 
 /* full-page ticket lists */
 #body>table.ticket-list {
-    border-bottom: 1px solid #ccc;
     margin-bottom: 2em;
 
 }
+
+


More information about the Rt-commit mailing list