Mercurial > hg > webaudioevaluationtool
annotate test_create/custom.css @ 1289:175cf75946f7
Merge
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Wed, 09 Mar 2016 14:36:47 +0000 |
parents | |
children | 464c6c6692d6 |
rev | line source |
---|---|
nickjillings@1289 | 1 |
nickjillings@1289 | 2 div#content > div.node{ |
nickjillings@1289 | 3 background-color: rgb(200,228,151); |
nickjillings@1289 | 4 } |
nickjillings@1289 | 5 |
nickjillings@1289 | 6 div#content > div#setup{ |
nickjillings@1289 | 7 background-color: coral; |
nickjillings@1289 | 8 } |
nickjillings@1289 | 9 |
nickjillings@1289 | 10 input:disabled+span{ |
nickjillings@1289 | 11 text-decoration: line-through; |
nickjillings@1289 | 12 } |
nickjillings@1289 | 13 |
nickjillings@1289 | 14 div.attribute{ |
nickjillings@1289 | 15 float: none; |
nickjillings@1289 | 16 } |
nickjillings@1289 | 17 div.attribute input{ |
nickjillings@1289 | 18 max-width: 100%; |
nickjillings@1289 | 19 width: 300px; |
nickjillings@1289 | 20 } |
nickjillings@1289 | 21 div.attribute input[type=radio], div.attribute input[type=checkbox]{ |
nickjillings@1289 | 22 width: 10px; |
nickjillings@1289 | 23 } |