From b35753ba79d6c9d7e31f312f505d05442a4f82b8 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 11 Apr 2016 12:31:18 +0000 Subject: [PATCH] Styling dialogs W.I.P.: - Fix alignments in timesheet edit dialog - Fix date duration widget width --- api/templates/default/etemplate2.css | 2 +- timesheet/templates/default/edit.xet | 28 ++++++++++++---------------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 4cb3532adf..56f4242be7 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -444,7 +444,7 @@ span.et2_date span { font-size: 9pt; } span.et2_date_duration input.et2_date_duration{ - width: 5em; + width: 25%; } /* customize calendar layout */ .ui-datepicker .ui-datepicker-header .ui-datepicker-title { diff --git a/timesheet/templates/default/edit.xet b/timesheet/templates/default/edit.xet index ede4deb40b..eeaf42f9b7 100644 --- a/timesheet/templates/default/edit.xet +++ b/timesheet/templates/default/edit.xet @@ -5,13 +5,13 @@