diff --git a/src/web/static/coda-slider-2.0/stylesheets/coda-slider-2.0.css b/src/web/static/coda-slider-2.0/stylesheets/coda-slider-2.0.css index cf689db..b4ac745 100755 --- a/src/web/static/coda-slider-2.0/stylesheets/coda-slider-2.0.css +++ b/src/web/static/coda-slider-2.0/stylesheets/coda-slider-2.0.css @@ -19,10 +19,10 @@ .coda-slider-no-js .coda-slider { height: 300px; overflow: auto !important; padding-right: 20px } /* Change the width of the entire slider (without dynamic arrows) */ - .coda-slider, .coda-slider .panel { width: 700px } + .coda-slider, .coda-slider .panel { width: 780px } /* Change margin and width of the slider (with dynamic arrows) */ - .coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px } + .coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 700px } .coda-slider-wrapper.arrows .coda-slider { margin: 0 10px } /* Arrow styling diff --git a/src/web/static/css/style.css b/src/web/static/css/style.css index d0632ba..3ef57b0 100644 --- a/src/web/static/css/style.css +++ b/src/web/static/css/style.css @@ -44,7 +44,7 @@ html { background-color: transparent; } :focus { outline: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } - +p { margin-bottom: 5px; } /* * Layout, font, size.. colors.. @@ -66,7 +66,6 @@ margin-top: 40px; margin-bottom: 40px; margin-right: auto; margin-left: auto; -background-color: white; border-radius: 10px; box-shadow: 0 2px 20px #545454; } @@ -407,7 +406,6 @@ font-weight: bold; #upload-slide, #advanced-slide fieldset { -boder: 1px solid gray; font-size: 0.9em; padding: 5px; margin: 10px; diff --git a/src/web/static/css/survey.css b/src/web/static/css/survey.css index 0f9a2a2..5653ef6 100644 --- a/src/web/static/css/survey.css +++ b/src/web/static/css/survey.css @@ -112,8 +112,15 @@ background: white; .radioButton { text-align: left; vertical-align: middle; -float: right; cursor: normal; +width: 150px; +margin-bottom: 10px; +float: left; +} + +#panel-controls { +width: 180px; +float: right; } #controls-form, diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 0657441..d255250 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -59,7 +59,7 @@ function validateForm()
-