From 213db008ddcd27a29147a3647e3fa1d080da6933 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 7 Oct 2015 08:14:30 +0000 Subject: [PATCH] Revert commit 53812, as it breaks calendar time slices --- calendar/templates/default/app.css | 2 +- calendar/templates/pixelegg/app.css | 6 +++--- calendar/templates/pixelegg/app.less | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index b528714e6d..639807208d 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -257,7 +257,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget position: absolute; top: 0px; /* bottom: 0px; does NOT work in IE, IE needs height: 100%! */ - height: 95%; + height: 100%; /* set via inline style on runtime: * left: * width: diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 444a66f15e..8a6773ed68 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -11,7 +11,7 @@ * @package calendar * @version $Id$ */ -/* $Id: app.css 52980 2015-06-23 14:19:18Z hnategh $ */ +/* $Id: app.css 53812 2015-10-02 14:53:18Z hnategh $ */ /*Media print classes*/ @media print { .th td, @@ -273,7 +273,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget position: absolute; top: 0px; /* bottom: 0px; does NOT work in IE, IE needs height: 100%! */ - height: 95%; + height: 100%; /* set via inline style on runtime: * left: * width: @@ -1502,7 +1502,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget position: absolute; top: 0px; /* bottom: 0px; does NOT work in IE, IE needs height: 100%! */ - height: 95%; + height: 100%; /* set via inline style on runtime: * left: * width: diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index a904609c25..9d0757bb6e 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -946,7 +946,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget position: absolute; top: 0px; /* bottom: 0px; does NOT work in IE, IE needs height: 100%! */ - height: 95%; + height: 100%; /* set via inline style on runtime: * left: * width: