remove javascript positioning of regex filter hint
[MojoFacets.git] / public / mojo_facets.css
index 765b2eb..1e6135d 100644 (file)
@@ -13,7 +13,6 @@ label span.hint {
        position: absolute;
        background: #fff;
        color: #888;
-       z-index: 100;
        padding: 3px;
 }
 
@@ -48,14 +47,22 @@ span.h {
        font-weight: bold;
 }
 
-.admin .changes {
+.admin .middle {
+       margin-left: 2em;
+       color: #f00;
+}
+
+.admin .right {
        float: right;
 }
 
-.admin .save_changes {
+.admin .save_actions {
+       color: #f00;
+}
+
+a.remove {
        float: right;
        color: #f00;
-       padding-left: 1em;
 }
 
 .debug {
@@ -81,6 +88,7 @@ div.col_opts {
 
 .chart {
        float: right;
+       clear: both;
        position: relative;
        margin-top: 1em;
 }
@@ -143,20 +151,48 @@ 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;
        color: #444;
 }
 
+/* items/table */
+
+form#eval {
+       position: fixed;
+       bottom: 0;
+       left: 0;
+       width: 100%;
+       z-index: 10;
+       background: #eee;
+}
+
+form#eval textarea {
+       width: 100%;
+}
+
 /* items/list.html.ep */
 a.facet {
        font-family: monospace;
@@ -164,7 +200,7 @@ a.facet {
        text-decoration: none;
 }
 
-/* /changes */
+/* /actions */
 .change_box {
        border: 3px dashed #f84;
 }
@@ -174,10 +210,11 @@ a.facet {
        text-decoration: line-through;
 }
 
-/* /changes/edits */
+/* /actions/changes */
 
-div.edit pre {
+tr.change pre {
        color: #000;
+       font-size: 70%;
 }
 
 tr.unknown {
@@ -192,7 +229,27 @@ tr.missing {
        background: #fcc;
 }
 
+tr.skip {
+       background: #fcf;
+}
+
 tr.hidden {
        display: none;
 }
 
+.alert, .error {
+       border: 0.3em dashed #f00;
+       background: #ffc;
+       text-align: center;
+}
+
+.alert {
+       padding: 1em;
+       margin: 1em;
+}
+
+/* templates/all_checkboxes.html.ep */
+span#column_selection {
+       position: absolute;
+       left: 15em;
+}