diff options
| author | PayBas <contact@paybas.com> | 2014-06-03 16:30:05 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-05 10:02:13 +0200 |
| commit | 09a433be619a1743f4618f1fcc00757ee6895c6e (patch) | |
| tree | 1edad00b5d5d95526e1a198388bc1cc4bdecb865 /phpBB/styles/prosilver/theme | |
| parent | 57a051c02374d41b5e1c8a1b69488e1cb7b7105d (diff) | |
| download | forums-09a433be619a1743f4618f1fcc00757ee6895c6e.tar forums-09a433be619a1743f4618f1fcc00757ee6895c6e.tar.gz forums-09a433be619a1743f4618f1fcc00757ee6895c6e.tar.bz2 forums-09a433be619a1743f4618f1fcc00757ee6895c6e.tar.xz forums-09a433be619a1743f4618f1fcc00757ee6895c6e.zip | |
[ticket/12613] Pagination should never be in responsive linklist
PHPBB3-12613
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 10 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/cp.css | 4 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/responsive.css | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 8c1c2c3926..1956a61f8e 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -238,8 +238,18 @@ div[class].topic-actions { } .topic-actions:after { + clear: both; content: ''; + display: block; +} + +.action-bar { + margin: 4px 0; +} + +.action-bar:after { clear: both; + content: ''; display: block; } diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index 61df82c0ce..59887de302 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -60,9 +60,7 @@ ul.cplist { } #cp-main .pagination { - float: right; - width: auto; - padding-top: 1px; + margin: 0; } #cp-main .postbody p { diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index aee6b422ce..a587dd3ee4 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -509,11 +509,11 @@ fieldset.display-actions { margin: 0; } - .topic-actions > .pagination, fieldset.jumpbox { + .topic-actions > .pagination, fieldset.jumpbox, .action-bar > .pagination { text-align: center; } - .topic-actions > .pagination { + .topic-actions > .pagination, .action-bar > .pagination { float: none; clear: both; padding-bottom: 1px; |
