Give more room for input field in duration widget

This commit is contained in:
Hadi Nategh 2015-01-14 09:24:21 +00:00
parent 85eab7c6a1
commit 3790f8f12d

View File

@ -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;
}