diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000982.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000982.html | 213 |
1 files changed, 213 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000982.html b/zarb-ml/mageia-sysadm/2010-November/000982.html new file mode 100644 index 000000000..c39c95367 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000982.html @@ -0,0 +1,213 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [160] style change to look more like current www.mageia.org + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B160%5D%20style%20change%20to%20look%20more%20like%20current%0A%09www.mageia.org&In-Reply-To=%3C20101127183446.F393C3FC30%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000976.html"> + <LINK REL="Next" HREF="000983.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [160] style change to look more like current www.mageia.org</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B160%5D%20style%20change%20to%20look%20more%20like%20current%0A%09www.mageia.org&In-Reply-To=%3C20101127183446.F393C3FC30%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [160] style change to look more like current www.mageia.org">root at mageia.org + </A><BR> + <I>Sat Nov 27 19:34:46 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000976.html">[Mageia-sysadm] [481] Fix the check on wget if server is down (thanks to rtp) +</A></li> + <LI>Next message: <A HREF="000983.html">[Mageia-sysadm] [161] new style for user/index +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#982">[ date ]</a> + <a href="thread.html#982">[ thread ]</a> + <a href="subject.html#982">[ subject ]</a> + <a href="author.html#982">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 160 +Author: obgr_seneca +Date: 2010-11-27 19:34:46 +0100 (Sat, 27 Nov 2010) +Log Message: +----------- +style change to look more like current www.mageia.org + +Modified Paths: +-------------- + identity/CatDap/trunk/root/index.tt + identity/CatDap/trunk/root/static/style/ttsite.css + +Modified: identity/CatDap/trunk/root/index.tt +=================================================================== +--- identity/CatDap/trunk/root/index.tt 2010-11-26 16:42:58 UTC (rev 159) ++++ identity/CatDap/trunk/root/index.tt 2010-11-27 18:34:46 UTC (rev 160) +@@ -1,21 +1,31 @@ + <h1>[% l('Login') %]</h1> + ++<div id="input_form"> + <form method="post" action="/user"> + +- <p> +- <label for="username_">[% l('Username') %]</label> +- <input id="username_" type="text" name="username" value="[% c.user.username %]" /> +- </p> ++ <table> ++ <tr><td> ++ <label for="username_">[% l('Username') %]</label> ++ </td><td> ++ <input id="username_" type="text" name="username" value="[% c.user.username %]" /> ++ </td></tr> + +- <p> +- <label for="password_">[% l('Password') %]</label> +- <input id="password_" type="password" name="password" /> +- </p> ++ <tr><td> ++ <label for="password_">[% l('Password') %]</label> ++ </td><td> ++ <input id="password_" type="password" name="password" /> ++ </td></tr> + +- <p><input type="submit" value="[% l('Login') %]" /> +- [% l('or') %] +- <a href="/register">[% l('Register') %]</a></p> +- +- <p>@todo [% l('Forgotten password?') %]</p> ++ <tr><td colspan="2" style="text-align:center;"> ++ <button type="submit" value="[% l('Login') %]" />[% l('Login') %]</button>&nbsp;&nbsp; ++ [% l('or') %]&nbsp;&nbsp; ++ <a href="/register">[% l('Register') %]</a> ++ </td></tr> ++ ++ <tr><td colspan="2"> ++ @todo [% l('Forgotten password?') %] ++ </td></tr> ++ </table> + + </form> ++</div> + +Modified: identity/CatDap/trunk/root/static/style/ttsite.css +=================================================================== +--- identity/CatDap/trunk/root/static/style/ttsite.css 2010-11-26 16:42:58 UTC (rev 159) ++++ identity/CatDap/trunk/root/static/style/ttsite.css 2010-11-27 18:34:46 UTC (rev 160) +@@ -1,16 +1,82 @@ ++/* begin changes obgr_seneca */ + html, body { +- background: #ccc; ++ background: #ddd; + } + + #doc { +- -webkit-box-shadow: 0 0 10px #aaa; +- -moz-box-shadow: 0 0 10px #aaa; +- box-shadow: 0 0 10px #aaa; +- background: #fff; ++ -webkit-box-shadow: 0 0 10px #444; ++ -moz-box-shadow: 0 0 10px #444; ++ box-shadow: 0 0 10px #444; ++ -webkit-border-radius: 10px; ++ -moz-border-radius: 10px; ++ border-radius: 10px; ++ margin-top: 20px; + } + + #hd, #ft, #nav, #content, .inside { padding: 0 1em 0.5em 0; } + ++#hd { ++ background: #aaa; ++ padding: 10px 20px 4px 20px; ++ text-align: center; ++ -webkit-border-radius: 10px 10px 0 0; ++ -moz-border-radius: 10px 10px 0 0; ++ border-radius: 10px 10px 0 0; ++} ++ ++#bd { ++ background: #fff; ++ padding: 2px 20px 2px 20px; ++ text-align: center; ++} ++ ++#bd h1 { ++ margin: 0.2em 0; ++} ++ ++#ft { ++ background: #fff; ++ padding: 2px 20px 10px 20px; ++} ++ ++#input_form { ++ text-align: center; ++ /*border: inset 1px;*/ ++ padding: 10px; ++ -webkit-border-radius: 0.6em; ++ -moz-border-radius: 0.6em; ++} ++ ++#input_form table { ++ border: 0px; ++ display: inline; ++ text-align: left; ++} ++ ++#input_form td { ++ border: 0px; ++} ++ ++#input_form input { ++ background: #fff; ++ border: inset 1px; ++} ++ ++#input_form input:focus { ++ background: #ddf; ++} ++ ++#input_form button { ++ background: #eef; ++ border: 2px outset #dde; ++ -webkit-border-radius: 0.4em; ++ -moz-border-radius: 0.4em; ++ border-radius: 0.4em; ++ padding: 4px; ++} ++ ++/* End changes obgr_seneca */ ++ + .message { + color: #000; + } +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101127/ba7bb610/attachment.html> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000976.html">[Mageia-sysadm] [481] Fix the check on wget if server is down (thanks to rtp) +</A></li> + <LI>Next message: <A HREF="000983.html">[Mageia-sysadm] [161] new style for user/index +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#982">[ date ]</a> + <a href="thread.html#982">[ thread ]</a> + <a href="subject.html#982">[ subject ]</a> + <a href="author.html#982">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |