Added menu button

This commit is contained in:
Lars van Hijfte
2017-01-26 11:48:06 +01:00
parent 8fb8df075f
commit 7b7f0b2c64
4 changed files with 8 additions and 7 deletions

View File

@@ -43,6 +43,10 @@ header div {
width: 64px;
}
#own-profile-picture {
#own-profile-picture, #open-notifications {
cursor: pointer;
}
#open-notifications {
padding: 5px 20px 5px 0px;
}