mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
removing tiny left padding and big right margin from [+] button in calendar NM header
This commit is contained in:
parent
5cb0bc647c
commit
458519800d
@ -103,7 +103,7 @@ export class Et2Button extends Et2InputWidget(SlButton)
|
|||||||
.button--has-prefix:not(.button--has-label) {
|
.button--has-prefix:not(.button--has-label) {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: var(--sl-input-height-medium);
|
width: var(--sl-input-height-medium);
|
||||||
padding-inline-start: var(--sl-spacing-small);
|
padding-inline-start: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
`,
|
`,
|
||||||
|
@ -3175,7 +3175,6 @@ div.et2_toolbar_more h.ui-accordion-header {
|
|||||||
float: left;
|
float: left;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
min-width: 50px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user