mirror of
https://github.com/atlanticbiomedical/portal.git
synced 2025-07-01 18:17:26 -04:00
Fixed calendar css
This commit is contained in:
@ -388,6 +388,7 @@ body {
|
|||||||
|
|
||||||
.day-cell-container {
|
.day-cell-container {
|
||||||
border-right: 1px solid #D5D5D5;
|
border-right: 1px solid #D5D5D5;
|
||||||
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.day-cell , .day-cell-weekend {
|
.day-cell , .day-cell-weekend {
|
||||||
@ -439,6 +440,11 @@ body {
|
|||||||
.gwt-cal .gwt-appointment-panel {
|
.gwt-cal .gwt-appointment-panel {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 1200px;
|
height: 1200px;
|
||||||
|
margin-top: -340px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gwt-cal .time-strip {
|
||||||
|
margin-top: -340px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gwt-cal .gwt-appointment-cell {
|
.gwt-cal .gwt-appointment-cell {
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user