mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
Dialog styling W.I.P.:
- Fix customfield getting scrollbar
This commit is contained in:
parent
4fe441085f
commit
e14edec460
@ -408,6 +408,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;
|
padding-left: 5px;
|
||||||
|
max-width: 99% !important;
|
||||||
}
|
}
|
||||||
.et2_selectbox li {
|
.et2_selectbox li {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -503,6 +504,8 @@ action buttons, left aligned for "extra" controls
|
|||||||
.et2_customfield_list {
|
.et2_customfield_list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.et2_customfield_list tr td:first-child {width:30%;}
|
||||||
|
|
||||||
.et2_customfield_list input, .et2_customfield_list textarea {
|
.et2_customfield_list input, .et2_customfield_list textarea {
|
||||||
max-width: 100ex;
|
max-width: 100ex;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user