Mercurial > hg > webaudioevaluationtool
diff test_create/style.css @ 1175:b0340a2f64f2
Test Creator nearing completion. Some more GUI events needed. Generates valid XML, can create new or use old. Supports most features.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Thu, 11 Feb 2016 14:07:24 +0000 |
parents | dd7ba3054bf9 |
children | f4800ccc4d54 |
line wrap: on
line diff
--- a/test_create/style.css Thu Feb 11 12:06:54 2016 +0000 +++ b/test_create/style.css Thu Feb 11 14:07:24 2016 +0000 @@ -61,6 +61,11 @@ margin: 0px 5px; } +div.popup-option-entry { + padding: 5px 0px; + border-bottom: 1px solid; +} + div.disabled{ color: rgb(100,100,100); } @@ -80,10 +85,9 @@ margin: 5px 0px; } div.node-attributes { - width: auto; + min-width: 92%; float: left; padding: 10px; - border: black 2px dashed; } div.attribute { float: left; @@ -91,9 +95,11 @@ } div.node-children { float: left; + min-width: 92%; } div.node-buttons { float: left; + min-width: 92%; } div.attribute input { max-width: 100px;