don't dump every x pixel in debug log
[MojoFacets.git] / public / mojo_facets.css
index 3619171..4144b7b 100644 (file)
@@ -8,6 +8,10 @@
        content: ")";
 }
 
+span.sort-by {
+       float: right;
+}
+
 /* index columns */
 span.c {
        background: #eee;
@@ -17,6 +21,9 @@ span.c {
 span.f {
        font-weight: bold;
 }
+span.h {
+       color: #666;
+}
 
 .admin {
        background: #ffc;
@@ -42,3 +49,72 @@ li label:hover, td label:hover {
 td label {
        white-space: nowrap;
 }
+
+
+div.col_opts {
+       font-size: 70%;
+}
+
+.chart {
+       float: right;
+       position: relative;
+       margin-top: 1em;
+}
+
+.labels-x,
+.labels-y {
+       position: absolute;
+       left: 0;
+       top: 0;
+       list-style: none;
+       margin: 0;
+       padding: 0;
+       width: 100%;
+       height: 100%;
+}
+
+.labels-x li,
+.labels-y li {
+       position: absolute;
+       bottom: 0;
+       color: #555;
+       font-size: 75%;
+}
+
+.labels-y li span.line {
+       position: absolute;
+       border: 0 solid #ccc;
+       opacity: 0.7;
+}
+.labels-x li {
+       margin-top: 5px;
+       bottom: -1.5em;
+}
+.labels-y li {
+       width: 100%;
+}
+.labels-y li span.label {
+       right: 100%;
+       position: absolute;
+       margin-right: 5px;
+       margin-top: -0.5em;
+}
+.labels-y li span.line {
+       border-top-width: 1px;
+       width: 100%;
+}
+
+label.included,
+a#included {
+       color: #080;
+}
+
+label.excluded,
+a#excluded {
+       color: #800;
+}
+
+/* delimiter for repeatable data */
+span.d {
+       color: #ccc;
+}