diff --git a/calendar/templates/mobile/app.css b/calendar/templates/mobile/app.css index c854ed6450..8049aa303c 100644 --- a/calendar/templates/mobile/app.css +++ b/calendar/templates/mobile/app.css @@ -2981,4 +2981,12 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { #calendar-toolbar .nm-mob-header #calendar-toolbar_toolbar #toolbar-actionlist { margin-left: 0px; } + span#calendar-view_header_dateIndicator { + display: block; + text-align: center; + padding: 4px; + font-size: 10pt; + color: #707070; + } } +/*# sourceMappingURL=app.css.map */ \ No newline at end of file diff --git a/calendar/templates/mobile/app.less b/calendar/templates/mobile/app.less index e3a5b75fcb..536afcd168 100644 --- a/calendar/templates/mobile/app.less +++ b/calendar/templates/mobile/app.less @@ -119,4 +119,11 @@ } } } + span#calendar-view_header_dateIndicator { + display: block; + text-align: center; + padding: 4px; + font-size: 10pt; + color: #707070; + } } diff --git a/calendar/templates/mobile/view.xet b/calendar/templates/mobile/view.xet index eb8bedfdf8..717224521b 100644 --- a/calendar/templates/mobile/view.xet +++ b/calendar/templates/mobile/view.xet @@ -13,6 +13,7 @@ Egroupware