mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 05:25:15 +02:00
change to some nav ids, notice in empty notifications popup
This commit is contained in:
parent
ba4ea589d0
commit
23d6339a41
4 changed files with 26 additions and 9 deletions
|
@ -144,14 +144,14 @@ nav .nav-notify {
|
|||
nav .nav-notify.show {
|
||||
display: block;
|
||||
}
|
||||
nav #nav-site-link {
|
||||
nav #nav-site-linkmenu {
|
||||
float: right;
|
||||
}
|
||||
nav #nav-site-link .menu-popup {
|
||||
nav #nav-site-linkmenu .menu-popup {
|
||||
right: 0px;
|
||||
left: auto;
|
||||
}
|
||||
nav #nav-notifications-link.selected .icon.s22.notify {
|
||||
nav #nav-notifications-linkmenu.selected .icon.s22.notify {
|
||||
background-image: url("../../../images/icons/notify_on_22.png");
|
||||
}
|
||||
ul.menu-popup {
|
||||
|
@ -183,6 +183,11 @@ ul.menu-popup li {
|
|||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
ul.menu-popup .empty {
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
color: #9eabb0;
|
||||
}
|
||||
#nav-notifications-menu {
|
||||
width: 400px;
|
||||
}
|
||||
|
|
|
@ -188,12 +188,12 @@ nav {
|
|||
|
||||
|
||||
|
||||
#nav-site-link {
|
||||
#nav-site-linkmenu {
|
||||
float: right;
|
||||
.menu-popup{ right: 0px; left: auto; }
|
||||
}
|
||||
|
||||
#nav-notifications-link.selected .icon.s22.notify { background-image: url("../../../images/icons/notify_on_22.png") }
|
||||
#nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/notify_on_22.png") }
|
||||
|
||||
}
|
||||
|
||||
|
@ -213,6 +213,12 @@ ul.menu-popup {
|
|||
a:hover { background-color: @Metalic1; }
|
||||
.menu-sep { border-top: 1px solid @Metalic2; }
|
||||
li { float: none; overflow: auto; height: auto; display: block; }
|
||||
|
||||
.empty {
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
color: @Metalic2;
|
||||
}
|
||||
}
|
||||
|
||||
#nav-notifications-menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue