update the install.rdf files for the 2.2 versions of both themes
[themes.git] / EarlyBlue / global / notification.css
index 5488ed13127506a132c459e0e1db719d1306d261..351a6bb9d0ebc766b2e2b4ba00e178995f94f065 100644 (file)
@@ -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");
+}