forked from extern/egroupware
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 */
|
||||
input, select {
|
||||
padding-left: 5px;
|
||||
text-indent: 5px;
|
||||
max-width: 99% !important;
|
||||
}
|
||||
.et2_selectbox li {
|
||||
|
Loading…
Reference in New Issue
Block a user