Mercurial > hg > webaudioevaluationtool
diff css/core.css @ 2583:5f7c11fa5f83
Added <surveyslider> to <survey> nodes. Supports min, max, minText and maxText.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 31 Oct 2016 16:34:55 +0000 |
parents | a6b32c473577 |
children | 8188efa9415d |
line wrap: on
line diff
--- a/css/core.css Mon Oct 31 16:08:24 2016 +0000 +++ b/css/core.css Mon Oct 31 16:34:55 2016 +0000 @@ -101,6 +101,12 @@ table.popup-option-list tr td { padding: 5px; } +div.survey-slider-text-holder { + display: flex; + flex-direction: row; + justify-content: space-between; + padding: 0px 15px; +} button#popup-proceed { bottom: 10px; right: 10px;