X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fmojo_facets.css;h=1e6135d286090ce8cdac90b2d098d61f3fb7ca72;hb=ad9a83e05a4737f793a629f454a1acc70dd9db75;hp=f667e13f29a4dc69d63817277ad636defce59318;hpb=c73590e135e0a17ca2a8f019e12263fd795fceae;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index f667e13..1e6135d 100644 --- a/public/mojo_facets.css +++ b/public/mojo_facets.css @@ -13,7 +13,6 @@ label span.hint { position: absolute; background: #fff; color: #888; - z-index: 100; padding: 3px; } @@ -61,6 +60,11 @@ span.h { color: #f00; } +a.remove { + float: right; + color: #f00; +} + .debug { color: #aaa; } @@ -84,6 +88,7 @@ div.col_opts { .chart { float: right; + clear: both; position: relative; margin-top: 1em; } @@ -158,6 +163,15 @@ 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; @@ -234,4 +248,8 @@ tr.hidden { margin: 1em; } - +/* templates/all_checkboxes.html.ep */ +span#column_selection { + position: absolute; + left: 15em; +}