mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2010-01-11 01:00 am

[dw-nonfree] Spruce up Gradation Vertical

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/78cae6884083]

http://bugs.dwscoalition.org/show_bug.cgi?id=2248

Color/misc fixes for Gradation Vertical and other site schemes.

Patch by [personal profile] foxfirefey.

Files modified:
  • htdocs/stc/tropo/purple.css
  • htdocs/stc/tropo/red.css
--------------------------------------------------------------------------------
diff -r 4b25358c2971 -r 78cae6884083 htdocs/stc/tropo/purple.css
--- a/htdocs/stc/tropo/purple.css	Mon Jan 11 00:32:13 2010 +0000
+++ b/htdocs/stc/tropo/purple.css	Mon Jan 11 01:00:48 2010 +0000
@@ -1259,3 +1259,13 @@ big {
 big {
     font-size: larger;
 }
+
+/* For the manage/banusers page */
+
+.userslist-table tr.odd {
+    background-color: #f3d2fc;
+}
+
+.userslist-table tr.even {
+    background-color: #f7f7f7;
+}
diff -r 4b25358c2971 -r 78cae6884083 htdocs/stc/tropo/red.css
--- a/htdocs/stc/tropo/red.css	Mon Jan 11 00:32:13 2010 +0000
+++ b/htdocs/stc/tropo/red.css	Mon Jan 11 01:00:48 2010 +0000
@@ -1256,3 +1256,13 @@ big {
 big {
     font-size: larger;
 }
+
+/* For the manage/banusers page */
+
+.userslist-table tr.odd {
+    background-color: #efefef;
+}
+
+.userslist-table tr.even {
+    background-color: #ffffff;
+}
--------------------------------------------------------------------------------