remove javascript positioning of regex filter hint
[MojoFacets.git] / public / mojo_facets.css
index f667e13..1e6135d 100644 (file)
@@ -13,7 +13,6 @@ label span.hint {
        position: absolute;
        background: #fff;
        color: #888;
-       z-index: 100;
        padding: 3px;
 }
 
@@ -61,6 +60,11 @@ span.h {
        color: #f00;
 }
 
+a.remove {
+       float: right;
+       color: #f00;
+}
+
 .debug {
        color: #aaa;
 }
@@ -84,6 +88,7 @@ div.col_opts {
 
 .chart {
        float: right;
+       clear: both;
        position: relative;
        margin-top: 1em;
 }
@@ -158,6 +163,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;
@@ -234,4 +248,8 @@ tr.hidden {
        margin: 1em;
 }
 
-
+/* templates/all_checkboxes.html.ep */
+span#column_selection {
+       position: absolute;
+       left: 15em;
+}