some rustic debug/profiling tools builtin tables - users page does not autosort
[plewww.git] / plekit / table / table.css
index 89a509e..1386863 100644 (file)
@@ -4,6 +4,11 @@ table.plekit_table {
     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; 
@@ -90,12 +95,12 @@ 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 {
+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 {
+table.bullets1>tbody>tr>td:first-child {
     background-image: url(/plekit/icons/tablesort-bullet1.gif);
     background-repeat: no-repeat;
 }