forked from extern/egroupware
Do not manipulate selectbox's height
This commit is contained in:
parent
7a383c1f33
commit
0a646b5e43
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user