make column selection options at fixed position
[MojoFacets.git] / public / mojo_facets.css
index f667e13..07d6bd4 100644 (file)
@@ -61,6 +61,11 @@ span.h {
        color: #f00;
 }
 
+a.remove {
+       float: right;
+       color: #f00;
+}
+
 .debug {
        color: #aaa;
 }
@@ -84,6 +89,7 @@ div.col_opts {
 
 .chart {
        float: right;
+       clear: right;
        position: relative;
        margin-top: 1em;
 }
@@ -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;
@@ -234,4 +249,8 @@ tr.hidden {
        margin: 1em;
 }
 
-
+/* templates/all_checkboxes.html.ep */
+span#column_selection {
+       position: absolute;
+       left: 15em;
+}