[Mapbender-commits] r3548 - trunk/mapbender/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Feb 17 04:55:43 EST 2009
Author: verenadiewald
Date: 2009-02-17 04:55:42 -0500 (Tue, 17 Feb 2009)
New Revision: 3548
Added:
trunk/mapbender/http/css/tablesorter.css
Log:
css file for wfs gazetteer search results sorting
Added: trunk/mapbender/http/css/tablesorter.css
===================================================================
--- trunk/mapbender/http/css/tablesorter.css (rev 0)
+++ trunk/mapbender/http/css/tablesorter.css 2009-02-17 09:55:42 UTC (rev 3548)
@@ -0,0 +1,39 @@
+/* tables */
+table.tablesorter {
+ font-family:arial;
+ background-color: #FFFFFF;
+ margin:0 0 0 15px;
+ font-size: 8pt;
+ width: 90%;
+ text-align: left;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #e6EEEE;
+ border: 1px solid #FFF;
+ font-size: 8pt;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../img/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ background-color: #FFF;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#F0F0F6;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../img/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../img/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+background-color: #8dbdd8;
+}
More information about the Mapbender_commits
mailing list