Mercurial > hg > webaudioevaluationtool
diff core.css @ 502:4658074c6191 Dev_main
Popup/Survey buttons now fixed position rather than calculated.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 10 Feb 2016 12:14:25 +0000 |
parents | 44d20bccf36b |
children | e3ff10a1ebc5 |
line wrap: on
line diff
--- a/core.css Wed Feb 10 12:02:25 2016 +0000 +++ b/core.css Wed Feb 10 12:14:25 2016 +0000 @@ -50,7 +50,7 @@ */ width: 50px; height: 25px; - position: relative; + position: absolute; border-radius: 5px; border: #444; border-width: 1px; @@ -58,6 +58,16 @@ background-color: #fff; } +button#popup-proceed { + bottom: 10px; + right: 10px; +} + +button#popup-previous { + bottom: 10px; + left: 10px; +} + div.testHalt { /* Specify any colouring during the test halt for pre/post questions */ background-color: rgba(0,0,0,0.5);