X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fmojo_facets.css;h=81fb7727768c3071cbf71fc2f9298eaa0a9bc750;hb=1aedc8ff0c9801121d324bbb1e02c6edc519c7bd;hp=e4f730606338c3170bc010191204cf991325829d;hpb=257b572dcca656e0f7b5530c0c1c6a0b09d1ff7c;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index e4f7306..81fb772 100644 --- a/public/mojo_facets.css +++ b/public/mojo_facets.css @@ -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, @@ -79,6 +102,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 +115,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; +}