set max width for notifications so they won't overlap the whole header

This commit is contained in:
Jan-Christoph Borchardt 2014-07-30 18:16:32 +02:00
parent a6484fbda9
commit b177f9b063
1 changed files with 1 additions and 0 deletions

View File

@ -688,6 +688,7 @@ label.infield {
}
#notification, #update-notification {
margin: 0 auto;
max-width: 60%;
z-index: 101;
background-color: #fc4;
border: 0;