]> git.mxchange.org Git - friendica.git/commitdiff
more notification cleanup duepuntozero
authorFriendika <info@friendika.com>
Mon, 10 Oct 2011 04:34:07 +0000 (21:34 -0700)
committerFriendika <info@friendika.com>
Mon, 10 Oct 2011 04:34:07 +0000 (21:34 -0700)
mod/notifications.php
view/theme/duepuntozero/style.css

index e1d94526ae9017fc48fdad5cf83dddf4bddd1e40..6d78ea0242273de97d88da93a7916f2116c7fb68 100644 (file)
@@ -248,7 +248,7 @@ function notifications_content(&$a) {
                        
                } else {
                        
-                       $notif_content = 'Nothing new!';
+                       $notif_content = t('Nothing new!');
                }
                
                $o .= replace_macros($notif_tpl,array(
@@ -323,7 +323,7 @@ function notifications_content(&$a) {
                        }
                                
                } else {
-                       $notif_content = 'Nothing new!';
+                       $notif_content = t('Nothing new!');
                }
                
                $o .= replace_macros($notif_tpl,array(
index c098ae7d5a08d2202105578ba8d963309381030d..7dc344f5de5a098fc273df52da4124377b651965 100644 (file)
@@ -2579,12 +2579,15 @@ a.mail-list-link {
 .notif-image {
        height: 80px;
        width: 80px;
+       margin-right: 15px;
 }
 .notification-listing-end {
        clear: both;
+       margin-bottom: 15px;
 }
 
 
+
 /**
  * Plugins settings
  */