mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix the date indicator always in center regardless of number of active actions
This commit is contained in:
parent
b713e8c931
commit
5f8773007b
@ -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