X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fmojo_facets.css;h=b15478300bf116020ce463978df4a398ec5d34b3;hb=f53498d03eabed6ac72a1f202b54e0d47d427829;hp=648a2c65edfb6362905aceebca7b37ceb93dba16;hpb=56e5300f95d21d01a97073147263f865fe8145c0;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index 648a2c6..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; @@ -48,6 +48,11 @@ span.h { font-weight: bold; } +.admin .middle { + margin-left: 2em; + color: #f00; +} + .admin .right { float: right; } @@ -56,6 +61,11 @@ span.h { color: #f00; } +a.remove { + float: right; + color: #f00; +} + .debug { color: #aaa; } @@ -79,6 +89,7 @@ div.col_opts { .chart { float: right; + clear: both; position: relative; margin-top: 1em; } @@ -141,20 +152,48 @@ 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; color: #444; } +/* items/table */ + +form#eval { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + z-index: 10; + background: #eee; +} + +form#eval textarea { + width: 100%; +} + /* items/list.html.ep */ a.facet { font-family: monospace; @@ -199,10 +238,19 @@ tr.hidden { display: none; } -.alert { +.alert, .error { border: 0.3em dashed #f00; background: #ffc; + text-align: center; +} + +.alert { padding: 1em; margin: 1em; - text-align: center; +} + +/* templates/all_checkboxes.html.ep */ +span.count span#column_selection { + position: absolute; + left: 15em; }