From d1abc872a622d625ddec17411c60ba5d323394c5 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 22 Sep 2015 09:29:16 +0000 Subject: [PATCH] Give more width to location field in calendar edit dialog --- calendar/templates/pixelegg/app.css | 5 +---- calendar/templates/pixelegg/app.less | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index f5b5c2ca21..c8733afa56 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -11,7 +11,7 @@ * @package calendar * @version $Id$ */ -/* $Id: app.css 53581 2015-09-07 17:13:20Z hnategh $ */ +/* $Id: app.css 53642 2015-09-14 15:31:58Z nathangray $ */ /*Media print classes*/ @media print { .th td, @@ -1396,9 +1396,6 @@ div.calendar { width: 10em; padding: 3px 0 5px 10px; } -.calendar_inputFullWidth input { - width: 60%; -} /****************************************************************** * CSS settings for the day, week and month view (timeGridWidget) * ******************************************************************/ diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index d7d69081ae..4060384e65 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -423,7 +423,7 @@ div.calendar { position: relative; } .et2_tabheader{ background-color: transparent; } - + input.hasDatepicker, #calendar-edit_start{width: 129px;} @@ -714,7 +714,6 @@ div.calendar { position: relative; } //# generell //################################################################### -.calendar_inputFullWidth input { width: 60%; } /****************************************************************** * CSS settings for the day, week and month view (timeGridWidget) *