1
0
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:
Vjacheslav Trushkin
2013-10-17 21:12:45 +03:00
parent 5d999e008c
commit 118b66534e
3 changed files with 20 additions and 1 deletions

View File

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