mirror of
https://github.com/atlanticbiomedical/portal.git
synced 2025-07-01 01:57:28 -04:00
Fixed calendar bug, Moved calendar up to 7am
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user