make column selection options at fixed position
[MojoFacets.git] / public / mojo_facets.css
index 9362a18..07d6bd4 100644 (file)
@@ -89,6 +89,7 @@ div.col_opts {
 
 .chart {
        float: right;
+       clear: right;
        position: relative;
        margin-top: 1em;
 }
@@ -248,4 +249,8 @@ tr.hidden {
        margin: 1em;
 }
 
-
+/* templates/all_checkboxes.html.ep */
+span#column_selection {
+       position: absolute;
+       left: 15em;
+}