mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 12:01:48 +02:00
[ticket/11552] Add search link to responsive header
PHPBB3-11552
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
/* Responsive Design
|
||||
---------------------------------------- */
|
||||
|
||||
.responsive-hide { display: none !important; }
|
||||
.responsive-show { display: block !important; }
|
||||
.responsive-show-inline { display: inline !important; }
|
||||
|
||||
/* Content wrappers
|
||||
----------------------------------------*/
|
||||
html {
|
||||
@@ -56,6 +60,20 @@ body {
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
/* Search
|
||||
----------------------------------------*/
|
||||
.responsive-search { display: block !important; }
|
||||
.responsive-search a {
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 18px;
|
||||
text-indent: 99px;
|
||||
overflow: hidden;
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* .topiclist lists
|
||||
----------------------------------------*/
|
||||
li.header dt {
|
||||
|
Reference in New Issue
Block a user