Mercurial > hg > webaudioevaluationtool
annotate test_create/custom.css @ 1229:bb082e66dfbe
Updated test_create style for label rather than span
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 24 Feb 2016 13:49:40 +0000 |
parents | d2afd2ee8684 |
children | 464c6c6692d6 |
rev | line source |
---|---|
n@1105 | 1 |
n@1105 | 2 div#content > div.node{ |
n@1105 | 3 background-color: rgb(200,228,151); |
n@1105 | 4 } |
n@1105 | 5 |
n@1105 | 6 div#content > div#setup{ |
n@1105 | 7 background-color: coral; |
n@1105 | 8 } |
n@1105 | 9 |
n@1105 | 10 input:disabled+span{ |
n@1105 | 11 text-decoration: line-through; |
n@1105 | 12 } |
n@1105 | 13 |
n@1105 | 14 div.attribute{ |
n@1105 | 15 float: none; |
n@1105 | 16 } |
n@1105 | 17 div.attribute input{ |
n@1105 | 18 max-width: 100%; |
n@1105 | 19 width: 300px; |
n@1105 | 20 } |
n@1105 | 21 div.attribute input[type=radio], div.attribute input[type=checkbox]{ |
n@1105 | 22 width: 10px; |
n@1105 | 23 } |