X-Git-Url: http://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=common.css;h=71bead6e26485069ff5c4cfc0ca17cd4a87bea69;hp=d6a931604d58c17c0fb0124a739a194f8d61de27;hb=6c1784b157a0990a9ad04ebce2176989e0fabcd0;hpb=9451cddb9f3422c050b7c4d3c01d10a177f3e36b diff --git a/common.css b/common.css index d6a9316..71bead6 100644 --- a/common.css +++ b/common.css @@ -109,7 +109,8 @@ input + label { *[tooltip]:hover:after { display: block; position: absolute; - bottom: -100%; left: 50%; transform: translate(-50%, 0); + min-width: 12em; + bottom: 100%; left: 50%; transform: translate(-50%, 0); content: attr(tooltip); padding: .5em; color: #000; background-color: #FFC;