Mercurial > hg > webaudioevaluationtool
diff core.css @ 1270:aebb9754d491
Fix Bug #1562
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 22 Mar 2016 12:35:48 +0000 |
parents | 64ec9c5e9730 |
children | b5db605914ab |
line wrap: on
line diff
--- a/core.css Tue Mar 22 12:09:08 2016 +0000 +++ b/core.css Tue Mar 22 12:35:48 2016 +0000 @@ -79,6 +79,19 @@ background-color: #fff; } +div.popup-option-checbox { + /* Popup window checkbox */ + padding: 5px; + width: fit-content; + width: -moz-fit-content; + width: -webkit-fit-content; +} + +div.popup-option-checbox input{ + /* Popup window checkbox */ + margin-right: 15px; +} + button#popup-proceed { bottom: 10px; right: 10px;