From 22e394c148a4c290180e36329da705c4c56a8bb7 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Wed, 1 Jun 2011 09:29:22 +0000 Subject: fix notification page git-svn-id: http://piwigo.org/svn/trunk@11182 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/notification.tpl | 2 ++ themes/default/theme.css | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/themes/default/template/notification.tpl b/themes/default/template/notification.tpl index 3bd8a4d1f..935957060 100644 --- a/themes/default/template/notification.tpl +++ b/themes/default/template/notification.tpl @@ -15,6 +15,7 @@

{'Notification'|@translate}

+

{'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'|@translate}

@@ -25,4 +26,5 @@ {'Complete RSS feed (photos, comments)'|@translate}
+
diff --git a/themes/default/theme.css b/themes/default/theme.css index 9c1fdc13b..63f61ae7b 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -112,6 +112,10 @@ padding: 0 0 3px; } +.content .notification { + padding:0 25px; +} + /* actions */ .categoryActions { margin: 0 2px; -- cgit v1.2.3