Fix layout.
This commit is contained in:
parent
cae7247750
commit
a5313537ec
|
@ -293,7 +293,7 @@ ul.list-unstyled li {
|
|||
min-width: 100%;
|
||||
max-width: 300px;
|
||||
}
|
||||
form#new_p_hire .form-group input[name="_rucaptcha"], form#new_p_hire .form-group input[type="submit"]{
|
||||
form#new_p_hire .form-group input[name="_rucaptcha"], form#new_p_hire .form-group input[type="submit"], form#new_p_hire .form-group input[type="radio"], form#new_p_hire .form-group input[type="checkbox"]{
|
||||
width: auto;
|
||||
min-width: auto;
|
||||
}
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
min-width: 100%;
|
||||
max-width: 300px;
|
||||
}
|
||||
form#new_p_hire .form-group input[name="_rucaptcha"], form#new_p_hire .form-group input[type="submit"]{
|
||||
form#new_p_hire .form-group input[name="_rucaptcha"], form#new_p_hire .form-group input[type="submit"], form#new_p_hire .form-group input[type="radio"], form#new_p_hire .form-group input[type="checkbox"]{
|
||||
width: auto;
|
||||
min-width: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue