X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=public%2Fmojo_facets.css;h=07d6bd434174ef58beb99142ec73b2e37622e31f;hb=019450645acad67df21e709c77dcc73703ceffec;hp=ab09c72f5c3321c66b5fddb74cb7de8dd0167d7c;hpb=88f36e93420390b7e3d42a3fdba2fd05abf720c4;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index ab09c72..07d6bd4 100644 --- a/public/mojo_facets.css +++ b/public/mojo_facets.css @@ -48,8 +48,22 @@ span.h { font-weight: bold; } -.admin .changes { +.admin .middle { + margin-left: 2em; + color: #f00; +} + +.admin .right { + float: right; +} + +.admin .save_actions { + color: #f00; +} + +a.remove { float: right; + color: #f00; } .debug { @@ -75,6 +89,7 @@ div.col_opts { .chart { float: right; + clear: right; position: relative; margin-top: 1em; } @@ -137,10 +152,105 @@ 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; + color: #666; + text-decoration: none; +} + +/* /actions */ +.change_box { + border: 3px dashed #f84; +} + +.change_viewed a { + color: #888; + text-decoration: line-through; +} + +/* /actions/changes */ + +tr.change pre { + color: #000; + font-size: 70%; +} + +tr.unknown { + background: #eee; +} + +tr.found { + background: #cfc; +} + +tr.missing { + background: #fcc; +} + +tr.skip { + background: #fcf; +} + +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#column_selection { + position: absolute; + left: 15em; +}