From f17eee19de3b8f59f2a20fe2fcb76db84bfbbfe3 Mon Sep 17 00:00:00 2001 From: PayBas Date: Fri, 13 Jun 2014 13:29:50 +0200 Subject: [ticket/12613] Remove responsive linklist from memberlist PHPBB3-12613 --- .../styles/prosilver/template/memberlist_body.html | 33 ++++++--------- phpBB/styles/prosilver/theme/bidi.css | 4 ++ phpBB/styles/prosilver/theme/common.css | 49 +++++++++++++++++----- phpBB/styles/prosilver/theme/content.css | 27 ------------ 4 files changed, 56 insertions(+), 57 deletions(-) (limited to 'phpBB') diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html index 1e4ac4b204..07b525eed3 100644 --- a/phpBB/styles/prosilver/template/memberlist_body.html +++ b/phpBB/styles/prosilver/template/memberlist_body.html @@ -13,7 +13,6 @@ -

style="color:#{GROUP_COLOR};">{GROUP_NAME}

{GROUP_DESC} {GROUP_TYPE}

@@ -21,36 +20,30 @@ {RANK_IMG} {GROUP_RANK}

-

{PAGE_TITLE}{L_COLON} {SEARCH_WORDS}

-
-
- - - +
+ +
+
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index bce86db1a5..b1e1e10c3c 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -258,6 +258,10 @@ width: 99%; /* fix for IE6 */ } +.rtl .member-search { + float: right; +} + /** * links.css */ 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; diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 1956a61f8e..6865af564d 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -226,33 +226,6 @@ dd.option { font-size: 1.1em; } -/* Container for post/reply buttons and pagination */ -.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 { - margin: 4px 0; -} - -.action-bar:after { - clear: both; - content: ''; - display: block; -} - /* Post body styles ----------------------------------------*/ .postbody { -- cgit v1.2.1