mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19: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;
|
|
} |