[Australis] Bug 982993: restore additional padding for notification panels on Windows. r=mconley

This commit is contained in:
Mike de Boer (mdeboer@mozilla.com) 2014-03-13 16:25:18 +01:00
parent 539b062710
commit 0a356efe71

View File

@ -2142,6 +2142,15 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
}
/* Notification icon box */
#notification-popup > .panel-arrowcontainer > .panel-arrowcontent {
padding: 10px;
}
#notification-popup .popup-notification-closebutton {
-moz-margin-end: -14px;
margin-top: -10px;
}
#notification-popup-box {
position: relative;
background-color: #fff;