# HG changeset patch # User Nicholas Jillings # Date 1456143535 0 # Node ID 61494bd607b22f7f9ce317dd56a0c7e3c856190e # Parent a95d323a911ec2a9822ffc80eb86c981a014be94 Test Create: Move your custom elements into style.css diff -r a95d323a911e -r 61494bd607b2 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