mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Progress on search form
This commit is contained in:
18
assets/css/components/searchForm.css
Normal file
18
assets/css/components/searchForm.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user