polish the new membership page
This commit is contained in:
parent
3fffe7bd91
commit
24575d5cff
@ -259,7 +259,7 @@ form.formtastic {
|
||||
color: #1F82BC !important;
|
||||
}
|
||||
}
|
||||
} // li.string
|
||||
} // li.string, li.password
|
||||
|
||||
&.code {
|
||||
|
||||
@ -340,6 +340,18 @@ form.formtastic {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
&.string {
|
||||
padding-top: 16px;
|
||||
|
||||
input[type=text] {
|
||||
width: 868px;
|
||||
}
|
||||
|
||||
div.inline-errors {
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
} // li.no-label
|
||||
|
||||
&#site_memberships_input {
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
= f.inputs :name => :membership_email, :class => 'inputs email' do
|
||||
|
||||
/ = f.input :email, :css => 'string full', :with_label => false } do
|
||||
= f.input :email, :label => false
|
||||
= f.input :email, :label => false, :wrapper_html => { :class => 'no-label' }
|
||||
|
||||
= render 'locomotive/shared/form_actions', :back_url => edit_current_site_url, :button_label => :create
|
Loading…
Reference in New Issue
Block a user