Mercurial > hg > webaudioevaluationtool
diff core.css @ 510:ea97b12c1f1e Dev_main
Bug #1564: index.html is blank, the links are included in demo.html. Popup now created in index.html rather than generated.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Thu, 11 Feb 2016 16:54:33 +0000 |
parents | e3ff10a1ebc5 |
children | d7b1b270c13a |
line wrap: on
line diff
--- a/core.css Thu Feb 11 14:37:26 2016 +0000 +++ b/core.css Thu Feb 11 16:54:33 2016 +0000 @@ -42,6 +42,27 @@ border-radius: 10px; box-shadow: 0px 0px 50px #000; z-index: 2; + position: absolute; +} + +div#popupContent { + margin-top: 20px; + margin-bottom: 5px; +} + +div#popupTitle { + width: inherit; + min-height: 25px; + max-height: 250px; + overflow: auto; + margin-bottom: 5px; +} + +div#popupResponse { + width: inherit; + min-height: 50px; + max-height: 320px; + overflow: auto; } button.popupButton {