mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
Revert commit 53812, as it breaks calendar time slices
This commit is contained in:
parent
7fb8f641d1
commit
213db008dd
@ -257,7 +257,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||||
height: 95%;
|
height: 100%;
|
||||||
/* set via inline style on runtime:
|
/* set via inline style on runtime:
|
||||||
* left:
|
* left:
|
||||||
* width:
|
* width:
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* @package calendar
|
* @package calendar
|
||||||
* @version $Id$
|
* @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 classes*/
|
||||||
@media print {
|
@media print {
|
||||||
.th td,
|
.th td,
|
||||||
@ -273,7 +273,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||||
height: 95%;
|
height: 100%;
|
||||||
/* set via inline style on runtime:
|
/* set via inline style on runtime:
|
||||||
* left:
|
* left:
|
||||||
* width:
|
* width:
|
||||||
@ -1502,7 +1502,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||||
height: 95%;
|
height: 100%;
|
||||||
/* set via inline style on runtime:
|
/* set via inline style on runtime:
|
||||||
* left:
|
* left:
|
||||||
* width:
|
* width:
|
||||||
|
@ -946,7 +946,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||||
height: 95%;
|
height: 100%;
|
||||||
/* set via inline style on runtime:
|
/* set via inline style on runtime:
|
||||||
* left:
|
* left:
|
||||||
* width:
|
* width:
|
||||||
|
Loading…
Reference in New Issue
Block a user