added code eval form
[MojoFacets.git] / public / mojo_facets.css
index f075ae6..64bc459 100644 (file)
@@ -48,14 +48,17 @@ span.h {
        font-weight: bold;
 }
 
-.admin .actions {
+.admin .middle {
+       margin-left: 2em;
+       color: #f00;
+}
+
+.admin .right {
        float: right;
 }
 
 .admin .save_actions {
-       float: right;
        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;
@@ -208,3 +226,5 @@ tr.hidden {
        margin: 1em;
        text-align: center;
 }
+
+