mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 08:02:59 +02:00
fix notification page
git-svn-id: http://piwigo.org/svn/trunk@11182 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<h2>{'Notification'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
<div class="notification">
|
||||
<p>{'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'|@translate}</p>
|
||||
|
||||
<dl>
|
||||
@@ -25,4 +26,5 @@
|
||||
<a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -112,6 +112,10 @@
|
||||
padding: 0 0 3px;
|
||||
}
|
||||
|
||||
.content .notification {
|
||||
padding:0 25px;
|
||||
}
|
||||
|
||||
/* actions */
|
||||
.categoryActions {
|
||||
margin: 0 2px;
|
||||
|
||||
Reference in New Issue
Block a user