Mercurial > hg > webaudioevaluationtool
annotate test_create/custom.css @ 2538:464c6c6692d6
Beautified entire project.
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Mon, 14 Nov 2016 14:17:03 +0000 |
parents | 175cf75946f7 |
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 } |