X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=public%2Fmojo_facets.css;h=3db27957efb7a4472cd4edecbc208268929b52eb;hb=9ecb93fe4f455d5b19fa469c19fe3da125e23a8d;hp=7bcbbf1ffbedac071d325ad28b479786fa8bd92b;hpb=61bdbcebf83e09d181628caa1d00efb9189ae621;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index 7bcbbf1..3db2795 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 .actions { + float: right; +} + +.admin .save_actions { + float: right; + color: #f00; + padding-left: 1em; +} + .debug { color: #aaa; } @@ -109,3 +137,63 @@ 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; +} + +/* /actions */ +.change_box { + border: 3px dashed #f84; +} + +.change_viewed a { + color: #888; + text-decoration: line-through; +} + +/* /actions/edits */ + +tr.edit pre { + color: #000; + font-size: 70%; +} + +tr.unknown { + background: #eee; +} + +tr.found { + background: #cfc; +} + +tr.missing { + background: #fcc; +} + +tr.hidden { + display: none; +} +