diff --git a/resources/report/css/style.css b/resources/report/css/style.css index cf4d1474..1a1f2de1 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -38,14 +38,12 @@ noscript { } #mainToolbar { background:#e3e3e3; - position:fixed; - top:0; - left:0; - z-index:2; - width:100%; font-size: 1em; height: 3em; } +#mainToolbar > * { + top: -1em; +} header > ol { display: inline-block; margin:0; diff --git a/resources/report/logo.png b/resources/report/logo.png new file mode 100644 index 00000000..bed24d7b Binary files /dev/null and b/resources/report/logo.png differ diff --git a/resources/report/report.html b/resources/report/report.html index 24fe0617..f428d5df 100644 --- a/resources/report/report.html +++ b/resources/report/report.html @@ -4,35 +4,35 @@ LOOT - - - - + + + + - - + + - - - + + + - - - - - + + + + + - + - - + + diff --git a/src/gui/app.cpp b/src/gui/app.cpp index 330e0e69..0630c7da 100644 --- a/src/gui/app.cpp +++ b/src/gui/app.cpp @@ -64,6 +64,9 @@ namespace loot { // Disable spell checking. command_line->AppendSwitch("--disable-spell-checking"); + + // Temporary workaround until I figure out what's wrong with my custom URL handling. + command_line->AppendSwitch("--allow-file-access-from-files"); } }