web/data/cubicweb.tablesorter.css
changeset 0 b97547f5f1fa
child 1077 fe26a0cda180
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/data/cubicweb.tablesorter.css	Wed Nov 05 15:52:50 2008 +0100
@@ -0,0 +1,40 @@
+/* tables */
+/*table.tablesorter {
+	font-family:arial;
+	background-color: #CDCDCD;
+	margin:10px 0pt 15px;
+	font-size: 8pt;
+	width: 100%;
+	text-align: left;
+} */
+
+table.listing tr th {
+  border: 1px solid #FFF;
+  font-size: 8pt;
+  padding: 4px;
+}
+
+table.listing tr .header {
+  cursor: pointer;
+}
+
+table.listing td {
+  color: #3D3D3D;
+  padding: 4px;
+  background-color: #FFF;
+  vertical-align: top;
+}
+
+
+table.listing tr .headerSortUp {
+  background-image: url(asc.gif);
+}
+table.listing tr .headerSortDown {
+  background-image: url(desc.gif);
+}
+table.listing tr .headerSortDown, table.listing tr .headerSortUp {
+   background-color: #DDD;
+   background-repeat: no-repeat;
+   background-position: center right;
+}
+