annotate test_create/custom.css @ 1102:b5bf2f57187c

Merge
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 08 Mar 2016 14:44:14 +0000
parents
children 464c6c6692d6
rev   line source
n@1102 1
n@1102 2 div#content > div.node{
n@1102 3 background-color: rgb(200,228,151);
n@1102 4 }
n@1102 5
n@1102 6 div#content > div#setup{
n@1102 7 background-color: coral;
n@1102 8 }
n@1102 9
n@1102 10 input:disabled+span{
n@1102 11 text-decoration: line-through;
n@1102 12 }
n@1102 13
n@1102 14 div.attribute{
n@1102 15 float: none;
n@1102 16 }
n@1102 17 div.attribute input{
n@1102 18 max-width: 100%;
n@1102 19 width: 300px;
n@1102 20 }
n@1102 21 div.attribute input[type=radio], div.attribute input[type=checkbox]{
n@1102 22 width: 10px;
n@1102 23 }