move configurable variables in code
[MojoFacets.git] / public / mojo_facets.css
index b67da0f..b610cc7 100644 (file)
@@ -61,6 +61,11 @@ span.h {
        color: #f00;
 }
 
+a.remove {
+       float: right;
+       color: #f00;
+}
+
 .debug {
        color: #aaa;
 }
@@ -146,10 +151,14 @@ span.d {
        color: #ccc;
 }
 
-.saved {
+.changed {
        background: #ffe;
 }
 
+.used {
+       background: #eee;
+}
+
 form.action_filter {
        float: right;
 }
@@ -160,6 +169,21 @@ form.action_filter {
        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;
@@ -204,10 +228,15 @@ tr.hidden {
        display: none;
 }
 
-.alert {
+.alert, .error {
        border: 0.3em dashed #f00;
        background: #ffc;
+       text-align: center;
+}
+
+.alert {
        padding: 1em;
        margin: 1em;
-       text-align: center;
 }
+
+