more notification cleanup duepuntozero
This commit is contained in:
parent
26f2c868da
commit
1cfeb61ddc
|
@ -248,7 +248,7 @@ function notifications_content(&$a) {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
$notif_content = 'Nothing new!';
|
$notif_content = t('Nothing new!');
|
||||||
}
|
}
|
||||||
|
|
||||||
$o .= replace_macros($notif_tpl,array(
|
$o .= replace_macros($notif_tpl,array(
|
||||||
|
@ -323,7 +323,7 @@ function notifications_content(&$a) {
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$notif_content = 'Nothing new!';
|
$notif_content = t('Nothing new!');
|
||||||
}
|
}
|
||||||
|
|
||||||
$o .= replace_macros($notif_tpl,array(
|
$o .= replace_macros($notif_tpl,array(
|
||||||
|
|
|
@ -2579,12 +2579,15 @@ a.mail-list-link {
|
||||||
.notif-image {
|
.notif-image {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
.notification-listing-end {
|
.notification-listing-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Plugins settings
|
* Plugins settings
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue