mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix the date indicator always in center regardless of number of active actions
This commit is contained in:
parent
5a3b3c9577
commit
66e7cf3386
@ -1420,8 +1420,9 @@ img.calendar_print_button, img.calendar_print_appicon {
|
||||
#calendar-toolbar_app_header {
|
||||
color: #616161;
|
||||
font-size: 14px;
|
||||
margin: auto;
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
left:44%;
|
||||
}
|
||||
#calendar-toolbar_toolbar .et2_toolbar_more {
|
||||
margin-top: 0;
|
||||
|
@ -1397,8 +1397,9 @@ img.calendar_print_appicon {
|
||||
#calendar-toolbar_app_header {
|
||||
color: #616161;
|
||||
font-size: 14px;
|
||||
margin: auto;
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
left: 44%;
|
||||
}
|
||||
#calendar-toolbar_toolbar .et2_toolbar_more {
|
||||
margin-top: 0;
|
||||
|
@ -1385,8 +1385,9 @@ img.calendar_print_appicon {
|
||||
#calendar-toolbar_app_header {
|
||||
color: #616161;
|
||||
font-size: 14px;
|
||||
margin: auto;
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
left: 44%;
|
||||
}
|
||||
#calendar-toolbar_toolbar .et2_toolbar_more {
|
||||
margin-top: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user