Mercurial > hg > webaudioevaluationtool
diff core.css @ 303:1de796227531 Dev_main
Bug #1389: Popup now auto-height and auto-scrolling for long options.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 15 Sep 2015 10:13:20 +0100 |
parents | ad3111448299 |
children | f46398fdf56c |
line wrap: on
line diff
--- a/core.css Mon Sep 14 17:18:33 2015 +0100 +++ b/core.css Tue Sep 15 10:13:20 2015 +0100 @@ -37,7 +37,8 @@ div.popupHolder { width: 500px; - height: 250px; + min-height: 250px; + max-height: 400px; background-color: #fff; border-radius: 10px; box-shadow: 0px 0px 50px #000; @@ -49,7 +50,7 @@ */ width: 50px; height: 25px; - position: absolute; + position: relative; border-radius: 5px; border: #444; border-width: 1px;