1
0
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:
Michael Miday
2015-09-15 23:41:27 +02:00
parent ea591562ae
commit 32868a6f87
6 changed files with 45 additions and 96 deletions

View File

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