browser: hover description and notes
[sheet.git] / base.css
index b053b1c3794ebe654a093b990ad58d6fc0852ab3..4c01d2b0b24f20d8becc5e70387cedfe3b3aead7 100644 (file)
--- 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 {