X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fmojo_facets.css;h=07d6bd434174ef58beb99142ec73b2e37622e31f;hb=019450645acad67df21e709c77dcc73703ceffec;hp=f667e13f29a4dc69d63817277ad636defce59318;hpb=c73590e135e0a17ca2a8f019e12263fd795fceae;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index f667e13..07d6bd4 100644 --- a/public/mojo_facets.css +++ b/public/mojo_facets.css @@ -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: right; position: relative; margin-top: 1em; } @@ -158,6 +164,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 +249,8 @@ tr.hidden { margin: 1em; } - +/* templates/all_checkboxes.html.ep */ +span#column_selection { + position: absolute; + left: 15em; +}