mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
18 lines
246 B
CSS
18 lines
246 B
CSS
|
/**
|
||
|
* Search form styles
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
.searchBoxResultsContainer {
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
width: auto;
|
||
|
height: 200px;
|
||
|
}
|
||
|
|
||
|
.searchBoxResultsContainer .menu {
|
||
|
overflow: hidden;
|
||
|
width: 100%;
|
||
|
height: 200px;
|
||
|
}
|