mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
moved fullwidth form css
This commit is contained in:
@@ -126,3 +126,10 @@ table#listing_enterprise_groups {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.fullwidth_inputs {
|
||||
input[type=text], select {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user