mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-21 22:22:15 +01:00
Fix broken styles of select/input in site configurations
This commit is contained in:
parent
9fb74c1b7c
commit
f275a6a5fe
@ -2978,13 +2978,6 @@ div#popupMainDiv > * {
|
||||
form.et2_container {
|
||||
padding: 0;
|
||||
}
|
||||
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 {
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
|
||||
margin: 4px 5px 4px 0;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
|
@ -58,10 +58,7 @@ form.et2_container {
|
||||
.et2_box_widget {
|
||||
|
||||
select, input{
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
font-size: 0.95em;
|
||||
|
||||
}
|
||||
|
||||
input {
|
||||
|
Loading…
Reference in New Issue
Block a user