Fixed progress bar layout change.

Happened when updating to Polymer 0.5.
This commit is contained in:
Oliver Hamlet
2014-11-13 06:21:37 +00:00
parent a349f0ea99
commit 371a3fc24c
+1 -1
View File
@@ -51,7 +51,7 @@ loot-plugin-item::shadow ::content > a {
}
/* This override change the positioning of the progress dialog to adapt to content changes. */
html /deep/ paper-dialog#progressDialog {
#progressDialog {
position: inherit !important;
margin: 0 auto;
top: 0;