mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
regenerating calendar/templates/pixelegg/app.css, as it contains now default/app.css
This commit is contained in:
parent
022777d39a
commit
c84d7d2684
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user