1.msg-area{ 2 clear: both; 3 padding-top: 1.6rem; 4 div{ 5 line-height: 135%; 6 } 7 &:empty{ 8 display: none; 9 } 10 11 /* short fix: SPR-891 - Icons für Notifications in Message Area werden gekachelt */ 12 .notify { 13 background-repeat: no-repeat; 14 background-position: 8px 50%; 15 border: 1px solid #eeb; 16 font-size: 90%; 17 margin: 0 0 .5em; 18 padding: .4em; 19 padding-left: 32px; 20 overflow: hidden; 21 border-radius: 5px; 22 } 23} 24