Added clear:right property to submit button in Survey take form.
authorJames Levy <jamesalexanderlevy@gmail.com
Mon, 06 Jul 2009 00:31:48 +0200
changeset 2554 e32452672666
parent 2553 dace76c88446
child 2555 b7f14c803619
Added clear:right property to submit button in Survey take form. Reviewed by: Lennard de Rijk
app/soc/templates/soc/survey/take.html
--- a/app/soc/templates/soc/survey/take.html	Mon Jul 06 00:29:30 2009 +0200
+++ b/app/soc/templates/soc/survey/take.html	Mon Jul 06 00:31:48 2009 +0200
@@ -38,7 +38,7 @@
   {% else %}
     <form method="post">
   {% endif %}
-    <div style="width:100%; float:left;">
+    <div style="width:100%; float:left; clear:right;">
       <div class="{{ status }}" id="survey_widget">
         <table>
           {% block form_table %}