Revert commit 53812, as it breaks calendar time slices

This commit is contained in:
Hadi Nategh 2015-10-07 08:14:30 +00:00
parent 7fb8f641d1
commit 213db008dd
3 changed files with 5 additions and 5 deletions

View File

@ -257,7 +257,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
position: absolute;
top: 0px;
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
height: 95%;
height: 100%;
/* set via inline style on runtime:
* left:
* width:

View File

@ -11,7 +11,7 @@
* @package calendar
* @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 {
.th td,
@ -273,7 +273,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
position: absolute;
top: 0px;
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
height: 95%;
height: 100%;
/* set via inline style on runtime:
* left:
* width:
@ -1502,7 +1502,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
position: absolute;
top: 0px;
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
height: 95%;
height: 100%;
/* set via inline style on runtime:
* left:
* width:

View File

@ -946,7 +946,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
position: absolute;
top: 0px;
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
height: 95%;
height: 100%;
/* set via inline style on runtime:
* left:
* width: