diff options
author | Michael Miday <midaym@gmail.com> | 2015-09-16 06:54:58 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-09-17 18:37:29 +0200 |
commit | 2523ec82776dc2afcfac79c159bbeb9a2fc87b0e (patch) | |
tree | 86797f4bfbb651705221d0c8bf194f5772e26d2a /phpBB/styles/prosilver/template/ucp_groups_manage.html | |
parent | [ticket/12769] We need some icon color classes (diff) | |
download | phpbb-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar.gz phpbb-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar.bz2 phpbb-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.zip |
[ticket/12769] Refacto action bar
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_groups_manage.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_groups_manage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_groups_manage.html b/phpBB/styles/prosilver/template/ucp_groups_manage.html index b5e8eaf1e8..223493ff38 100644 --- a/phpBB/styles/prosilver/template/ucp_groups_manage.html +++ b/phpBB/styles/prosilver/template/ucp_groups_manage.html @@ -160,7 +160,7 @@ </table> <!-- IF .pagination --> - <div class="action-bar bottom"> + <div class="action-bar bar-bottom"> <div class="pagination"> <!-- INCLUDE pagination.html --> </div> |