annotate test_create/custom.css @ 1090:c07b9e2312ba

Merge
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 09 Mar 2016 14:36:47 +0000
parents
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 }