produce items structure
[MojoFacets.git] / public / mojo_facets.css
index ab09c72..3db2795 100644 (file)
@@ -48,10 +48,16 @@ span.h {
        font-weight: bold;
 }
 
-.admin .changes {
+.admin .actions {
        float: right;
 }
 
+.admin .save_actions {
+       float: right;
+       color: #f00;
+       padding-left: 1em;
+}
+
 .debug {
        color: #aaa;
 }
@@ -144,3 +150,50 @@ 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/edits */
+
+tr.edit pre {
+       color: #000;
+       font-size: 70%;
+}
+
+tr.unknown {
+       background: #eee;
+}
+
+tr.found {
+       background: #cfc;
+}
+
+tr.missing {
+       background: #fcc;
+}
+
+tr.hidden {
+       display: none;
+}
+