mirror of
https://github.com/atlanticbiomedical/portal.git
synced 2025-07-01 10:07:27 -04:00
Fixed calendar bug, Moved calendar up to 7am
This commit is contained in:
@ -400,6 +400,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.day-cell-today {
|
.day-cell-today {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -440,11 +442,11 @@ body {
|
|||||||
.gwt-cal .gwt-appointment-panel {
|
.gwt-cal .gwt-appointment-panel {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 1200px;
|
height: 1200px;
|
||||||
margin-top: -340px;
|
margin-top: -410px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gwt-cal .time-strip {
|
.gwt-cal .time-strip {
|
||||||
margin-top: -340px;
|
margin-top: -410px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gwt-cal .gwt-appointment-cell {
|
.gwt-cal .gwt-appointment-cell {
|
||||||
|
Reference in New Issue
Block a user