X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fmojo_facets.css;h=765b2eb8e7cb70e4657d4b9a7cd56aeca95bbc32;hb=19171317f4f539ff8145c2e13ff09d60e157c69f;hp=5c37b2106abf901ba9074bee61713662562d1fff;hpb=10d6ebd9677ff7d5945c200f9b08f990eef91266;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index 5c37b21..765b2eb 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,16 @@ span.h { font-weight: bold; } +.admin .changes { + float: right; +} + +.admin .save_changes { + float: right; + color: #f00; + padding-left: 1em; +} + .debug { color: #aaa; } @@ -54,6 +82,7 @@ div.col_opts { .chart { float: right; position: relative; + margin-top: 1em; } .labels-x, @@ -79,6 +108,7 @@ div.col_opts { .labels-y li span.line { position: absolute; border: 0 solid #ccc; + opacity: 0.7; } .labels-x li { margin-top: 5px; @@ -107,3 +137,62 @@ label.excluded, a#excluded { color: #800; } + +/* delimiter for repeatable data */ +span.d { + color: #ccc; +} + +.saved { + background: #ffe; +} + +form.action_filter { + float: right; +} + +.bytes { + text-align: right; + font-family: monospace; + color: #444; +} + +/* items/list.html.ep */ +a.facet { + font-family: monospace; + color: #666; + text-decoration: none; +} + +/* /changes */ +.change_box { + border: 3px dashed #f84; +} + +.change_viewed a { + color: #888; + text-decoration: line-through; +} + +/* /changes/edits */ + +div.edit pre { + color: #000; +} + +tr.unknown { + background: #eee; +} + +tr.found { + background: #cfc; +} + +tr.missing { + background: #fcc; +} + +tr.hidden { + display: none; +} +