Progress on search form

This commit is contained in:
Pierre
2017-05-26 16:11:41 +02:00
parent d52b167ae1
commit b24f8d6828
4 changed files with 94 additions and 2 deletions

View File

@ -0,0 +1,18 @@
/**
* Search form styles
*
* @author Pierre HUBERT
*/
.searchBoxResultsContainer {
position: relative;
overflow: hidden;
width: auto;
height: 200px;
}
.searchBoxResultsContainer .menu {
overflow: hidden;
width: 100%;
height: 200px;
}