mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
Fix today action not being displayed in mobile view
This commit is contained in:
parent
0894a4175d
commit
628dd56b87
@ -349,6 +349,7 @@ class calendar_uiviews extends calendar_ui
|
|||||||
'onExecute' => 'javaScript:app.calendar.toolbar_action',
|
'onExecute' => 'javaScript:app.calendar.toolbar_action',
|
||||||
'hint' => 'Today',
|
'hint' => 'Today',
|
||||||
'toolbarDefault' => true,
|
'toolbarDefault' => true,
|
||||||
|
'icon' => Api\Header\UserAgent::mobile() ? 'today' : ''
|
||||||
),
|
),
|
||||||
'next' => array(
|
'next' => array(
|
||||||
'caption' => 'Next',
|
'caption' => 'Next',
|
||||||
|
@ -2735,7 +2735,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
}
|
}
|
||||||
#calendar-toolbar #toolbar-actionlist {
|
#calendar-toolbar #toolbar-actionlist {
|
||||||
margin-left: 60px;
|
margin-left: 60px;
|
||||||
margin-top: 14px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
#calendar-edit #calendar-edit_calendar-edit-details {
|
#calendar-edit #calendar-edit_calendar-edit-details {
|
||||||
float: none;
|
float: none;
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
#toolbar-actionlist {
|
#toolbar-actionlist {
|
||||||
margin-left: 60px;
|
margin-left: 60px;
|
||||||
margin-top: 14px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#calendar-edit #calendar-edit_calendar-edit-details{
|
#calendar-edit #calendar-edit_calendar-edit-details{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user