mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user