X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fmojo_facets.css;h=acdb653684ce745cee277d41761963d792615f3a;hb=53b5b64ff004b301f4a2a608f152e7846f95cb91;hp=9362a18b41d4377504d0bf8cca9ba25eafda351c;hpb=ed30bfc566294012ea170ea8bbb0a6199675ff45;p=MojoFacets.git diff --git a/public/mojo_facets.css b/public/mojo_facets.css index 9362a18..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; @@ -74,7 +74,7 @@ a.remove { color: #000; } -li label:hover, td label:hover { +li label:hover, tr:hover td { background: #ff8; } @@ -89,6 +89,7 @@ div.col_opts { .chart { float: right; + clear: both; position: relative; margin-top: 1em; } @@ -136,12 +137,12 @@ div.col_opts { width: 100%; } -label.included, +.included, a#included { color: #080; } -label.excluded, +.excluded, a#excluded { color: #800; } @@ -233,6 +234,10 @@ tr.skip { background: #fcf; } +tr.source-changed { + background: #cff; +} + tr.hidden { display: none; } @@ -248,4 +253,12 @@ tr.hidden { margin: 1em; } +/* templates/all_checkboxes.html.ep */ +span.count span#column_selection { + position: absolute; + left: 15em; +} +.hide { + display: none; +}