From c84d7d2684667ebdf0e2b8a69d19d267fe868689 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 27 Jan 2016 08:08:23 +0000 Subject: [PATCH] regenerating calendar/templates/pixelegg/app.css, as it contains now default/app.css --- calendar/templates/pixelegg/app.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index eb259de4d8..f2a4137382 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -11,7 +11,7 @@ * @package calendar * @version $Id$ */ -/* $Id: app.css 54848 2016-01-26 15:02:12Z ralfbecker $ */ +/* $Id: app.css 54853 2016-01-26 22:17:51Z nathangray $ */ /*Media print classes*/ @media print { .th td, @@ -84,14 +84,11 @@ /* Space for toolbar */ #calendar-view, #calendar-todo, -#calendar-planner { - margin-top: -30px; -} +#calendar-planner, #calendar-list { - margin-top: -55px; -} -#calendar-planner .calendar_plannerWidget { - top: 30px; + position: absolute; + left: 0px; + right: 0px; } #calendar-todo { position: absolute; @@ -99,6 +96,7 @@ margin-top: 0px; /* Nice transition when changing days in a week */ transition: 1s ease-in-out; + z-index: 10; } #calendar-view { width: 100%;