diff test_create/style.css @ 617:6edb164f15b8 Dev_main

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 d40deaa3959e
children
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