forked from extern/egroupware
Give more room for input field in duration widget
This commit is contained in:
parent
85eab7c6a1
commit
3790f8f12d
@ -407,7 +407,7 @@ span.et2_date span {
|
||||
font-size: 9pt;
|
||||
}
|
||||
span.et2_date_duration input.et2_date_duration{
|
||||
width: 3em;
|
||||
width: 5em;
|
||||
}
|
||||
/**
|
||||
* Dialog widget
|
||||
@ -1655,7 +1655,7 @@ ul.et2_nowrap, div.et2_nowrap{
|
||||
float: left;
|
||||
}
|
||||
.et2_fullWidth select.et2_date_duration {
|
||||
width: 77%;
|
||||
width: 70%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user