X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fnotification.css;h=351a6bb9d0ebc766b2e2b4ba00e178995f94f065;hb=f993773df903b31f33af331dc3fbd4394beed74d;hp=5488ed13127506a132c459e0e1db719d1306d261;hpb=3b1530c2325c37e07e8f75e72bf2d157ed606175;p=themes.git diff --git a/EarlyBlue/global/notification.css b/EarlyBlue/global/notification.css index 5488ed13..351a6bb9 100644 --- a/EarlyBlue/global/notification.css +++ b/EarlyBlue/global/notification.css @@ -47,3 +47,22 @@ notification[type="critical"] .messageImage { .messageCloseButton > .toolbarbutton-icon { -moz-margin-start: 5px; } + +/* Popup notification */ + +.popup-notification-description { + max-width: 248px; +} + +.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"); +}