diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 9233aacc8b..171b82701f 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -917,10 +917,13 @@ Hide subsequent headers in week view with non-consolidated owners .calendar_calEventLabel{ font-weight: bold; font-size: 90%; + display:inline; } .calendar_calEventTitle{ font-weight: bold; + font-size:100%; + display:inline; } /* Event is too small for full display */ @@ -1582,4 +1585,4 @@ img.calendar_print_button, img.calendar_print_appicon { #calendar-list_nm { .nextmatch_header .header_count {margin-right:-4px;} -} \ No newline at end of file +} diff --git a/calendar/templates/mobile/app.css b/calendar/templates/mobile/app.css index 0d788159a1..a3aa33c1aa 100644 --- a/calendar/templates/mobile/app.css +++ b/calendar/templates/mobile/app.css @@ -911,9 +911,12 @@ Hide subsequent headers in week view with non-consolidated owners .calendar_calEventLabel { font-weight: bold; font-size: 90%; + display: inline; } .calendar_calEventTitle { font-weight: bold; + font-size: 100%; + display: inline; } /* Event is too small for full display */ .calendar_calTimeGrid:not(.calendar_calTimeGridList) .calendar_calEventSmall[data-visible_lines='1'] .calendar_calTimespan { @@ -2774,7 +2777,6 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { @media all { #calendar-toolbar { height: 70px; - box-shadow: 0px 4px 5px 2px silver; width: 100%; background: #0c5da5; z-index: 1; diff --git a/calendar/templates/mobile/app.less b/calendar/templates/mobile/app.less index 806ecc3d59..812fc72e72 100644 --- a/calendar/templates/mobile/app.less +++ b/calendar/templates/mobile/app.less @@ -17,7 +17,6 @@ @media all { #calendar-toolbar { height: 70px; - box-shadow: 0px 4px 5px 2px silver; width: 100%; background: #0c5da5; z-index: 1; diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 5f9a4c95c6..5a9cd41a0a 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -899,9 +899,12 @@ Hide subsequent headers in week view with non-consolidated owners .calendar_calEventLabel { font-weight: bold; font-size: 90%; + display: inline; } .calendar_calEventTitle { font-weight: bold; + font-size: 100%; + display: inline; } /* Event is too small for full display */ .calendar_calTimeGrid:not(.calendar_calTimeGridList) .calendar_calEventSmall[data-visible_lines='1'] .calendar_calTimespan {