Mercurial > hg > webaudioevaluationtool
diff ape.css @ 1657:faa52cea3e3d
Added customised scale - NEED TO ENTER INTO DOCUMENTATION!
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Fri, 10 Apr 2015 19:09:21 +0100 |
parents | dc2969dbe0a2 |
children | 46cfd9fac5e7 a948850f297b 06fbaccf3b58 |
line wrap: on
line diff
--- a/ape.css Fri Apr 10 17:43:53 2015 +0100 +++ b/ape.css Fri Apr 10 19:09:21 2015 +0100 @@ -11,6 +11,11 @@ /* Specify any colouring for the title */ } +div.pageTitle { + width: auto; + height: 20px; +} + div.testHalt { /* Specify any colouring during the test halt for pre/post questions */ background-color: rgba(0,0,0,0.5); @@ -33,7 +38,20 @@ /* Specify any structure for the slider holder interface */ background-color: #eee; height: 150px; - margin-bottom: 25px; + margin-bottom: 5px; +} + +div.sliderScale { + width: 100%; + min-height: 20px; +} + +div.sliderScale span { + /* Any formatting of text below scale */ + min-width: 5px; + height: 20px; + height: 100%; + position: absolute; } div.track-slider {