X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fmojo_facets.css;h=f667e13f29a4dc69d63817277ad636defce59318;hb=53588a28617774a7323799597186209704068dec;hp=765b2eb8e7cb70e4657d4b9a7cd56aeca95bbc32;hpb=19171317f4f539ff8145c2e13ff09d60e157c69f;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index 765b2eb..f667e13 100644 --- a/public/mojo_facets.css +++ b/public/mojo_facets.css @@ -48,14 +48,17 @@ span.h { font-weight: bold; } -.admin .changes { - float: right; +.admin .middle { + margin-left: 2em; + color: #f00; } -.admin .save_changes { +.admin .right { float: right; +} + +.admin .save_actions { color: #f00; - padding-left: 1em; } .debug { @@ -143,10 +146,14 @@ span.d { color: #ccc; } -.saved { +.changed { background: #ffe; } +.used { + background: #eee; +} + form.action_filter { float: right; } @@ -157,6 +164,21 @@ form.action_filter { 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 +186,7 @@ a.facet { text-decoration: none; } -/* /changes */ +/* /actions */ .change_box { border: 3px dashed #f84; } @@ -174,10 +196,11 @@ a.facet { text-decoration: line-through; } -/* /changes/edits */ +/* /actions/changes */ -div.edit pre { +tr.change pre { color: #000; + font-size: 70%; } tr.unknown { @@ -192,7 +215,23 @@ 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; +} + +