added /data/export
[MojoFacets.git] / public / mojo_facets.css
index ab09c72..7d07948 100644 (file)
@@ -52,6 +52,12 @@ span.h {
        float: right;
 }
 
+.admin .save_changes {
+       float: right;
+       color: #f00;
+       padding-left: 1em;
+}
+
 .debug {
        color: #aaa;
 }
@@ -144,3 +150,27 @@ 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;
+}
+
+/* /changes */
+.change_box {
+       border: 3px dashed #f84;
+}
+
+.change_viewed a {
+       color: #888;
+       text-decoration: line-through;
+}
+