X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fmojo_facets.css;h=765b2eb8e7cb70e4657d4b9a7cd56aeca95bbc32;hb=19171317f4f539ff8145c2e13ff09d60e157c69f;hp=93d83b6969b17a631c9e973d2e4a864fe52c1110;hpb=dd506617d97a118c5d2378787e58d69d297cc83a;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index 93d83b6..765b2eb 100644 --- a/public/mojo_facets.css +++ b/public/mojo_facets.css @@ -174,26 +174,25 @@ a.facet { text-decoration: line-through; } -.edit-options { - margin-top: 3em; - float: right; - text-align: center; - -} +/* /changes/edits */ div.edit pre { color: #000; } -.edit-unknown { - border-bottom: 1px dotted #ccc; +tr.unknown { + background: #eee; +} + +tr.found { + background: #cfc; } -.edit-found { - border: 3px dotted #cfc; +tr.missing { + background: #fcc; } -.edit-missing { - border: 3px dotted #fcc; +tr.hidden { + display: none; }