rename changes to actions
[MojoFacets.git] / public / mojo_facets.css
index 1612414..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,28 +174,26 @@ a.facet {
        text-decoration: line-through;
 }
 
-div.edit a {
-       margin-top: 3em;
-       float: right;
-}
+/* /actions/edits */
 
-div.edit {
-       border-bottom: 1px dashed #eee;
+tr.edit pre {
+       color: #000;
+       font-size: 70%;
 }
 
-div.edit pre {
-       color: #000;
+tr.unknown {
+       background: #eee;
 }
 
-.edit-unknown {
-       border: 3px dotted #888;
+tr.found {
+       background: #cfc;
 }
 
-.edit-found {
-       border: 3px dotted #cfc;
+tr.missing {
+       background: #fcc;
 }
 
-.edit-missing {
-       border: 3px dotted #fcc;
+tr.hidden {
+       display: none;
 }