Added a notification bar

This commit is contained in:
Lars van Hijfte
2017-01-20 16:17:56 +01:00
parent 61c148e127
commit 173ef3e50c
6 changed files with 56 additions and 30 deletions

View File

@@ -33,32 +33,12 @@ header {
header div {
display: inline-block;
}
#open-chat {
font-size: 32px;
line-height: 80px;
margin-right: 50px;
}
.profile-menu {
font-size: 21px;
}
.profile-menu img {
padding: 8px;
height: 64px;
width: 64px;
}
#own-profile-picture, #profile-menu-popup span {
#own-profile-picture {
cursor: pointer;
}
#profile-menu-popup {
padding: 5px;
background: white;
color: #666;
border-radius: 3px;
}