example SQL file with dbi included in comment
[MojoFacets.git] / public / mojo_facets.css
index 64bc459..b154783 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;
 }
@@ -84,6 +89,7 @@ div.col_opts {
 
 .chart {
        float: right;
+       clear: both;
        position: relative;
        margin-top: 1em;
 }
@@ -146,14 +152,27 @@ span.d {
        color: #ccc;
 }
 
-.saved {
+.changed {
        background: #ffe;
 }
 
+.used {
+       background: #eee;
+}
+
 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,12 +238,19 @@ tr.hidden {
        display: none;
 }
 
-.alert {
+.alert, .error {
        border: 0.3em dashed #f00;
        background: #ffc;
-       padding: 1em;
-       margin: 1em;
        text-align: center;
 }
 
+.alert {
+       padding: 1em;
+       margin: 1em;
+}
 
+/* templates/all_checkboxes.html.ep */
+span.count span#column_selection {
+       position: absolute;
+       left: 15em;
+}