</table>
<%= submit_tag t('user.login.login_button'), :tabindex => 3 %>
+ <br clear="all" />
+
<p><%= t 'user.login.with openid' %></p>
- <table id="login_openid_buttons">
+ <table id="login_openid_buttons_wide">
<tr>
<td>
<%=
link_to_function(image_tag("openid_large.png", :alt => t("user.login.openid_providers.openid.title")), nil, :title => t("user.login.openid_providers.openid.title")) do |page|
page[:login_form][:openid_url].value = "http://"
- page[:login_openid_buttons].hide
+ page[:login_openid_buttons_wide].hide
page[:login_openid_url].show
page[:login_openid_submit].show
end
</tr>
</table>
+ <table id="login_openid_buttons_narrow">
+ <tr>
+ <td>
+ <%=
+ link_to_function(image_tag("openid_large.png", :alt => t("user.login.openid_providers.openid.title")), nil, :title => t("user.login.openid_providers.openid.title")) do |page|
+ page[:login_form][:openid_url].value = "http://"
+ page[:login_openid_buttons_narrow].hide
+ page[:login_openid_url].show
+ page[:login_openid_submit].show
+ end
+ %>
+ </td>
+ <td><%= openid_button "google", "gmail.com" %></td>
+ </tr>
+ <tr>
+ <td><%= openid_button "yahoo", "me.yahoo.com" %></td>
+ <td><%= openid_button "myopenid", "myopenid.com" %></td>
+ </tr>
+ <tr>
+ <td><%= openid_button "wordpress", "wordpress.com" %></td>
+ <td><%= openid_button "aol", "aol.com" %></td>
+ </tr>
+ </table>
+
<table>
<tr id="login_openid_url">
<td class="fieldName nowrap">
/* Rules for the login form */
-.loginBox {
- width: 90%;
-}
-
-.loginBox input#user_email {
+#loginForm input#user_email {
width: 100%;
max-width: 18em;
}
-.loginBox input#user_password {
+#loginForm input#user_password {
width: 100%;
max-width: 18em;
}
-.loginBox input#user_openid_url {
- width: 100%;
- max-width: 18em;
+#login_openid_buttons_wide {
+ display: none;
}
/* Rules for the profile page */