annotate test_create/custom.css @ 2438:02df8de58e7b

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author www-data <www-data@sucuk.dcs.qmul.ac.uk>
date Thu, 02 Jun 2016 17:20:55 +0100
parents c07b9e2312ba
children 464c6c6692d6
rev   line source
n@1090 1
n@1090 2 div#content > div.node{
n@1090 3 background-color: rgb(200,228,151);
n@1090 4 }
n@1090 5
n@1090 6 div#content > div#setup{
n@1090 7 background-color: coral;
n@1090 8 }
n@1090 9
n@1090 10 input:disabled+span{
n@1090 11 text-decoration: line-through;
n@1090 12 }
n@1090 13
n@1090 14 div.attribute{
n@1090 15 float: none;
n@1090 16 }
n@1090 17 div.attribute input{
n@1090 18 max-width: 100%;
n@1090 19 width: 300px;
n@1090 20 }
n@1090 21 div.attribute input[type=radio], div.attribute input[type=checkbox]{
n@1090 22 width: 10px;
n@1090 23 }