Created search page.

This commit is contained in:
Pierre HUBERT
2018-07-31 13:53:57 +02:00
parent a50cca62d3
commit 95b4c5fbc7
5 changed files with 215 additions and 1 deletions

View File

@ -0,0 +1,24 @@
/**
* 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;
}