moved fullwidth form css

This commit is contained in:
Maikel Linke
2014-03-05 17:33:26 +11:00
parent aa7211dc7f
commit cc2ae2f464
2 changed files with 10 additions and 9 deletions

View File

@@ -126,3 +126,10 @@ table#listing_enterprise_groups {
text-align: left;
}
}
.fullwidth_inputs {
input[type=text], select {
width: 100%;
}
}

View File

@@ -1,13 +1,7 @@
- content_for :head do
= render 'shared/cms_elrte_head'
/ TODO move this CSS
%style
div.row input[type=text], div.row select {
width: 100%;
}
.enterprise-form
.fullwidth_inputs
.row
.alpha.six.columns
.two.columns.alpha
@@ -30,12 +24,12 @@
%fieldset
%legend Address
.row
.six.columns.alpha
.alpha.six.columns
.alpha.two.columns
= af.label :address1
.omega.four.columns
= af.text_field :address1
.six.columns.omega
.omega.six.columns
.alpha.two.columns
= af.label :address2
.omega.four.columns