Clean up search CSS
This commit is contained in:
parent
53e4d600e7
commit
d7c2152d3a
1 changed files with 10 additions and 10 deletions
|
@ -856,7 +856,16 @@ nav.secondary {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search_results_entry {
|
.search_results_entry {
|
||||||
margin-bottom: 0;
|
.search_searching {
|
||||||
|
text-align: center;
|
||||||
|
margin: $lineheight auto;
|
||||||
|
width: $lineheight;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul li {
|
||||||
|
border-bottom: 1px solid #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
.search_details {
|
.search_details {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -867,15 +876,6 @@ nav.secondary {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search_results_entry .search_searching {
|
|
||||||
text-align: center;
|
|
||||||
margin: $lineheight auto;
|
|
||||||
width: $lineheight;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.results-list li { border-bottom: 1px solid #ccc; }
|
|
||||||
|
|
||||||
.search_results_error {
|
.search_results_error {
|
||||||
color: #f00;
|
color: #f00;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue