forked from extern/egroupware
Fix calendar top header in mobile template
This commit is contained in:
parent
e1369ae316
commit
e6f11317b7
@ -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