X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=public%2Fmojo_facets.css;h=07d6bd434174ef58beb99142ec73b2e37622e31f;hb=019450645acad67df21e709c77dcc73703ceffec;hp=4564c1c1a7e994837f917149ff3431f5399b4451;hpb=c1ed0d0fafcd7c9201421e4b6e1f660731c4936c;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index 4564c1c..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; } @@ -146,14 +152,27 @@ span.d { color: #ccc; } -.saved { +.changed { 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#column_selection { + position: absolute; + left: 15em; +}