X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fnotification.css;h=bf7b4dc5d389f66b77233aad485d2a9817e11d66;hp=0eb17ae2a9d01bfd5e06785a1e29ea0b7f06f38d;hb=044b5d491a673c74d770c3f43276c2b85380a485;hpb=e1313d59a1c9110ddef3376207066ed526037f15 diff --git a/LCARStrek/global/notification.css b/LCARStrek/global/notification.css index 0eb17ae2..bf7b4dc5 100644 --- a/LCARStrek/global/notification.css +++ b/LCARStrek/global/notification.css @@ -52,19 +52,24 @@ notification[type="critical"] .messageImage { } .messageCloseButton > .toolbarbutton-icon { - -moz-margin-start: 5px; + -moz-margin-start: 2px; } /* Popup notification */ .popup-notification-description { - max-width: 248px; + max-width: 24em; } -.popup-notification-menubutton { +.popup-notification-button-container { margin-top: 17px; } +.popup-notification-closebutton { + -moz-margin-end: -5px; + margin-top: -5px; +} + .popup-notification-closeitem { list-style-image: url("chrome://global/skin/icons/close-button.gif"); }