diff --git a/timesheet/templates/default/app.css b/timesheet/templates/default/app.css index 6678ef6353..e2953b4695 100644 --- a/timesheet/templates/default/app.css +++ b/timesheet/templates/default/app.css @@ -4,7 +4,7 @@ * @version: $Id$ */ -// Header classes +/* Header classes*/ tr.dialogHeader td, tr.dialogHeader2 td, tr.dialogHeader3 td, tr.dialogHeader4 td, tr.dialogOperators td,.dialogFooterToolbar { padding: 5px 0 5px 0; @@ -18,10 +18,10 @@ div#timesheet-edit.et2_container width: 648px; } -//** add # sign behind the ts_id -.timesheet_timesheetId:before span{ content:"#"; } +/* add # sign behind the ts_id */ +#timesheet-edit_ts_id:before { content:"#"} -//** make the modifier inline +/* make the modifier inline*/ .timesheet_modifier label { display: inline-block; diff --git a/timesheet/templates/default/edit.xet b/timesheet/templates/default/edit.xet index a78f71e48e..536b720baa 100644 --- a/timesheet/templates/default/edit.xet +++ b/timesheet/templates/default/edit.xet @@ -5,7 +5,7 @@ - + @@ -104,7 +104,7 @@ - +