mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
padding between selectbox/textbox and it's label
This commit is contained in:
parent
f53dcbe4af
commit
6369b5ec88
@ -344,7 +344,8 @@ ul.et2_selectbox {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
label.et2_label > ul.et2_selectbox {
|
/* padding between selectbox/textbox and it's label */
|
||||||
|
label.et2_label > .et2_selectbox, label.et2_label > .et2_textbox, label.et2_label > .et2_textbox_ro {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
.et2_selectbox li {
|
.et2_selectbox li {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user