X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/8448a08533738473a2f9a31537909fb6c3cf1a50..ff13359d0999d7b29d1326bc3bf63008821f53b6:/base.css diff --git a/base.css b/base.css index 4a7fad5..7a21feb 100644 --- a/base.css +++ b/base.css @@ -558,7 +558,7 @@ ul.legend-set li { #browser td > a { text-decoration: none; } -#browser .aside { +#browser tr .aside { font-size: 80%; overflow: hidden; height: 0; @@ -567,7 +567,7 @@ ul.legend-set li { -moz-transition: all 1s ease-in; transition: height 1s ease-in; } -#browser .aside p { +#browser tr .aside p { margin: 1ex 0; } #browser tr.target .aside, @@ -578,6 +578,19 @@ ul.legend-set li { white-space: nowrap; /* some browsers break on dashes */ } +#browser tr.focus > td:first-of-type { + background: inherit; +} +#browser tr.focus > td { + border-bottom-color: #000; +} + +form.aside { + position: absolute; + top: 3ex; + right: 1em; +} + /* printing hints */ @page {