Revision
242
Author
misc
Date
2011-01-07 01:57:42 +0100 (Fri, 07 Jan 2011)

Log Message

align the subform to the left

Modified Paths

Modified: identity/CatDap/trunk/root/static/style/ttsite.css
===================================================================
--- identity/CatDap/trunk/root/static/style/ttsite.css	2011-01-07 00:57:38 UTC (rev 241)
+++ identity/CatDap/trunk/root/static/style/ttsite.css	2011-01-07 00:57:42 UTC (rev 242)
@@ -122,6 +122,10 @@
 }
 
 
+#attribute_add_form {
+    text-align: left;
+    float: left 
+}
 
 /*     End changes obgr_seneca     */
 

Modified: identity/CatDap/trunk/root/user/index.tt
===================================================================
--- identity/CatDap/trunk/root/user/index.tt	2011-01-07 00:57:38 UTC (rev 241)
+++ identity/CatDap/trunk/root/user/index.tt	2011-01-07 00:57:42 UTC (rev 242)
@@ -33,7 +33,8 @@
 </div>
 
 <hr />
-
+<div id="attribute_add_form">
+<h3>[%('Add a attribute')%]</h3>
 <form method="post" action="/user/add">
     <p>
         <select name="attribute">
@@ -47,3 +48,4 @@
         <button type="submit" value="[% l('Add') %]">[% l('Add') %]</button>
     </p>
 </form>
+</div>