mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/12769] Fix responsive features
This commit is contained in:
@@ -73,16 +73,6 @@ body {
|
||||
/* Search
|
||||
----------------------------------------*/
|
||||
.responsive-search { display: block !important; }
|
||||
.responsive-search a {
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 22px;
|
||||
text-indent: 99px;
|
||||
overflow: hidden;
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* .topiclist lists
|
||||
----------------------------------------*/
|
||||
@@ -181,7 +171,6 @@ li.row .responsive-show strong {
|
||||
}
|
||||
|
||||
ul.topiclist li.row dt a.subforum {
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -315,10 +304,6 @@ dl.pmlist dd:first-of-type {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.colour-palette a {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
fieldset.quick-login label {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
|
Reference in New Issue
Block a user