SPR-891: small fix for sprintdoc "Icons für Notifications in Message Area werden gekachelt"

This commit is contained in:
Silke Pisulla 2017-03-16 14:02:50 +01:00
commit 3823bb7b4f

View file

@ -7,17 +7,17 @@
&:empty{ &:empty{
display: none; display: none;
} }
}
/* short fix: SPR-891 - Icons für Notifications in Message Area werden gekachelt */
.notify { /* short fix: SPR-891 - Icons für Notifications in Message Area werden gekachelt */
background-repeat: no-repeat; div.success, div.error, div.info, div.notify {
background-position: 8px 50%; background-repeat: no-repeat;
border: 1px solid #eeb; background-position: 8px 50%;
font-size: 90%; border: 1px solid #eeb;
margin: 0 0 .5em; font-size: 90%;
padding: .4em; margin: 0 0 .5em;
padding-left: 32px; padding: .4em;
overflow: hidden; padding-left: 32px;
border-radius: 5px; overflow: hidden;
} border-radius: 5px;
} }