Mercurial > hg > webaudioevaluationtool
diff test_create/style.css @ 2853:f75db4482006
More test-creator work. Finished global surveys
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Wed, 26 Apr 2017 16:38:34 +0100 |
parents | d1cde8698cc6 |
children | 5591d01adf1c |
line wrap: on
line diff
--- a/test_create/style.css Wed Apr 26 15:17:48 2017 +0100 +++ b/test_create/style.css Wed Apr 26 16:38:34 2017 +0100 @@ -64,10 +64,21 @@ font-style: italic; } .node { - padding: 0px 20px; + padding: 10px 20px; border: 2px solid black; margin: 20px; border-radius: 20px; + background-color: inherit; +} +.node > textarea { + width: 80%; +} +.node > h1, +h2, +h3, +h4, +h5 { + text-align: center; } .attribute { display: inline-block; @@ -76,3 +87,9 @@ border-right: 1px solid grey; padding: 5px 5px; } +#setupNode { + background-color: rgba(255, 10, 10, 0.25); +} +#pageNode { + background-color: rgba(10, 255, 10, 0.25); +}