SPR-908: quicksearch immer ausgeklappt
This commit is contained in:
parent
97a4fdccb1
commit
c2023c17f6
1 changed files with 22 additions and 20 deletions
|
@ -181,30 +181,32 @@
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + wide page content + + + + + */
|
/* + + + + + wide page content + + + + + */
|
||||||
.wide-content {
|
@media @screen_min-md {
|
||||||
.search.main-sidebar {
|
.wide-content {
|
||||||
p.toggleSearch {
|
.search.main-sidebar {
|
||||||
position: relative;
|
p.toggleSearch {
|
||||||
z-index: 1;
|
position: relative;
|
||||||
display: block;
|
z-index: 1;
|
||||||
float: left;
|
display: block;
|
||||||
width: 100%;
|
float: left;
|
||||||
}
|
width: 100%;
|
||||||
|
|
||||||
form {
|
|
||||||
input {
|
|
||||||
border: 0 none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.no {
|
form {
|
||||||
#qsearch__in {
|
input {
|
||||||
width: 0;
|
border: 0 none;
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button[type="submit"] {
|
.no {
|
||||||
display: none;
|
#qsearch__in {
|
||||||
|
width: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
button[type="submit"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue