Mercurial > hg > webaudioevaluationtool
diff core.css @ 1379:797ca4ec7832
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 <nickjillings@users.noreply.github.com> |
---|---|
date | Thu, 11 Feb 2016 16:54:33 +0000 |
parents | 589d9860a974 |
children | b7bf91ac6d01 |
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 {