mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-01 03:29:05 +01:00
Et2Dialog changes
- Add some margin, border & box-shadow - Smaller header & close button
This commit is contained in:
parent
1fd70bad3a
commit
ff274c2bc8
@ -26,6 +26,7 @@ export class Et2DialogOverlay extends SlotMixin(LitElement)
|
|||||||
background: white;
|
background: white;
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
|
box-shadow: -2px 1px 9px 3px #b4b4b4;
|
||||||
min-width: 200px
|
min-width: 200px
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -43,8 +44,10 @@ export class Et2DialogOverlay extends SlotMixin(LitElement)
|
|||||||
|
|
||||||
.overlay__heading {
|
.overlay__heading {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 6px 16px 8px;
|
padding: 6px 16px 5px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
font-size: 110%;
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
#overlay-content-node-wrapper {
|
#overlay-content-node-wrapper {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
@ -56,8 +59,8 @@ export class Et2DialogOverlay extends SlotMixin(LitElement)
|
|||||||
}
|
}
|
||||||
|
|
||||||
.overlay__close-button {
|
.overlay__close-button {
|
||||||
min-width: 40px;
|
min-width: 24px;
|
||||||
min-height: 32px;
|
min-height: 24px;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
@ -68,6 +71,9 @@ export class Et2DialogOverlay extends SlotMixin(LitElement)
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
|
border-top: 1px solid silver;
|
||||||
|
margin-top: 0.5em;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
::slotted([slot="buttons"]) {
|
::slotted([slot="buttons"]) {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user