From 306e3488ba50c43a136546f9bf45d659c8f05c28 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 10 Mar 2014 15:19:28 +0000 Subject: [PATCH] style timesheet edit popup window --- etemplate/templates/default/etemplate2.css | 6 +- timesheet/templates/default/app.css | 3 + timesheet/templates/default/edit.xet | 99 ++++++++++++---------- 3 files changed, 62 insertions(+), 46 deletions(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 2fb44ad0e3..96522d7c09 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1374,4 +1374,8 @@ ul.et2_nowrap, div.et2_nowrap{ height: 16px; right: -16px; top: 8px; -} \ No newline at end of file +} + +.et2_fullWidth select.et2_date_duration { + width: 79%; +} diff --git a/timesheet/templates/default/app.css b/timesheet/templates/default/app.css index 9a19899c33..b9b24219b7 100644 --- a/timesheet/templates/default/app.css +++ b/timesheet/templates/default/app.css @@ -1,2 +1,5 @@ /* $Id$ */ .timesheet_titleSum,.timesheet_titleDetails { font-weight: bold; } +div#timesheet-edit.et2_container { + width: 842px; +} diff --git a/timesheet/templates/default/edit.xet b/timesheet/templates/default/edit.xet index 792cf1f1f0..4e5ea721fc 100644 --- a/timesheet/templates/default/edit.xet +++ b/timesheet/templates/default/edit.xet @@ -4,51 +4,65 @@