From 882532d8910caed4aa55799aee3976f3e56ec011 Mon Sep 17 00:00:00 2001
From: Hadi Nategh <hn@stylite.de>
Date: Fri, 9 Jan 2015 15:01:36 +0000
Subject: [PATCH] Give more room for input field in duration widget

---
 etemplate/templates/default/etemplate2.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css
index 9baa9bfb7a..9151245204 100644
--- a/etemplate/templates/default/etemplate2.css
+++ b/etemplate/templates/default/etemplate2.css
@@ -407,7 +407,7 @@ span.et2_date span {
   font-size: 9pt;
 }
 span.et2_date_duration input.et2_date_duration{
-	width: 3em;
+	width: 5em;
 }
 /**
  * Dialog widget
@@ -1669,7 +1669,7 @@ ul.et2_nowrap, div.et2_nowrap{
 	float: left;
 }
 .et2_fullWidth select.et2_date_duration {
-	width: 77%;
+	width: 70%;
 	float: right;
 }