mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
24 lines
343 B
CSS
24 lines
343 B
CSS
/**
|
|
* Search page main stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.searchPage {
|
|
max-width: 500px;
|
|
margin: auto;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.searchPage .results-container {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
|
|
.searchPage .results-container li a img {
|
|
margin: auto 10px auto auto;
|
|
max-width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
visibility: visible;
|
|
} |