Improved progress dialog positioning.

This commit is contained in:
Oliver Hamlet
2014-11-10 21:13:09 +00:00
parent 3d0c3faa52
commit b5d00597f9
+1 -1
View File
@@ -56,7 +56,7 @@ loot-plugin-item::shadow ::content > a {
/* This override change the positioning of the progress dialog to adapt to content changes. */
#progressDialog {
position: inherit !important;
margin: auto;
margin: 0 auto;
top: 0;
left: 0;
bottom: 0;