Fixed calendar css

This commit is contained in:
Dobie Wollert
2012-11-18 23:25:23 -08:00
parent 07762668f2
commit eb58901cab
2 changed files with 7 additions and 1 deletions

View File

@ -388,6 +388,7 @@ body {
.day-cell-container {
border-right: 1px solid #D5D5D5;
height: 24px;
}
.day-cell , .day-cell-weekend {
@ -439,6 +440,11 @@ body {
.gwt-cal .gwt-appointment-panel {
position: relative;
height: 1200px;
margin-top: -340px;
}
.gwt-cal .time-strip {
margin-top: -340px;
}
.gwt-cal .gwt-appointment-cell {

File diff suppressed because one or more lines are too long