Mercurial > hg > webaudioevaluationtool
comparison test_create/custom.css @ 1303:ade3acb0cee3
Added score_parse.php separators for CSV
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Tue, 23 Feb 2016 17:11:28 +0000 |
parents | |
children | 464c6c6692d6 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 1303:ade3acb0cee3 |
---|---|
1 | |
2 div#content > div.node{ | |
3 background-color: rgb(200,228,151); | |
4 } | |
5 | |
6 div#content > div#setup{ | |
7 background-color: coral; | |
8 } | |
9 | |
10 input:disabled+span{ | |
11 text-decoration: line-through; | |
12 } | |
13 | |
14 div.attribute{ | |
15 float: none; | |
16 } | |
17 div.attribute input{ | |
18 max-width: 100%; | |
19 width: 300px; | |
20 } | |
21 div.attribute input[type=radio], div.attribute input[type=checkbox]{ | |
22 width: 10px; | |
23 } |