Merge branch 'master' into eval-code
[MojoFacets.git] / public / mojo_facets.css
index 25b0747..4564c1c 100644 (file)
@@ -48,14 +48,17 @@ span.h {
        font-weight: bold;
 }
 
-.admin .changes {
-       float: right;
+.admin .middle {
+       margin-left: 2em;
+       color: #f00;
 }
 
-.admin .save_changes {
+.admin .right {
        float: right;
+}
+
+.admin .save_actions {
        color: #f00;
-       padding-left: 1em;
 }
 
 .debug {
@@ -157,6 +160,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;
@@ -164,7 +182,7 @@ a.facet {
        text-decoration: none;
 }
 
-/* /changes */
+/* /actions */
 .change_box {
        border: 3px dashed #f84;
 }
@@ -174,9 +192,9 @@ a.facet {
        text-decoration: line-through;
 }
 
-/* /changes/edits */
+/* /actions/changes */
 
-tr.edit pre {
+tr.change pre {
        color: #000;
        font-size: 70%;
 }
@@ -193,7 +211,23 @@ 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;
+}
+
+