Improve the look of the OpenID enabled login form on mobile devices
This commit is contained in:
parent
26b42dbe97
commit
8d38da6b77
3 changed files with 34 additions and 15 deletions
|
@ -15,15 +15,17 @@
|
|||
</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
|
||||
|
@ -39,6 +41,30 @@
|
|||
</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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue