Fix spaces -> tabs in copy/pasted code

This commit is contained in:
Alasdair Smith 2018-10-12 09:52:51 +01:00
parent 85912595e8
commit 0f9b65be23

View file

@ -106,74 +106,74 @@
} }
.search__container--addsearch { .search__container--addsearch {
.search__input-bar { .search__input-bar {
display: flex; display: flex;
} }
.search__input { .search__input {
flex: 1; flex: 1;
margin-right: 10px; margin-right: 10px;
padding: 0 10px; padding: 0 10px;
} }
// AddSearch overrides // AddSearch overrides
#addsearch-results { #addsearch-results {
min-height: 0 !important; min-height: 0 !important;
.addsearch-result-item-container { .addsearch-result-item-container {
background-size: auto 80px !important; // Resize image to be smaller background-size: auto 80px !important; // Resize image to be smaller
padding: 10px; padding: 10px;
margin-left: 10px; margin-left: 10px;
margin-right: 10px; margin-right: 10px;
border-bottom: 2px solid rgb(236, 236, 236); border-bottom: 2px solid rgb(236, 236, 236);
} }
.addsearch-result-item-sub { .addsearch-result-item-sub {
min-height: 0 !important; min-height: 0 !important;
background: none !important; background: none !important;
border-bottom: none !important; border-bottom: none !important;
// Unfortunately AddSearch doesn't add very useful classes, so have to use // Unfortunately AddSearch doesn't add very useful classes, so have to use
// some horrible nesting :/ // some horrible nesting :/
& > div { & > div {
min-height: 0 !important; min-height: 0 !important;
padding-left: 90px !important; padding-left: 90px !important;
// Hide some unnecessary metadata // Hide some unnecessary metadata
span { span {
display: none !important; display: none !important;
} }
} }
a { a {
color: @ol-green !important; color: @ol-green !important;
} }
&:hover a { &:hover a {
color: @ol-dark-green !important; color: @ol-dark-green !important;
} }
} }
} }
#addsearch-results-bottom { #addsearch-results-bottom {
height: auto !important; height: auto !important;
background: none !important; background: none !important;
padding-top: 0 !important; padding-top: 0 !important;
#addsearch-rp-paging { #addsearch-rp-paging {
margin-bottom: 10px; margin-bottom: 10px;
a { a {
color: @ol-green !important; color: @ol-green !important;
&.currentResultPage { &.currentResultPage {
color: @ol-blue-gray-5 !important; color: @ol-blue-gray-5 !important;
} }
} }
} }
} }
#addsearch-logo { #addsearch-logo {
display: none !important; display: none !important;
} }
} }