Fixed calendar bug, Moved calendar up to 7am

This commit is contained in:
Dobie Wollert
2012-12-05 03:59:06 -08:00
parent a371015dfd
commit c00cf48b1e

View File

@ -400,6 +400,8 @@ body {
}
.day-cell-today {
position: absolute;
top: 0;
padding-top: 2px;
font-weight: bold;
text-align: center;
@ -440,11 +442,11 @@ body {
.gwt-cal .gwt-appointment-panel {
position: relative;
height: 1200px;
margin-top: -340px;
margin-top: -410px;
}
.gwt-cal .time-strip {
margin-top: -340px;
margin-top: -410px;
}
.gwt-cal .gwt-appointment-cell {