# HG changeset patch # User Nicholas Jillings # Date 1456143535 0 # Node ID 47f581c54cc0d99e2b5e56191140b28eef0c3331 # Parent 3abbe1cc81ca6963f1d2420ed2398bc6c4635be2 Test Create: Move your custom elements into style.css diff -r 3abbe1cc81ca -r 47f581c54cc0 test_create/style.css --- a/test_create/style.css Mon Feb 22 04:17:19 2016 +0000 +++ b/test_create/style.css Mon Feb 22 12:18:55 2016 +0000 @@ -70,6 +70,16 @@ color: rgb(100,100,100); } + +div#content > div.node{ + background-color: rgb(200,228,151); +} + +div#content > div#setup{ + background-color: coral; +} + + div.node { float: left; padding: 10px; @@ -87,7 +97,7 @@ } div.node-attributes { min-width: 92%; - float: left; + float: none; padding: 10px; } div.attribute { @@ -103,9 +113,16 @@ min-width: 92%; } div.attribute input { - max-width: 100px; + max-width: 100%; + width: 300px; margin-right: 10px; } div.attribute input[type=number] { width: 80px; +} +div.attribute input[type=radio], div.attribute input[type=checkbox]{ + width: 10px; +} +input:disabled+span{ + text-decoration: line-through; } \ No newline at end of file