Mercurial > hg > webaudioevaluationtool
annotate test_create/custom.css @ 2548:67cf18d08af8
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | www-data <www-data@sucuk.dcs.qmul.ac.uk> |
---|---|
date | Thu, 17 Nov 2016 13:20:56 +0000 |
parents | 464c6c6692d6 |
children |
rev | line source |
---|---|
nicholas@2538 | 1 div#content > div.node { |
nicholas@2538 | 2 background-color: rgb(200, 228, 151); |
nickjillings@1289 | 3 } |
nicholas@2538 | 4 div#content > div#setup { |
nickjillings@1289 | 5 background-color: coral; |
nickjillings@1289 | 6 } |
nicholas@2538 | 7 input:disabled+span { |
nickjillings@1289 | 8 text-decoration: line-through; |
nickjillings@1289 | 9 } |
nicholas@2538 | 10 div.attribute { |
nickjillings@1289 | 11 float: none; |
nickjillings@1289 | 12 } |
nicholas@2538 | 13 div.attribute input { |
nickjillings@1289 | 14 max-width: 100%; |
nickjillings@1289 | 15 width: 300px; |
nickjillings@1289 | 16 } |
nicholas@2538 | 17 div.attribute input[type=radio], |
nicholas@2538 | 18 div.attribute input[type=checkbox] { |
nickjillings@1289 | 19 width: 10px; |
nicholas@2538 | 20 } |