bell icon
This commit is contained in:
parent
79a3059ca3
commit
93ad92f7e8
3 changed files with 25 additions and 6 deletions
BIN
app/assets/images/user_sprite.png
Executable file → Normal file
BIN
app/assets/images/user_sprite.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -838,7 +838,7 @@ label {
|
|||
background-position: 0 -32px;
|
||||
}
|
||||
.accountNotifications .accountIcon {
|
||||
background-position: 0 0; /* TODO get a real icon */
|
||||
background-position: 0 -128px;
|
||||
}
|
||||
.accountInvite .accountIcon {
|
||||
background-position: 0 -64px;
|
||||
|
|
|
@ -214,7 +214,7 @@
|
|||
}
|
||||
|
||||
#mobile_menu {
|
||||
display: none;
|
||||
display: none;
|
||||
background: #EEE;
|
||||
position: fixed;
|
||||
top: 50px;
|
||||
|
@ -222,11 +222,30 @@
|
|||
padding: 10px;
|
||||
width: 200px;
|
||||
box-shadow: 3px 3px 3px rgba(0,0,0,0.23), 3px 3px 3px rgba(0,0,0,0.16);
|
||||
}
|
||||
|
||||
#mobile_menu li {
|
||||
padding: 10px;
|
||||
list-style: none;
|
||||
#menu_icon .unread-notifications-dot {
|
||||
top: 5px;
|
||||
left: 29px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border: 3px solid #eee;
|
||||
}
|
||||
|
||||
li {
|
||||
padding: 10px;
|
||||
list-style: none;
|
||||
|
||||
&.notifications {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.unread-notifications-dot {
|
||||
top: 4px;
|
||||
right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue