polish the new membership page

This commit is contained in:
did 2011-12-02 23:31:15 +01:00
parent 3fffe7bd91
commit 24575d5cff
3 changed files with 16 additions and 5 deletions

View File

@ -259,7 +259,7 @@ form.formtastic {
color: #1F82BC !important; color: #1F82BC !important;
} }
} }
} // li.string } // li.string, li.password
&.code { &.code {
@ -340,6 +340,18 @@ form.formtastic {
margin-bottom: 0px; margin-bottom: 0px;
} }
} }
&.string {
padding-top: 16px;
input[type=text] {
width: 868px;
}
div.inline-errors {
margin-left: 0px;
}
}
} // li.no-label } // li.no-label
&#site_memberships_input { &#site_memberships_input {

View File

@ -9,7 +9,6 @@
= f.inputs :name => :membership_email, :class => 'inputs email' do = f.inputs :name => :membership_email, :class => 'inputs email' do
/ = f.input :email, :css => 'string full', :with_label => false } do = f.input :email, :label => false, :wrapper_html => { :class => 'no-label' }
= f.input :email, :label => false
= render 'locomotive/shared/form_actions', :back_url => edit_current_site_url, :button_label => :create = render 'locomotive/shared/form_actions', :back_url => edit_current_site_url, :button_label => :create

View File

@ -22,8 +22,8 @@ x edit my site
x save x save
- fix other sections - fix other sections
x edit my account x edit my account
- create a new site x create a new site
- create a new account x create a new account
- theme assets - theme assets
- content types - content types