use index() to get cellIndex and rowIndex
[MojoFacets.git] / public / mojo_facets.css
index 1e6135d..acdb653 100644 (file)
@@ -8,6 +8,7 @@
        content: ")";
 }
 
+/*
 label span.hint {
        display: none;
        position: absolute;
@@ -19,7 +20,7 @@ label span.hint {
 label:hover span.hint {
        display: block;
 }
-
+*/
 
 span.sort-by {
        float: right;
@@ -73,7 +74,7 @@ a.remove {
        color: #000;
 }
 
-li label:hover, td label:hover {
+li label:hover, tr:hover td {
        background: #ff8;
 }      
 
@@ -136,12 +137,12 @@ div.col_opts {
        width: 100%;
 }
 
-label.included,
+.included,
 a#included {
        color: #080;
 }
 
-label.excluded,
+.excluded,
 a#excluded {
        color: #800;
 }
@@ -233,6 +234,10 @@ tr.skip {
        background: #fcf;
 }
 
+tr.source-changed {
+       background: #cff;
+}
+
 tr.hidden {
        display: none;
 }
@@ -249,7 +254,11 @@ tr.hidden {
 }
 
 /* templates/all_checkboxes.html.ep */
-span#column_selection {
+span.count span#column_selection {
        position: absolute;
        left: 15em;
 }
+
+.hide {
+       display: none;
+}