Move progress spinner away from lower right corner in main software view; not that items don't have visable 'boxes' the spinner needs to be visually 'closer' to the text and icon

This commit is contained in:
Greg Neagle
2016-03-10 14:46:39 -08:00
parent a31b41ce72
commit 4c65ee6089
@@ -1270,8 +1270,8 @@ div.lockup li.preparing-removal span.progress-spinner,
div.lockup li.installing span.progress-spinner,
div.lockup li.removing span.progress-spinner {
position: absolute;
bottom: 2px;
right: 2px;
bottom: 20px;
right: 20px;
}
div.lockup li {