small ui tweak for mobile login page

This commit is contained in:
Maxwell Salzberg 2011-05-22 15:43:39 -07:00
parent a4017ba16f
commit 90d62f3c8a
2 changed files with 15 additions and 14 deletions

View file

@ -2,15 +2,14 @@
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
#login_form
= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f|
#user
%p.username
%div{:data => {:role => 'fieldcontain'}}
= f.label :username , t('username')
= f.text_field :username
%p.user_network
="@#{AppConfig[:pod_uri].host}"
%p
= f.label :password , t('password')
= f.password_field :password
= f.submit t('devise.sessions.new.sign_in')

View file

@ -26,7 +26,9 @@ a.ui-link-inherit
.info_pane
:text-align left
#login_form
:padding 15px
:padding-top 0px
#diaspora_description
:background