[Mageia-sysadm] [242] align the subform to the left
root at mageia.org
root at mageia.org
Fri Jan 7 01:57:42 CET 2011
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:
--------------
identity/CatDap/trunk/root/static/style/ttsite.css
identity/CatDap/trunk/root/user/index.tt
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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110107/28d4b32f/attachment-0001.html>
More information about the Mageia-sysadm
mailing list