round-trip changes to server
[MojoFacets.git] / public / mojo_facets.css
index 4144b7b..6a1a959 100644 (file)
@@ -8,6 +8,20 @@
        content: ")";
 }
 
+label span.hint {
+       display: none;
+       position: absolute;
+       background: #fff;
+       color: #888;
+       z-index: 100;
+       padding: 3px;
+}
+
+label:hover span.hint {
+       display: block;
+}
+
+
 span.sort-by {
        float: right;
 }
@@ -34,6 +48,10 @@ span.h {
        font-weight: bold;
 }
 
+.admin .changes {
+       float: right;
+}
+
 .debug {
        color: #aaa;
 }
@@ -118,3 +136,7 @@ a#excluded {
 span.d {
        color: #ccc;
 }
+
+.saved {
+       background: #ffe;
+}