mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Use text-indent for input and select box text indentation since padding would break 100% width
This commit is contained in:
parent
29e0514d52
commit
31293807f9
@ -484,7 +484,7 @@ ul.et2_selectbox {
|
|||||||
}
|
}
|
||||||
/* padding between selectbox/textbox and it's label */
|
/* padding between selectbox/textbox and it's label */
|
||||||
input, select {
|
input, select {
|
||||||
padding-left: 5px;
|
text-indent: 5px;
|
||||||
max-width: 99% !important;
|
max-width: 99% !important;
|
||||||
}
|
}
|
||||||
.et2_selectbox li {
|
.et2_selectbox li {
|
||||||
|
Loading…
Reference in New Issue
Block a user