1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 06:21:19 +02:00

[ticket/12613] Remove responsive linklist from memberlist

PHPBB3-12613
This commit is contained in:
PayBas
2014-06-13 13:29:50 +02:00
parent 7c527adee8
commit f17eee19de
4 changed files with 56 additions and 57 deletions

View File

@@ -258,6 +258,10 @@
width: 99%; /* fix for IE6 */
}
.rtl .member-search {
float: right;
}
/**
* links.css
*/

View File

@@ -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;

View File

@@ -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 {