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/theme | |
| parent | 171424f89ca7040fff12f563717cd45965b49fc2 (diff) | |
| download | forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar.gz forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar.bz2 forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar.xz forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.zip | |
[ticket/12769] Refacto action bar
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index b69c2a02fe..5eecd79b8e 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -770,7 +770,7 @@ fieldset.fields1 dl.pmlist dd.recipients { /* Action-bars (container for post/reply buttons, pagination, etc.) ---------------------------------------- */ .action-bar { - font-size: 1.1em; + font-size: 11px; margin: 4px 0; } @@ -778,6 +778,11 @@ fieldset.fields1 dl.pmlist dd.recipients { margin-top: 2em; } +.action-bar .button { + margin-right: 5px; + float: left; +} + /* Pagination ---------------------------------------- */ .pagination { @@ -787,10 +792,15 @@ fieldset.fields1 dl.pmlist dd.recipients { width: auto; } -.action-bar.bottom .pagination { +.action-bar.bar-bottom .pagination { margin-top: 0; } +.action-bar .pagination .button { + margin-right: 0; + float: none; +} + .pagination > ul { display: inline-block; list-style: none !important; |
