Clean up and add comments to references-search styles.

This commit is contained in:
Shane Kilkelly 2016-02-18 10:47:28 +00:00
parent d94e3181c3
commit 8384433231

View file

@ -243,10 +243,14 @@
margin-bottom:0px; margin-bottom:0px;
} }
// -- References Search Modal --
.references-search-modal-backdrop { .references-search-modal-backdrop {
// don't grey out the editor when the
// modal is active
background-color: transparent; background-color: transparent;
} }
.references-search-modal { .references-search-modal {
// upgrade prompt
.references-search-upgrade-prompt { .references-search-upgrade-prompt {
padding: 24px; padding: 24px;
padding-bottom: 48px; padding-bottom: 48px;
@ -276,9 +280,7 @@
} }
} }
.search-form { .search-form {
input { // position the spinner inside the input element
//width: 85%;
}
i.fa-spinner { i.fa-spinner {
margin-top: -30px; margin-top: -30px;
} }
@ -287,6 +289,7 @@
margin-top: 12px; margin-top: 12px;
margin-bottom: 0px; margin-bottom: 0px;
} }
// search result items list
.search-results { .search-results {
margin-top: 14px; margin-top: 14px;
font-size: 12px; font-size: 12px;
@ -304,7 +307,6 @@
} }
border-left: 4px solid transparent; border-left: 4px solid transparent;
&.selected-search-result-hit { &.selected-search-result-hit {
//border-left: 4px solid @red;
background-color: @red; background-color: @red;
color: white; color: white;
.hit-year.small { .hit-year.small {