Untitled diff

Created Diff never expires
4 removals
96 lines
2 additions
94 lines
/* -- Zone de saisie de la recherche
/* -- Zone de saisie de la recherche
-------------------------------------------*/
-------------------------------------------*/
div.search-field {
div.search-field {
text-align: center;
text-align: center;
}
}
div#forms-selection {
div#forms-selection {
padding: 5px 0;
padding: 5px 0;
}
}
div#forms-selection a {
div#forms-selection a {
display: block;
display: block;
padding: 2px 8px;
padding: 2px 8px;
color: #888888;
text-decoration: none;
text-decoration: none;
}
}
div#forms-selection a:hover {
div#forms-selection a:hover {
background-color: #DDDDDD;
background-color: rgba(0, 0, 0, 0.2);
}
}
div#forms-selection a.SFL-current {
div#forms-selection a.SFL-current {
background-color: #DFDFDF;
background-color: rgba(0, 0, 0, 0.1);
color: #333333;
}
}
div.SpecializedForm {
div.SpecializedForm {
padding: 0 5px;
padding: 0 5px;
}
}
@media (max-width: 768px) {
@media (max-width: 768px) {
#module-search .options {
#module-search .options {
float: none;
float: none;
}
}
#module-search #form-all .form-element label {
#module-search #form-all .form-element label {
text-align: center;
text-align: center;
}
}
#module-search #form-all .form-element label span {
#module-search #form-all .form-element label span {
font-size: 0.8em;
font-size: 0.8em;
}
}
}
}
/* -- Zone des resultats
/* -- Zone des resultats
-------------------------------------------*/
-------------------------------------------*/
div.resultsChoices {
div.resultsChoices {
position: relative;
position: relative;
top: 5px;
top: 5px;
width: 100%;
width: 100%;
text-align: right;
text-align: right;
}
}
div.resultsChoices span {
div.resultsChoices span {
position: relative;
position: relative;
top: 2px;
top: 2px;
}
}
div.results {
div.results {
margin-top: 30px;
margin-top: 30px;
min-height: 50px;
min-height: 50px;
vertical-align: middle;
vertical-align: middle;
}
}
div.results span.title {
div.results span.title {
position: relative;
position: relative;
top: -25px;
top: -25px;
font-weight: bold;
font-weight: bold;
text-align: center;
text-align: center;
text-transform: uppercase;
text-transform: uppercase;
}
}
div.results div.infosResults {
div.results div.infosResults {
width: 90%;
width: 90%;
padding-left: 10px;
padding-left: 10px;
font-size: 0.75em;
font-size: 0.75em;
font-weight: bold;
font-weight: bold;
}
}
.infosResults .infosResults-progressbar {
.infosResults .infosResults-progressbar {
margin: auto;
margin: auto;
width: 500px;
width: 500px;
}
}
ul.search-results {
ul.search-results {
margin-left: 30px;
margin-left: 30px;
padding: 10px;
padding: 10px;
}
}
ul.search-results li {
ul.search-results li {
padding: 5px;
padding: 5px;
}
}
div.PaginationResults {
div.PaginationResults {
padding: 5px;
padding: 5px;
text-align: right;
text-align: right;
}
}