regenerating calendar/templates/pixelegg/app.css, as it contains now default/app.css

This commit is contained in:
Ralf Becker 2016-01-27 08:08:23 +00:00
parent 022777d39a
commit c84d7d2684

View File

@ -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%;