[Mapbender-commits] r3964 - branches/2.6/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri May 29 03:57:48 EDT 2009


Author: verenadiewald
Date: 2009-05-29 03:57:48 -0400 (Fri, 29 May 2009)
New Revision: 3964

Modified:
   branches/2.6/http/css/tablesorter.css
Log:
different background-colors for even and odd result entries

Modified: branches/2.6/http/css/tablesorter.css
===================================================================
--- branches/2.6/http/css/tablesorter.css	2009-05-28 12:50:49 UTC (rev 3963)
+++ branches/2.6/http/css/tablesorter.css	2009-05-29 07:57:48 UTC (rev 3964)
@@ -26,8 +26,11 @@
 	vertical-align: top;
 }
 table.tablesorter tbody tr.odd td {
-	background-color:#F0F0F6;
+	background-color:#CFD2D4;
 }
+table.tablesorter tbody tr.even td {
+	background-color:#FFFFFF;
+}
 table.tablesorter thead tr .headerSortUp {
 	background-image: url(../img/asc.gif);
 }



More information about the Mapbender_commits mailing list