Fix layout.

This commit is contained in:
BoHung Chiu 2021-09-08 11:03:27 +08:00
parent b0d7599edd
commit cae7247750
2 changed files with 6 additions and 4 deletions

View File

@ -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 %>

View File

@ -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 %>