display number of edits
[MojoFacets.git] / public / mojo_facets.css
index d067e35..13402f0 100644 (file)
@@ -48,6 +48,16 @@ span.h {
        font-weight: bold;
 }
 
+.admin .changes {
+       float: right;
+}
+
+.admin .save_changes {
+       float: right;
+       color: #f00;
+       padding-left: 1em;
+}
+
 .debug {
        color: #aaa;
 }
@@ -132,3 +142,17 @@ a#excluded {
 span.d {
        color: #ccc;
 }
+
+.saved {
+       background: #ffe;
+}
+
+form.action_filter {
+       float: right;
+}
+
+.bytes {
+       text-align: right;
+       font-family: monospace;
+       color: #444;
+}