Mercurial > hg > webaudioevaluationtool
comparison test_create/custom.css @ 1088:3705f68a38b7
The version I use and works, addresses issues #1622, #1616, partially #1620
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Mon, 22 Feb 2016 04:17:19 +0000 |
parents | |
children | 464c6c6692d6 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 1088:3705f68a38b7 |
---|---|
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 } |