mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01: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',
|
||||
'hint' => 'Today',
|
||||
'toolbarDefault' => true,
|
||||
'icon' => Api\Header\UserAgent::mobile() ? 'today' : ''
|
||||
),
|
||||
'next' => array(
|
||||
'caption' => 'Next',
|
||||
|
@ -2735,7 +2735,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
||||
}
|
||||
#calendar-toolbar #toolbar-actionlist {
|
||||
margin-left: 60px;
|
||||
margin-top: 14px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
#calendar-edit #calendar-edit_calendar-edit-details {
|
||||
float: none;
|
||||
|
@ -22,7 +22,7 @@
|
||||
z-index: 1;
|
||||
#toolbar-actionlist {
|
||||
margin-left: 60px;
|
||||
margin-top: 14px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
#calendar-edit #calendar-edit_calendar-edit-details{
|
||||
|
Loading…
Reference in New Issue
Block a user