bugfix: the slice page was broken when nobody is in slice
[plewww.git] / plekit / table / table.css
index b3a509b..725c18b 100644 (file)
@@ -1,9 +1,15 @@
-/* $Id$ */
+/* Thierry Parmentelat - INRIA */
+
 table.plekit_table {
     width: auto;
     padding: 0;
     margin: 0 auto 1.5em auto;
     border-collapse:collapse;
+/* this used to be hard-wired in the <table> tag, but looks useless now
+    cellpadding:0;
+    cellspacing:0;
+    border:0;    
+    */
 }
 table.plekit_table>thead>tr, table.plekit_table>tbody>tr {
     border-left: 1px solid #C1DAD7; 
@@ -56,7 +62,11 @@ th.sortable-sortEnglishLonghandDateFormat,
 th.sortable-sortScientificNotation,
 th.sortable-sortImage,
 th.sortable-sortFileSize,
+th.sortable-sortBandwidth,
+th.sortable-sortLastContact,
 th.sortable-sortAlphaNumeric,
+th.sortable-sortAlphaNumericTop,
+th.sortable-sortAlphaNumericBottom,
 th.sortable-sortEnglishDateTime {
     cursor:pointer;
     background: #CAE8EA url(/plekit/icons/tablesort-header-sortable.jpg) no-repeat;
@@ -90,13 +100,14 @@ table.plekit_table>tbody>tr>td [class~="alt"] {
     background: #edf3f3 url(/plekit/icons/tablesort-col-alt.jpg) no-repeat !important;
 }
 /* Poor old Internet Explorer won't see the next two rules either as it doesn't get :first-child */
-table.plekit_table>tbody>tr.alt>td:first-child {
-    background: #F5FAFA url(/plekit/icons/tablesort-bullet2.gif) no-repeat;
-    font-weight:bold;
+table.bullets1>tbody>tr.alt>td:first-child {
+    background-color: #F5FAFA;
+    background-image: url(/plekit/icons/tablesort-bullet2.gif);
+    background-repeat: no-repeat;
 }
-table.plekit_table>tbody>tr>td:first-child {
-    background: #fff url(/plekit/icons/tablesort-bullet1.gif) no-repeat;
-    font-weight:bold;
+table.bullets1>tbody>tr>td:first-child {
+    background-image: url(/plekit/icons/tablesort-bullet1.gif);
+    background-repeat: no-repeat;
 }
 
 /* table decorations */
@@ -255,6 +266,6 @@ ul.fdtablePaginater {text-align:center;}
 /*table.plekit_table { border-bottom:1px solid #C1DAD7; }*/
 
 .search_input:focus ,.pagesize_input:focus {
-    background-color: #aaa;
+    background-color: #8cd;
     outline-color: #696;
 }