don't create excessive <td>s
[MojoFacets.git] / public / mojo_facets.css
index 97d5e35..81fb772 100644 (file)
@@ -8,6 +8,24 @@
        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;
+}
+
 /* index columns */
 span.c {
        background: #eee;
@@ -30,6 +48,10 @@ span.h {
        font-weight: bold;
 }
 
+.admin .changes {
+       float: right;
+}
+
 .debug {
        color: #aaa;
 }
@@ -54,6 +76,7 @@ div.col_opts {
 .chart {
        float: right;
        position: relative;
+       margin-top: 1em;
 }
 
 .labels-x,
@@ -108,3 +131,8 @@ label.excluded,
 a#excluded {
        color: #800;
 }
+
+/* delimiter for repeatable data */
+span.d {
+       color: #ccc;
+}