X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Falerts%2Falert-common.css;fp=EarlyBlue%2Fglobal%2Falerts%2Falert-common.css;h=943f66f6d3e6e22e02d6790b3afbe80d3d8bee02;hp=546534a4fe0356a9fb10ef3f749c01bc5fefdda3;hb=7729765cff651b4f095a18d7b76fa5b112150216;hpb=95f94087d217c1c6d04787315b9b79ea6eda091c diff --git a/EarlyBlue/global/alerts/alert-common.css b/EarlyBlue/global/alerts/alert-common.css index 546534a4..943f66f6 100644 --- a/EarlyBlue/global/alerts/alert-common.css +++ b/EarlyBlue/global/alerts/alert-common.css @@ -53,6 +53,22 @@ } } +#alertIcon { + margin-top: 6px; + margin-inline-start: 8px; + margin-inline-end: 0; + margin-bottom: 0; + width: 16px; + min-height: 16px; + max-height: 16px; +} + +@media (resolution: 2dppx) { + #alertIcon { + image-rendering: -moz-crisp-edges; + } +} + #alertImage { width: 80px; height: 80px;