Mercurial > hg > webaudioevaluationtool
diff test_create/style.css @ 1251:ee5f18d2fc47
Test create fixes for #1594. Styling of survey entry options. Fixed survey entry leak. Removed "synchronous" attribute from page for now.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 14 Mar 2016 13:36:43 +0000 |
parents | ba6b9e1aaef5 |
children | a7e50a52a896 |
line wrap: on
line diff
--- a/test_create/style.css Mon Mar 14 12:34:36 2016 +0000 +++ b/test_create/style.css Mon Mar 14 13:36:43 2016 +0000 @@ -132,4 +132,17 @@ } input:disabled+label{ text-decoration: line-through; +} + +div.survey-entry-attribute { + margin: 10px 0px; + border: 1px gray solid; + border-radius: 5px; + height: 40px; + line-height: 40px; + padding: 0px 10px; +} + +div.survey-entry-attribute span{ + margin-right: 10px; } \ No newline at end of file