aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-06-30 17:53:32 +0000
committerRomain d'Alverny <rda@mageia.org>2012-06-30 17:53:32 +0000
commit238f8307de994a0ba33fe86eb2129f8772745faa (patch)
tree6b81f03b1cd191bbade4be8474137cc6e02ef8b3 /root
parente74844700e01d996c7931b313b0fa55148c598d2 (diff)
downloadidentity-238f8307de994a0ba33fe86eb2129f8772745faa.tar
identity-238f8307de994a0ba33fe86eb2129f8772745faa.tar.gz
identity-238f8307de994a0ba33fe86eb2129f8772745faa.tar.bz2
identity-238f8307de994a0ba33fe86eb2129f8772745faa.tar.xz
identity-238f8307de994a0ba33fe86eb2129f8772745faa.zip
style update
Diffstat (limited to 'root')
-rw-r--r--root/index.tt2
-rw-r--r--root/static/style/ttsite.css25
-rw-r--r--root/template/header1
3 files changed, 15 insertions, 13 deletions
diff --git a/root/index.tt b/root/index.tt
index f126816..bab0c50 100644
--- a/root/index.tt
+++ b/root/index.tt
@@ -14,7 +14,7 @@
</div>
</form>
</div>
- <div id="info" style="margin-left: 150px; border-left: 1px solid #ddd; padding-left: 2em;">
+ <div id="info" style="margin-left: 380px; border-left: 1px solid #ddd; padding-left: 2em;">
<h2>[% l('Register an account') %]</h2>
<p>You will need an account when you want to participate in Mageia,
diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css
index 817b55a..d849cf5 100644
--- a/root/static/style/ttsite.css
+++ b/root/static/style/ttsite.css
@@ -1,7 +1,13 @@
/* begin changes obgr_seneca */
-html, body {
- background: #ddd;
- margin: 0; padding: 0;
+html, body { margin: 0; padding: 0; }
+body {
+ background: #f0f0f0;
+ background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
+ background-image: -moz-linear-gradient(top, #f0f0f0, #ffffff);
+ background-image: -ms-linear-gradient(top, #f0f0f0, #ffffff);
+ background-image: -o-linear-gradient(top, #f0f0f0, #ffffff);
+ background-image: linear-gradient(to bottom, #f0f0f0, #ffffff);
+
}
#mgnavdoc { margin: 0; position: absolute; top: 128px; }
@@ -9,26 +15,21 @@ footer {
border-top: 1px solid #ddd;
margin: 1em 0 0 0;
padding: 1em;
- font-size: 90%;
+ font-size: 85%;
text-align: left;
}
-footer, footer a { color: #888; }
+footer, footer a { color: #888; text-decoration: none; }
#hd, #ft, #nav, #content, .inside { padding: 0 1em 0.5em 0; }
#nav { text-align: left; }
#hd {
- background: #aaa;
padding: 10px 20px 4px 20px;
text-align: left;
- -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: left;
}
@@ -37,7 +38,7 @@ footer, footer a { color: #888; }
#input_form {
display: block;
- width: 250px;
+ width: 360px;
text-align:left;
padding: 10px;
-webkit-border-radius: 0.6em;
@@ -66,7 +67,7 @@ footer, footer a { color: #888; }
#login_form label {
text-align:left;
float: left;
- width: 140px;
+ width: 130px;
}
#login_form {
diff --git a/root/template/header b/root/template/header
index 84bfcde..d5def78 100644
--- a/root/template/header
+++ b/root/template/header
@@ -9,5 +9,6 @@
<li><a href="/user/logout">[% l('Log out') %]</a></li>
[% END %]
<li><a href="https://wiki.mageia.org/en/FAQ:Accounts" title="Frequently Asked Questions" hreflang="en">FAQ</a></li>
+ <li><a href="http://www.mageia.org/en/about/policies/privacy/" hreflang="en">Privacy</a></li>
</ul>
</header>