produce items structure
[MojoFacets.git] / public / mojo_facets.css
index f267455..3db2795 100644 (file)
@@ -48,11 +48,11 @@ span.h {
        font-weight: bold;
 }
 
-.admin .changes {
+.admin .actions {
        float: right;
 }
 
-.admin .save_changes {
+.admin .save_actions {
        float: right;
        color: #f00;
        padding-left: 1em;
@@ -163,3 +163,37 @@ a.facet {
        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;
+}
+