diff --git a/timesheet/inc/class.timesheet_ui.inc.php b/timesheet/inc/class.timesheet_ui.inc.php index 752d2f338b..29bb48a83d 100644 --- a/timesheet/inc/class.timesheet_ui.inc.php +++ b/timesheet/inc/class.timesheet_ui.inc.php @@ -724,7 +724,7 @@ class timesheet_ui extends timesheet_bo $row['ts_start'] = $row['ts_unitprice'] = ''; if (!$this->quantity_sum) $row['ts_quantity'] = ''; $row['class'] = 'th'; - $row['titleClass'] = 'titleSum'; + $row['titleClass'] = 'timesheet_titleSum'; unset($row['ts_id']); // otherwise row would be selectable action-wise continue; } @@ -770,7 +770,7 @@ class timesheet_ui extends timesheet_bo } else { - $row['titleClass'] = 'titleDetails'; + $row['titleClass'] = 'timesheet_titleDetails'; } } if (!$have_cats || $query['cat_id']) $rows['no_cat_id'] = true; diff --git a/timesheet/templates/default/app.css b/timesheet/templates/default/app.css index 27cfe1e58a..9a19899c33 100644 --- a/timesheet/templates/default/app.css +++ b/timesheet/templates/default/app.css @@ -1,5 +1,2 @@ /* $Id$ */ -.redItalic { color: red; font-style: italics; } -.titleSum,.titleDetails { font-weight: bold; } -.noWrap { white-space: nowrap; } -.width100 { width: 100%; } \ No newline at end of file +.timesheet_titleSum,.timesheet_titleDetails { font-weight: bold; } diff --git a/timesheet/templates/default/index.xet b/timesheet/templates/default/index.xet index 858bd41877..afb5cb7355 100644 --- a/timesheet/templates/default/index.xet +++ b/timesheet/templates/default/index.xet @@ -1,8 +1,8 @@ -