X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fmojo_facets.css;h=f267455082705d2161d3578436985de658be0db5;hb=92638f1c1332ce3d823923039fee2c1f5f0dd1e2;hp=d067e3515bd7cae3a06cb930b14951ec31c23c4c;hpb=ce74603c028f03f54f9ff4c7e9a88903c66a477b;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index d067e35..f267455 100644 --- a/public/mojo_facets.css +++ b/public/mojo_facets.css @@ -48,6 +48,16 @@ span.h { font-weight: bold; } +.admin .changes { + float: right; +} + +.admin .save_changes { + float: right; + color: #f00; + padding-left: 1em; +} + .debug { color: #aaa; } @@ -132,3 +142,24 @@ a#excluded { 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; +}