diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index 1a0bdf2e7..5086d11ce 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -291,28 +291,19 @@ TABLE._unfocused#appointmentsList TR._selected TD color: #fff !important;; } -TABLE.monthOverview -{ margin: 0 auto; - padding: 1em; - border-collapse: collapse; } - TABLE.monthOverview { position: absolute; + margin: 0 auto; + padding: 1em; + border-collapse: collapse; display: table; margin: 0px auto; padding: 0px; width: 98%; - height: 98%; } - -TABLE.monthOverview -{ min-width: 60em; + height: 98%; + min-width: 60em; min-height: 25em; } -TABLE.monthOverview DIV.appointmentView -{ border: 0px; - margin: 0px; - padding: 0px; } - TABLE.monthOverview TD.contentOfDay { vertical-align: top; overflow: hidden; @@ -662,6 +653,16 @@ DIV.daysViewFor7Days DIV.day0 { left: 85.7142%; border-right: 1px solid #397d94; } +TABLE.monthOverview DIV.appointment, +TABLE.monthOverview DIV.appointmentInside +{ display: inline !important; + position: static; + height: 1em; + margin: 0px; + padding: 0px; + border: 0px; + width: 100%; } + DIV.daysView > DIV.hours { position: absolute; border: 0px;