diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 9a4985568c..0a0bc5de4a 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1377,6 +1377,10 @@ ul.et2_nowrap, div.et2_nowrap{ top: 8px; } -.et2_fullWidth select.et2_date_duration { - width: 79%; +.et2_fullWidth input.et2_date_duration { + float: left; +} +.et2_fullWidth select.et2_date_duration { + width: 77%; + float: right; } diff --git a/timesheet/templates/default/app.css b/timesheet/templates/default/app.css index baea48db29..f0a1946f58 100644 --- a/timesheet/templates/default/app.css +++ b/timesheet/templates/default/app.css @@ -15,23 +15,11 @@ tr.dialogOperators td,.dialogFooterToolbar { div#timesheet-edit.et2_container { - width: 688px; + width: 628px; } //** add # sign behind the ts_id -.timesheet_timesheetId:before span { content:"#"; } - -//** Fit the duration selectbox and input fields together -#timesheet-edit_ts_duration, #timesheet-edit_ts_duration select -{ - width:74%; - white-space: noWrap; -} - -#timesheet-edit_ts_duration input -{ - width:4em !important; -} +.timesheet_timesheetId:before span{ content:"#"; } //** make the modifier inline .timesheet_modifier label diff --git a/timesheet/templates/default/edit.xet b/timesheet/templates/default/edit.xet index 9da0b29369..09abb12987 100644 --- a/timesheet/templates/default/edit.xet +++ b/timesheet/templates/default/edit.xet @@ -4,10 +4,11 @@