From 51dbbcd50f3d2669e4c3e53a996c3ed948d4cc7e Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 9 Nov 2014 22:58:16 +0000 Subject: [PATCH] Fixed progress dialog positioning. For #327. --- resources/report/css/overrides.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/report/css/overrides.css b/resources/report/css/overrides.css index 210131ee..973d9c73 100644 --- a/resources/report/css/overrides.css +++ b/resources/report/css/overrides.css @@ -36,4 +36,14 @@ paper-tab::shadow #ink { /* These overrides change the position of the link in 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; } \ No newline at end of file