mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Fix toolbar icon alignment, gap after switch
This commit is contained in:
parent
c2f3203c68
commit
4f3440d4b2
@ -2729,6 +2729,15 @@ div.et2_toolbar.ui-widget-header {
|
|||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.et2_toolbar et2-button {
|
||||||
|
--et2-button-image-padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.et2_toolbar et2-button::part(base) {
|
||||||
|
padding-inline-start: 0px;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.et2_toolbar .et2_toolbar_actionlist button.et2_button_with_image, .nextmatch_header_row .et2_button {
|
.et2_toolbar .et2_toolbar_actionlist button.et2_button_with_image, .nextmatch_header_row .et2_button {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
@ -2738,8 +2747,7 @@ div.et2_toolbar.ui-widget-header {
|
|||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.et2_toolbar .et2_toolbar_actionlist et2-button,
|
.et2_toolbar .et2_toolbar_actionlist > span > * {
|
||||||
.et2_toolbar .et2_toolbar_actionlist et2-switch {
|
|
||||||
margin-right: 1ex;
|
margin-right: 1ex;
|
||||||
min-width: 35px;
|
min-width: 35px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user