summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-05-09 20:27:39 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-05-09 20:27:39 -0400
commit72020e42a221bdf6d7af1591e0addaac6ba9b2c5 (patch)
treec3e5670270ef242ee61a88c64fcfd98a51c7669d
parentd589c9cd76693c4cb86c1d6878e51c2fc463ab28 (diff)
downloadaskbot-72020e42a221bdf6d7af1591e0addaac6ba9b2c5.tar.gz
askbot-72020e42a221bdf6d7af1591e0addaac6ba9b2c5.tar.bz2
askbot-72020e42a221bdf6d7af1591e0addaac6ba9b2c5.zip
fixed css on the login and signup pages
-rw-r--r--askbot/skins/common/media/jquery-openid/openid.css3
-rw-r--r--askbot/skins/common/templates/authopenid/signup_with_password.html6
-rw-r--r--askbot/skins/default/media/style/style.less4
3 files changed, 8 insertions, 5 deletions
diff --git a/askbot/skins/common/media/jquery-openid/openid.css b/askbot/skins/common/media/jquery-openid/openid.css
index ec93881d..9a1db85f 100644
--- a/askbot/skins/common/media/jquery-openid/openid.css
+++ b/askbot/skins/common/media/jquery-openid/openid.css
@@ -1,9 +1,8 @@
-div#login-icons {padding:20px 0 0 0;}
+div#login-icons {padding: 0;}
ul.login-icons {width: 450px; margin:0;padding:0;text-align:left; list-style-type:none; display:block;}
ul.login-icons li {display:inline;}
ul.large input {height: 40px; width: 90px;border:1px solid #ccc;margin:0 5px 5px 0;}
.openid-signin h1 {padding-bottom: 10px;}
-.openid-signin h2 {margin-top:15px;}
.openid-signin h2#account-recovery-heading {margin-bottom:2px;}
#account-recovery-form p.hint a {color:#1b79bd; text-decoration: none;}
#account-recovery-form p.hint a:hover {text-decoration: underline;}
diff --git a/askbot/skins/common/templates/authopenid/signup_with_password.html b/askbot/skins/common/templates/authopenid/signup_with_password.html
index e79263d2..e65cd518 100644
--- a/askbot/skins/common/templates/authopenid/signup_with_password.html
+++ b/askbot/skins/common/templates/authopenid/signup_with_password.html
@@ -22,12 +22,12 @@
</form>
<h2>{% trans %}or create a new user name and password here{% endtrans %}</h2>
{% else %}
- <h1>{% trans %}Create login name and password{% endtrans %}</h1>
- <p class="message">{% trans %}<span class='strong big'>If you prefer, create your forum login name and
+ <h1 class="section-title">{% trans %}Create login name and password{% endtrans %}</h1>
+ <!--p class="message">{% trans %}<span class='strong big'>If you prefer, create your forum login name and
password here. However</span>, please keep in mind that we also support
<strong>OpenID</strong> login method. With <strong>OpenID</strong> you can
simply reuse your external login (e.g. Gmail or AOL) without ever sharing
-your login details with anyone and having to remember yet another password.{% endtrans %}
+your login details with anyone and having to remember yet another password.{% endtrans %}</p-->
{%endif%}
<form action="{% url user_signup_with_password %}" method="post" accept-charset="utf-8">{% csrf_token %}
{{form.login_provider}}
diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less
index ba50e42e..09d008d2 100644
--- a/askbot/skins/default/media/style/style.less
+++ b/askbot/skins/default/media/style/style.less
@@ -2227,6 +2227,10 @@ ul#related-tags li {
}
}
+.openid-signin form {
+ margin-bottom: 5px;
+}
+
#email-input-fs,#local_login_buttons,#password-fs,#openid-fs{
margin-top:10px;
#id_email,#id_username,#id_password{