insert ¶ between repeatable values
[MojoFacets.git] / public / mojo_facets.css
index e4f7306..de5f3b0 100644 (file)
@@ -54,6 +54,7 @@ div.col_opts {
 .chart {
        float: right;
        position: relative;
+       margin-top: 1em;
 }
 
 .labels-x,
@@ -79,6 +80,7 @@ div.col_opts {
 .labels-y li span.line {
        position: absolute;
        border: 0 solid #ccc;
+       opacity: 0.7;
 }
 .labels-x li {
        margin-top: 5px;
@@ -91,16 +93,24 @@ div.col_opts {
        right: 100%;
        position: absolute;
        margin-right: 5px;
+       margin-top: -0.5em;
 }
 .labels-y li span.line {
        border-top-width: 1px;
        width: 100%;
 }
 
-label.included {
+label.included,
+a#included {
        color: #080;
 }
 
-label.excluded {
+label.excluded,
+a#excluded {
        color: #800;
 }
+
+/* delimiter for repeatable data */
+span.d {
+       color: #ccc;
+}