diff --git a/calendar/templates/mobile/app.css b/calendar/templates/mobile/app.css index f770852b0c..09faaa58f3 100644 --- a/calendar/templates/mobile/app.css +++ b/calendar/templates/mobile/app.css @@ -2851,7 +2851,6 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { } #calendar-toolbar .nm-mob-header { width: 100%; - position: absolute; display: inline-block; z-index: 100; } @@ -2875,7 +2874,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { #calendar-toolbar .nm-mob-header #calendar-toolbar_toolbar .et2_toolbar_more { min-width: 30px; } - span#calendar-view_header_dateIndicator { + #calendar-view_header_dateIndicator { display: block; text-align: center; padding: 4px; diff --git a/calendar/templates/mobile/app.less b/calendar/templates/mobile/app.less index 822e5f5e29..e0cb43b4cb 100644 --- a/calendar/templates/mobile/app.less +++ b/calendar/templates/mobile/app.less @@ -100,7 +100,6 @@ #calendar-toolbar { .nm-mob-header { width: 100%; - position: absolute; display: inline-block; .ui-toolbar-menulist button {color: black;} z-index: 100; @@ -121,7 +120,7 @@ } } } - span#calendar-view_header_dateIndicator { + #calendar-view_header_dateIndicator { display: block; text-align: center; padding: 4px;