]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/login.html.erb
Stop prompts wrapping in OpenID login box
[rails.git] / app / views / user / login.html.erb
index 1cdb8511fe4e994bb175c6f285f6a4ea2c12f03d..72c768713e224aad75141638ad584e5420bad815 100644 (file)
             page[:openid_url].show
             page[:openid_url_hint].show
             page[:openid_submit].show
-            page[:remember_me_label].removeClassName("nowrap")
           end
         %>
-        <%= openid_button "yahoo", "yahoo.com" %>
+        <%= openid_button "yahoo", "me.yahoo.com" %>
         <%= openid_button "google", "gmail.com" %>
         <%= openid_button "myopenid", "myopenid.com" %>
         <%= openid_button "wordpress", "wordpress.com" %>
@@ -55,7 +54,7 @@
 
       <table>
         <tr id="openid_url">
-          <td class="fieldName">
+          <td class="fieldName nowrap">
             <%= t 'user.login.openid', :logo => openid_logo %>
           </td>
           <td><%= text_field_tag("openid_url", "", { :size => 28, :maxlength => 255, :tabindex => 3, :class => "openid_url" }) %></td>