diff options
| author | PayBas <contact@paybas.com> | 2014-06-13 13:29:50 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-13 13:29:50 +0200 |
| commit | f17eee19de3b8f59f2a20fe2fcb76db84bfbbfe3 (patch) | |
| tree | 5722faf227e16852dd886eb45c302ba9c5f1b9c6 /phpBB/styles/prosilver/theme/common.css | |
| parent | 7c527adee87096d26087d82984b6f283db63832e (diff) | |
| download | forums-f17eee19de3b8f59f2a20fe2fcb76db84bfbbfe3.tar forums-f17eee19de3b8f59f2a20fe2fcb76db84bfbbfe3.tar.gz forums-f17eee19de3b8f59f2a20fe2fcb76db84bfbbfe3.tar.bz2 forums-f17eee19de3b8f59f2a20fe2fcb76db84bfbbfe3.tar.xz forums-f17eee19de3b8f59f2a20fe2fcb76db84bfbbfe3.zip | |
[ticket/12613] Remove responsive linklist from memberlist
PHPBB3-12613
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 49 |
1 files changed, 39 insertions, 10 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 8a9df319c3..12297e095b 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -802,6 +802,35 @@ fieldset.fields1 dl.pmlist dd.recipients { margin-left: 0 !important; } +/* Action-bars (container for post/reply buttons, pagination, etc.) +---------------------------------------- */ +.topic-actions { + margin-bottom: 3px; + font-size: 1.1em; + height: 28px; + min-height: 28px; +} +div[class].topic-actions { + height: auto; +} + +.topic-actions:after { + clear: both; + content: ''; + display: block; +} + +.action-bar { + font-size: 11px; + margin: 4px 0; +} + +.action-bar:after { + clear: both; + content: ''; + display: block; +} + /* Pagination ---------------------------------------- */ .pagination { @@ -876,16 +905,6 @@ fieldset.fields1 dl.pmlist dd.recipients { .pagination li.next a:hover { background-position: -50px -18px; } .pagination li.previous a:hover { background-position: -30px -18px; } -/* Memberlist search */ -li.pagination { - margin-top: 0; -} - -li.pagination > ul { - margin-top: -2px; - vertical-align: middle; -} - /* Pagination in viewforum for multipage topics */ .row .pagination { display: block; @@ -1084,6 +1103,16 @@ form > p.post-notice strong { position: relative; } +.member-search { + float: left; + margin: 0; + padding: 6px 10px; +} + +.member-search strong { + font-size: 0.95em; +} + .dropdown-extended { display: none; position: absolute; |
