rename changes to actions
[MojoFacets.git] / public / mojo_facets.css
index 7d07948..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;
@@ -164,7 +164,7 @@ a.facet {
        text-decoration: none;
 }
 
-/* /changes */
+/* /actions */
 .change_box {
        border: 3px dashed #f84;
 }
@@ -174,3 +174,26 @@ a.facet {
        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;
+}
+