Fixed progress dialog positioning.

For #327.
This commit is contained in:
Oliver Hamlet
2014-11-09 22:58:16 +00:00
parent d46323371b
commit 51dbbcd50f
+10
View File
@@ -36,4 +36,14 @@ paper-tab::shadow #ink {
/* These overrides change the position of the link in <loot-plugin-item> so that it doesn't cover up tooltips. */
loot-plugin-item::shadow ::content > a {
left: 112px;
}
/* These overrides change the positioning of the progress dialog to adapt to content changes. */
#progressDialog {
position: inherit !important;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
}