mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Fix toolbar button icon alignment
Icons were shifted to the left due to padding & label
This commit is contained in:
parent
61f36f4051
commit
5a093813ac
@ -2773,9 +2773,24 @@ table.egwGridView_outer thead tr th.noResize:hover {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.et2_toolbar .et2_toolbar_actionlist et2-button.et2_toolbar_onlyCaption::part(label) {
|
||||
position: absolute;
|
||||
left: -999px;
|
||||
/* Hide label visually */
|
||||
.et2_toolbar et2-button:not(.et2_toolbar_hasCaption)::part(base) {
|
||||
justify-content: center;
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
||||
.et2_toolbar et2-button:not(.et2_toolbar_hasCaption)::part(label) {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
.et2_toolbar et2-button:not(.et2_toolbar_hasCaption)::part(prefix) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.et2_toolbar et2-button.et2_toolbar_onlyCaption::part(label) {
|
||||
position: absolute;
|
||||
left: -999px;
|
||||
}
|
||||
|
||||
div.et2_toolbar.ui-widget-header {
|
||||
|
Loading…
Reference in New Issue
Block a user