warn about MAX_FACETS but include rest of checked
[MojoFacets.git] / public / mojo_facets.css
index 80c8c76..648a2c6 100644 (file)
@@ -48,14 +48,12 @@ span.h {
        font-weight: bold;
 }
 
-.admin .changes {
+.admin .right {
        float: right;
 }
 
-.admin .save_changes {
-       float: right;
+.admin .save_actions {
        color: #f00;
-       padding-left: 1em;
 }
 
 .debug {
@@ -150,3 +148,61 @@ span.d {
 form.action_filter {
        float: right;
 }
+
+.bytes {
+       text-align: right;
+       font-family: monospace;
+       color: #444;
+}
+
+/* items/list.html.ep */
+a.facet {
+       font-family: monospace;
+       color: #666;
+       text-decoration: none;
+}
+
+/* /actions */
+.change_box {
+       border: 3px dashed #f84;
+}
+
+.change_viewed a {
+       color: #888;
+       text-decoration: line-through;
+}
+
+/* /actions/changes */
+
+tr.change pre {
+       color: #000;
+       font-size: 70%;
+}
+
+tr.unknown {
+       background: #eee;
+}
+
+tr.found {
+       background: #cfc;
+}
+
+tr.missing {
+       background: #fcc;
+}
+
+tr.skip {
+       background: #fcf;
+}
+
+tr.hidden {
+       display: none;
+}
+
+.alert {
+       border: 0.3em dashed #f00;
+       background: #ffc;
+       padding: 1em;
+       margin: 1em;
+       text-align: center;
+}