mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Calendar: Adjust toolbar spacing
This commit is contained in:
parent
8255bdd8d3
commit
c1030d709c
@ -129,6 +129,7 @@
|
|||||||
}
|
}
|
||||||
#calendar-toolbar > div {
|
#calendar-toolbar > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
#calendar-toolbar #calendar-toolbar_add::part(base) {
|
#calendar-toolbar #calendar-toolbar_add::part(base) {
|
||||||
border-style: hidden;
|
border-style: hidden;
|
||||||
|
@ -142,6 +142,7 @@
|
|||||||
}
|
}
|
||||||
#calendar-toolbar > div {
|
#calendar-toolbar > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
#calendar-toolbar #calendar-toolbar_add::part(base) {
|
#calendar-toolbar #calendar-toolbar_add::part(base) {
|
||||||
border-style: hidden;
|
border-style: hidden;
|
||||||
@ -1444,7 +1445,7 @@ img.calendar_print_appicon {
|
|||||||
/*weekend slideSwitch in toolbar*/
|
/*weekend slideSwitch in toolbar*/
|
||||||
#calendar-toolbar_app_header {
|
#calendar-toolbar_app_header {
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 14px;
|
font-size: var(--sl-font-size-large);
|
||||||
height: 1.6em;
|
height: 1.6em;
|
||||||
padding: 4px 3px 3px;
|
padding: 4px 3px 3px;
|
||||||
background: #b4cee773;
|
background: #b4cee773;
|
||||||
@ -2690,6 +2691,9 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > et2-description {
|
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > et2-description {
|
||||||
width: calc(100% - 58px);
|
width: calc(100% - 58px);
|
||||||
}
|
}
|
||||||
|
#calendar-toolbar {
|
||||||
|
margin-bottom: 0.3em;
|
||||||
|
}
|
||||||
#calendar-toolbar_toolbar et2-switch .label.on span.off {
|
#calendar-toolbar_toolbar et2-switch .label.on span.off {
|
||||||
filter: opacity(0.4);
|
filter: opacity(0.4);
|
||||||
}
|
}
|
||||||
|
@ -130,6 +130,7 @@
|
|||||||
}
|
}
|
||||||
#calendar-toolbar > div {
|
#calendar-toolbar > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
#calendar-toolbar #calendar-toolbar_add::part(base) {
|
#calendar-toolbar #calendar-toolbar_add::part(base) {
|
||||||
border-style: hidden;
|
border-style: hidden;
|
||||||
@ -1432,7 +1433,7 @@ img.calendar_print_appicon {
|
|||||||
/*weekend slideSwitch in toolbar*/
|
/*weekend slideSwitch in toolbar*/
|
||||||
#calendar-toolbar_app_header {
|
#calendar-toolbar_app_header {
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 14px;
|
font-size: var(--sl-font-size-large);
|
||||||
height: 1.6em;
|
height: 1.6em;
|
||||||
padding: 4px 3px 3px;
|
padding: 4px 3px 3px;
|
||||||
background: #b4cee773;
|
background: #b4cee773;
|
||||||
@ -2678,6 +2679,9 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > et2-description {
|
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > et2-description {
|
||||||
width: calc(100% - 58px);
|
width: calc(100% - 58px);
|
||||||
}
|
}
|
||||||
|
#calendar-toolbar {
|
||||||
|
margin-bottom: 0.3em;
|
||||||
|
}
|
||||||
#calendar-toolbar_toolbar et2-switch .label.on span.off {
|
#calendar-toolbar_toolbar et2-switch .label.on span.off {
|
||||||
filter: opacity(0.4);
|
filter: opacity(0.4);
|
||||||
}
|
}
|
||||||
|
@ -1121,6 +1121,10 @@ div#calendar-container {
|
|||||||
.calendar_calGridHeader > et2-description {width:~"calc(100% - 58px)";}
|
.calendar_calGridHeader > et2-description {width:~"calc(100% - 58px)";}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#calendar-toolbar {
|
||||||
|
margin-bottom: 0.3em;
|
||||||
|
}
|
||||||
#calendar-toolbar_toolbar {
|
#calendar-toolbar_toolbar {
|
||||||
et2-switch .label.on {
|
et2-switch .label.on {
|
||||||
span.off {
|
span.off {
|
||||||
|
Loading…
Reference in New Issue
Block a user