X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fmojo_facets.css;h=f667e13f29a4dc69d63817277ad636defce59318;hb=53588a28617774a7323799597186209704068dec;hp=6a1a959eec41a3abbf5cc81afa3a588df82d27fd;hpb=9137465ad9ef3e3e539a5243af9da2017b052cbe;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index 6a1a959..f667e13 100644 --- a/public/mojo_facets.css +++ b/public/mojo_facets.css @@ -48,10 +48,19 @@ span.h { font-weight: bold; } -.admin .changes { +.admin .middle { + margin-left: 2em; + color: #f00; +} + +.admin .right { float: right; } +.admin .save_actions { + color: #f00; +} + .debug { color: #aaa; } @@ -137,6 +146,92 @@ span.d { color: #ccc; } -.saved { +.changed { background: #ffe; } + +.used { + background: #eee; +} + +form.action_filter { + float: right; +} + +.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; +} + +