mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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 {
|
#calendar-toolbar_app_header {
|
||||||
color: #616161;
|
color: #616161;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: auto;
|
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
position: absolute;
|
||||||
|
left:44%;
|
||||||
}
|
}
|
||||||
#calendar-toolbar_toolbar .et2_toolbar_more {
|
#calendar-toolbar_toolbar .et2_toolbar_more {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@ -1397,8 +1397,9 @@ img.calendar_print_appicon {
|
|||||||
#calendar-toolbar_app_header {
|
#calendar-toolbar_app_header {
|
||||||
color: #616161;
|
color: #616161;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: auto;
|
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
position: absolute;
|
||||||
|
left: 44%;
|
||||||
}
|
}
|
||||||
#calendar-toolbar_toolbar .et2_toolbar_more {
|
#calendar-toolbar_toolbar .et2_toolbar_more {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@ -1385,8 +1385,9 @@ img.calendar_print_appicon {
|
|||||||
#calendar-toolbar_app_header {
|
#calendar-toolbar_app_header {
|
||||||
color: #616161;
|
color: #616161;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: auto;
|
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
position: absolute;
|
||||||
|
left: 44%;
|
||||||
}
|
}
|
||||||
#calendar-toolbar_toolbar .et2_toolbar_more {
|
#calendar-toolbar_toolbar .et2_toolbar_more {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user