X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fmojo_facets.css;h=b15478300bf116020ce463978df4a398ec5d34b3;hb=f53498d03eabed6ac72a1f202b54e0d47d427829;hp=d57d687d04b3b18295cad528dcbc86ae8b7c5fab;hpb=92ee7b243906996d59c45194a6f811884b5af51d;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index d57d687..b154783 100644 --- a/public/mojo_facets.css +++ b/public/mojo_facets.css @@ -8,19 +8,19 @@ 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; @@ -61,6 +61,11 @@ span.h { color: #f00; } +a.remove { + float: right; + color: #f00; +} + .debug { color: #aaa; } @@ -84,6 +89,7 @@ div.col_opts { .chart { float: right; + clear: both; position: relative; margin-top: 1em; } @@ -150,10 +156,23 @@ span.d { background: #ffe; } +.used { + background: #eee; +} + form.action_filter { float: right; } +.action_view { + border: 1px dashed #ccc; +} + +.action_hide { + text-decoration: line-through; + color: black; +} + .bytes { text-align: right; font-family: monospace; @@ -230,4 +249,8 @@ tr.hidden { margin: 1em; } - +/* templates/all_checkboxes.html.ep */ +span.count span#column_selection { + position: absolute; + left: 15em; +}