From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/001642.html | 124 +++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001642.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001642.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001642.html b/zarb-ml/mageia-sysadm/2011-January/001642.html new file mode 100644 index 000000000..4f1e73713 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001642.html @@ -0,0 +1,124 @@ + + + + [Mageia-sysadm] [242] align the subform to the left + + + + + + + + + +

[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
+ -- cgit v1.2.1