Made the ToS field higher
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 27 Feb 2009 11:38:24 +0000
changeset 1542 9de71e8890e7
parent 1541 83e22817335e
child 1543 60e0a164a867
Made the ToS field higher Patch by: Sverre Rabbelier
app/soc/views/helper/widgets.py
--- a/app/soc/views/helper/widgets.py	Fri Feb 27 11:30:20 2009 +0000
+++ b/app/soc/views/helper/widgets.py	Fri Feb 27 11:38:24 2009 +0000
@@ -168,7 +168,7 @@
 
   HTML_CODE = """
   <span style="width:450px" colspan="4">
-    <div id="ToS" style="overflow:auto;height:200px">
+    <div id="ToS" style="overflow:auto;height:800px">
       %s
     </div>
   </span>