Do not manipulate selectbox's height

This commit is contained in:
Hadi Nategh 2016-03-31 16:59:47 +00:00
parent 7a383c1f33
commit 0a646b5e43
4 changed files with 0 additions and 4 deletions

View File

@ -2910,7 +2910,6 @@ form.et2_container {
} }
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select, form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select,
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input { form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
height: 20px;
padding-right: 0; padding-right: 0;
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;

View File

@ -2899,7 +2899,6 @@ form.et2_container {
} }
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select, form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select,
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input { form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
height: 20px;
padding-right: 0; padding-right: 0;
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;

View File

@ -59,7 +59,6 @@ form.et2_container {
.et2_box_widget { .et2_box_widget {
select, input{ select, input{
height: 20px;
padding-right: 0; padding-right: 0;
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;

View File

@ -2921,7 +2921,6 @@ form.et2_container {
} }
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select, form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select,
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input { form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
height: 20px;
padding-right: 0; padding-right: 0;
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;