X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fnotification.css;h=08d54c30838a40a4f9d1e56d29a6ab9cf8f6fb20;hp=5488ed13127506a132c459e0e1db719d1306d261;hb=904e50409e523d61b35bd75ec79c0f34ff107b77;hpb=3b1530c2325c37e07e8f75e72bf2d157ed606175 diff --git a/EarlyBlue/global/notification.css b/EarlyBlue/global/notification.css index 5488ed13..08d54c30 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: 24em; +} + +.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"); +}