mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 10:52:00 +02: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
|
* @package calendar
|
||||||
* @version $Id$
|
* @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 classes*/
|
||||||
@media print {
|
@media print {
|
||||||
.th td,
|
.th td,
|
||||||
@ -84,14 +84,11 @@
|
|||||||
/* Space for toolbar */
|
/* Space for toolbar */
|
||||||
#calendar-view,
|
#calendar-view,
|
||||||
#calendar-todo,
|
#calendar-todo,
|
||||||
#calendar-planner {
|
#calendar-planner,
|
||||||
margin-top: -30px;
|
|
||||||
}
|
|
||||||
#calendar-list {
|
#calendar-list {
|
||||||
margin-top: -55px;
|
position: absolute;
|
||||||
}
|
left: 0px;
|
||||||
#calendar-planner .calendar_plannerWidget {
|
right: 0px;
|
||||||
top: 30px;
|
|
||||||
}
|
}
|
||||||
#calendar-todo {
|
#calendar-todo {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -99,6 +96,7 @@
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
/* Nice transition when changing days in a week */
|
/* Nice transition when changing days in a week */
|
||||||
transition: 1s ease-in-out;
|
transition: 1s ease-in-out;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
#calendar-view {
|
#calendar-view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user