diff --git a/app/views/admin/property_hires/edit_hire.html.erb b/app/views/admin/property_hires/edit_hire.html.erb index 587190c..a618784 100644 --- a/app/views/admin/property_hires/edit_hire.html.erb +++ b/app/views/admin/property_hires/edit_hire.html.erb @@ -98,7 +98,7 @@ label_col = 2 input_col = 10 if calendar_type == 0 - right_col -= 5 + right_col -= 7 label_col += 2 input_col -= 2 end @@ -124,6 +124,33 @@ ul.list-unstyled li { .form-group .controls{ margin-left: 0; } +@media (min-width: 1200px){ + .col-lg-7{ + width: 58.3%; + float: left; + } + .col-lg-5{ + width: 41.7%; + float: left; + } +} +@media (min-width: 768px){ + .form-horizontal .col-sm-4 { + width: 33.33333333%; + } + .form-horizontal .col-sm-8 { + width: 66.66666667%; + } + .form-horizontal .col-sm-2 { + width: 16.66666667%; + } + .form-horizontal .col-sm-10 { + width: 83.33333333%; + } + .form-horizontal .col-sm-offset-4 { + margin-left: 33.33%; + } +} <% if !property.can_be_hired %> -