Fix layout.
This commit is contained in:
parent
b0d7599edd
commit
cae7247750
|
@ -290,11 +290,12 @@ ul.list-unstyled li {
|
|||
}
|
||||
}
|
||||
form#new_p_hire .form-group input,form#new_p_hire .form-group select, form#new_p_hire .form-group textarea{
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
max-width: 300px;
|
||||
}
|
||||
form#new_p_hire .form-group input[name="_rucaptcha"]{
|
||||
form#new_p_hire .form-group input[name="_rucaptcha"], form#new_p_hire .form-group input[type="submit"]{
|
||||
width: auto;
|
||||
min-width: auto;
|
||||
}
|
||||
</style>
|
||||
<% if !property.can_be_hired %>
|
||||
|
|
|
@ -160,11 +160,12 @@
|
|||
}
|
||||
}
|
||||
form#new_p_hire .form-group input,form#new_p_hire .form-group select, form#new_p_hire .form-group textarea{
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
max-width: 300px;
|
||||
}
|
||||
form#new_p_hire .form-group input[name="_rucaptcha"]{
|
||||
form#new_p_hire .form-group input[name="_rucaptcha"], form#new_p_hire .form-group input[type="submit"]{
|
||||
width: auto;
|
||||
min-width: auto;
|
||||
}
|
||||
</style>
|
||||
<% if !property.can_be_hired %>
|
||||
|
|
Loading…
Reference in New Issue