diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_notifications.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_notifications.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index 85ec046e16..8910769cce 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -42,7 +42,7 @@ </table> <!-- ELSE --> <!-- IF .notification_list --> - <div class="action-bar"> + <div class="action-bar top"> <div class="pagination"> <!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}" class="mark">{L_NOTIFICATIONS_MARK_ALL_READ}</a> • <!-- ENDIF --> {L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>] @@ -89,7 +89,7 @@ </ul> </div> - <div class="action-bar"> + <div class="action-bar bottom"> <div class="pagination"> {L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>] <!-- IF .pagination --> |
