mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix calendar top header in mobile template
This commit is contained in:
parent
d0d3b74a58
commit
1f7c122087
@ -2767,4 +2767,10 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
}
|
||||
#calendar-toolbar_app_header {
|
||||
height: 17px;
|
||||
}
|
||||
#calendar-toolbar .egw_fw_ui_app_header_container {
|
||||
min-height: 20px;
|
||||
}
|
||||
}
|
||||
|
@ -96,4 +96,6 @@
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
}
|
||||
#calendar-toolbar_app_header {height: 17px;}
|
||||
#calendar-toolbar .egw_fw_ui_app_header_container {min-height:20px;}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user