Fix notifications margins blocking mouse interractions and links in notifications looking bad.

This commit is contained in:
Nicolas Stepien 2013-02-22 17:37:22 +01:00
parent 093644b720
commit f29272740d
2 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -140,6 +140,7 @@ a[href="javascript:;"] {
/* Notifications */ /* Notifications */
#notifications { #notifications {
height: 0;
text-align: center; text-align: center;
} }
.notification { .notification {
@ -167,8 +168,10 @@ a[href="javascript:;"] {
.notification.success { .notification.success {
background-color: hsla(104, 100%, 40%, .9); background-color: hsla(104, 100%, 40%, .9);
} }
.notification > .close { .notification a {
color: white; color: white;
}
.notification > .close {
padding: 4px 6px; padding: 4px 6px;
top: 0; top: 0;
right: 0; right: 0;