template basis structure
This commit is contained in:
parent
cb680b1364
commit
42f8e89c3c
10 changed files with 135 additions and 11 deletions
18
css/area_sidebar-search.less
Normal file
18
css/area_sidebar-search.less
Normal file
|
@ -0,0 +1,18 @@
|
|||
/**
|
||||
* This file provides the design styles for the quick search.
|
||||
*
|
||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||
*/
|
||||
|
||||
.search.main-sidebar{
|
||||
form{
|
||||
white-space: nowrap;
|
||||
.no{
|
||||
padding-right: 1.5rem;
|
||||
#qsearch__in{
|
||||
width: 100%;
|
||||
border: 1px solid green;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue