X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fmojo_facets.css;h=acdb653684ce745cee277d41761963d792615f3a;hb=53b5b64ff004b301f4a2a608f152e7846f95cb91;hp=7f42068a1c28f72430e2d2b21019b41a49caf1d6;hpb=2194c3da3473ea1e9003f72b9ee8cf558df76ab0;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index 7f42068..acdb653 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,14 +48,22 @@ span.h { font-weight: bold; } -.admin .changes { +.admin .middle { + margin-left: 2em; + color: #f00; +} + +.admin .right { float: right; } -.admin .save_changes { +.admin .save_actions { + color: #f00; +} + +a.remove { float: right; color: #f00; - padding-left: 1em; } .debug { @@ -66,7 +74,7 @@ span.h { color: #000; } -li label:hover, td label:hover { +li label:hover, tr:hover td { background: #ff8; } @@ -81,6 +89,7 @@ div.col_opts { .chart { float: right; + clear: both; position: relative; margin-top: 1em; } @@ -128,12 +137,12 @@ div.col_opts { width: 100%; } -label.included, +.included, a#included { color: #080; } -label.excluded, +.excluded, a#excluded { color: #800; } @@ -143,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; @@ -164,7 +201,7 @@ a.facet { text-decoration: none; } -/* /changes */ +/* /actions */ .change_box { border: 3px dashed #f84; } @@ -174,16 +211,54 @@ a.facet { text-decoration: line-through; } -div.edit a { - margin-top: 3em; - float: right; +/* /actions/changes */ + +tr.change pre { + color: #000; + font-size: 70%; } -div.edit { - border-bottom: 1px dashed #eee; +tr.unknown { + background: #eee; } -div.edit pre { - display: block; +tr.found { + background: #cfc; } +tr.missing { + background: #fcc; +} + +tr.skip { + background: #fcf; +} + +tr.source-changed { + background: #cff; +} + +tr.hidden { + display: none; +} + +.alert, .error { + border: 0.3em dashed #f00; + background: #ffc; + text-align: center; +} + +.alert { + padding: 1em; + margin: 1em; +} + +/* templates/all_checkboxes.html.ep */ +span.count span#column_selection { + position: absolute; + left: 15em; +} + +.hide { + display: none; +}