small circular points
[MojoFacets.git] / public / mojo_facets.css
index f667e13..acdb653 100644 (file)
@@ -8,19 +8,19 @@
        content: ")";
 }
 
+/*
 label span.hint {
        display: none;
        position: absolute;
        background: #fff;
        color: #888;
-       z-index: 100;
        padding: 3px;
 }
 
 label:hover span.hint {
        display: block;
 }
-
+*/
 
 span.sort-by {
        float: right;
@@ -61,6 +61,11 @@ span.h {
        color: #f00;
 }
 
+a.remove {
+       float: right;
+       color: #f00;
+}
+
 .debug {
        color: #aaa;
 }
@@ -69,7 +74,7 @@ span.h {
        color: #000;
 }
 
-li label:hover, td label:hover {
+li label:hover, tr:hover td {
        background: #ff8;
 }      
 
@@ -84,6 +89,7 @@ div.col_opts {
 
 .chart {
        float: right;
+       clear: both;
        position: relative;
        margin-top: 1em;
 }
@@ -131,12 +137,12 @@ div.col_opts {
        width: 100%;
 }
 
-label.included,
+.included,
 a#included {
        color: #080;
 }
 
-label.excluded,
+.excluded,
 a#excluded {
        color: #800;
 }
@@ -158,6 +164,15 @@ form.action_filter {
        float: right;
 }
 
+.action_view {
+       border: 1px dashed #ccc;
+}
+
+.action_hide {
+       text-decoration: line-through;
+       color: black;
+}
+
 .bytes {
        text-align: right;
        font-family: monospace;
@@ -219,6 +234,10 @@ tr.skip {
        background: #fcf;
 }
 
+tr.source-changed {
+       background: #cff;
+}
+
 tr.hidden {
        display: none;
 }
@@ -234,4 +253,12 @@ tr.hidden {
        margin: 1em;
 }
 
+/* templates/all_checkboxes.html.ep */
+span.count span#column_selection {
+       position: absolute;
+       left: 15em;
+}
 
+.hide {
+       display: none;
+}