X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a9c93a19c0b7f17d653a61522ecffa4319d0590a..044c816621892378582d969646276a569ac4eb06:/base.css diff --git a/base.css b/base.css index b053b1c..4c01d2b 100644 --- a/base.css +++ b/base.css @@ -554,6 +554,28 @@ ul.legend-set li { padding: 0 0.2em; } +/* page-specific */ + +#browser .aside { + font-size: 80%; + overflow: hidden; + height: 0; + -webkit-transition: all 1s ease-in; + -o-transition: all 1s ease-in; + -moz-transition: all 1s ease-in; + transition: height 1s ease-in; +} +#browser .aside p { + margin: 1ex 0; +} +#browser tr:hover .aside { + height: auto; + min-height: 5ex; /* browsers currently only transition to static values */ +} +#browser td.X { + white-space: nowrap; /* some browsers break on dashes */ +} + /* printing hints */ @page {