FIX: Positining of search spinner in tablet-sized viewports

This commit is contained in:
Kris 2017-12-01 11:01:03 -05:00
parent 966dbb9705
commit af11913314
1 changed files with 7 additions and 3 deletions

View File

@ -103,6 +103,10 @@
.search-menu { .search-menu {
.search-input {
position: relative;
}
.search-context .show-help { .search-context .show-help {
float: right; float: right;
} }
@ -129,14 +133,14 @@
.searching { .searching {
position: absolute; position: absolute;
top: 0.25em; top: 1.15em;
right: 1.5em; right: 1em;
.spinner { .spinner {
width: 10px; width: 10px;
height: 10px; height: 10px;
border-width: 2px; border-width: 2px;
margin: 20px 0 0 0; margin: 0;
} }
} }
// I am ghetto using this to display "Show More".. be warned // I am ghetto using this to display "Show More".. be warned