rename CSS attributes notify => notification
This commit is contained in:
parent
b016e420fe
commit
b229939c3d
30 changed files with 177 additions and 177 deletions
|
@ -133,7 +133,7 @@ input#dfrn-url {
|
|||
background:#444;
|
||||
}
|
||||
|
||||
.notify-seen {
|
||||
.notification-seen {
|
||||
background:#111;
|
||||
}
|
||||
|
||||
|
|
|
@ -784,7 +784,7 @@ input#dfrn-url {
|
|||
#settings-notifications label {
|
||||
margin-left: 20px;
|
||||
}
|
||||
#settings-notify-desc, #settings-activity-desc {
|
||||
#settings-notification-desc, #settings-activity-desc {
|
||||
font-weight: bold;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
@ -2781,7 +2781,7 @@ aside input[type='text'] {
|
|||
#crepair-url-label,
|
||||
#crepair-request-label,
|
||||
#crepair-confirm-label,
|
||||
#crepair-notify-label,
|
||||
#crepair-notification-label,
|
||||
#crepair-photo-label,
|
||||
#crepair-poll-label {
|
||||
float: left;
|
||||
|
@ -3316,7 +3316,7 @@ div.jGrowl div.info {
|
|||
margin-right: -20px;
|
||||
}
|
||||
|
||||
.nav-notify {
|
||||
.nav-notification {
|
||||
display: none;
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
|
@ -3326,7 +3326,7 @@ div.jGrowl div.info {
|
|||
min-width: 15px;
|
||||
text-align: right;
|
||||
}
|
||||
.nav-notify.show {
|
||||
.nav-notification.show {
|
||||
display: block;
|
||||
}
|
||||
#nav-notifications-menu {
|
||||
|
@ -3372,7 +3372,7 @@ div.jGrowl div.info {
|
|||
padding: 7px 7px 0px 0px;
|
||||
}
|
||||
|
||||
.notify-seen {
|
||||
.notification-seen {
|
||||
background: #DDDDDD;
|
||||
}
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<a accesskey="c" id="nav-community-link" class="nav-commlink {{$nav.community.2}} {{$sel.community}}" href="{{$nav.community.0}}" title="{{$nav.community.3}}" >{{$nav.community.1}}</a>
|
||||
{{/if}}
|
||||
{{if $nav.introductions}}
|
||||
<a id="nav-notify-link" class="nav-commlink {{$nav.introductions.2}} {{$sel.introductions}}" href="{{$nav.introductions.0}}" title="{{$nav.introductions.3}}" >{{$nav.introductions.1}}</a>
|
||||
<a id="nav-notification-link" class="nav-commlink {{$nav.introductions.2}} {{$sel.introductions}}" href="{{$nav.introductions.0}}" title="{{$nav.introductions.3}}" >{{$nav.introductions.1}}</a>
|
||||
<span id="intro-update" class="nav-ajax-left"></span>
|
||||
{{/if}}
|
||||
{{if $nav.messages}}
|
||||
|
@ -48,7 +48,7 @@
|
|||
|
||||
{{if $nav.notifications}}
|
||||
<a accesskey="f" id="nav-notifications-linkmenu" class="nav-commlink" href="{{$nav.notifications.0}}" rel="#nav-notifications-menu" title="{{$nav.notifications.1}}">{{$nav.notifications.1}}</a>
|
||||
<span id="notify-update" class="nav-ajax-left"></span>
|
||||
<span id="notification-update" class="nav-ajax-left"></span>
|
||||
<ul id="nav-notifications-menu" class="menu-popup">
|
||||
<li id="nav-notifications-see-all"><a href="{{$nav.notifications.all.0}}">{{$nav.notifications.all.1}}</a></li>
|
||||
<li id="nav-notifications-mark-all"><a href="#" onclick="notifyMarkAll(); return false;">{{$nav.notifications.mark.3}}</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue