mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Calendar: Fix missing current date indicator in mobile view
This commit is contained in:
parent
bdd6e0f248
commit
88433f3f47
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user