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

jesse at bestpractical.com jesse at bestpractical.com
Thu May 29 10:29:23 EDT 2008


Author: jesse
Date: Thu May 29 10:29:20 2008
New Revision: 12730

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

Log:
 r32009 at 124:  jesse | 2008-05-29 10:21:55 -0400
 * Give tom and shawn back their visited ticket link colors


Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/base.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/base.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/base.css	Thu May 29 10:29:20 2008
@@ -46,4 +46,24 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 .hide { display: none; } 
-.clear { display: none;}
\ No newline at end of file
+.clear { display: none;}
+
+
+
+a:hover  {
+  text-decoration: underline;
+}
+
+
+ a {
+  color: #000;
+  text-decoration: none;
+}
+
+
+div#body a:visited {
+    color: #666;
+
+}
+
+

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	Thu May 29 10:29:20 2008
@@ -101,19 +101,7 @@
 
 
 
-
-a:hover  {
-  text-decoration: underline;
-}
-
-
- a {
-  color: #000;
-  text-decoration: none;
-}
-
-
- table.queue-summary td {
+table.queue-summary td {
   background: #efefef;
   border-bottom: 1px solid #ccc;
 }
@@ -144,7 +132,12 @@
 
 
 table.ticket-list td:first-child, table.ticket-list th:first-child {
-  padding-left: 0.5em;
+  padding-left: 1em;
 }
 
+table.ticket-list td:last-child, table.ticket-list th:last-child {
+  padding-right: 1em;
+}
+
+
 


More information about the Rt-commit mailing list