diff --git a/resources/report/report.html b/resources/report/report.html index 4fd6ac40..e2802f28 100644 --- a/resources/report/report.html +++ b/resources/report/report.html @@ -23,22 +23,30 @@ - - - - - - - - - - - + + - + + Close - + + + + + Yes + Cancel + + + + + + Edit Metadata + Copy Metadata As Text + Clear User Metadata + + + Enable Edits @@ -48,6 +56,12 @@ Compare priority against all other plugins + Show Only Conflicts + + Simple View + + Apply + Cancel The LOOT Report requires Javascript to be enabled in order to function. @@ -58,6 +72,7 @@ Redate Plugins Open Debug Log Location + Clear All User Metadata Game @@ -85,30 +100,30 @@ - - - Hide version numbers - - Hide CRCs - - Hide Bash Tags - - Hide notes - - Hide 'Do not clean' messages - - Hide inactive plugin messages - - Hide all plugin messages - - Hide messageless plugins - - Hidden plugins: 0 / - - - Hidden messages: 0 / - - + + + Hide version numbers + + Hide CRCs + + Hide Bash Tags + + Hide notes + + Hide 'Do not clean' messages + + Hide inactive plugin messages + + Hide all plugin messages + + Hide messageless plugins + + Hidden plugins: 0 / + + + Hidden messages: 0 / + + Filters diff --git a/resources/report/style.css b/resources/report/style.css index a78ea76c..9eb99783 100644 --- a/resources/report/style.css +++ b/resources/report/style.css @@ -107,7 +107,7 @@ nav > ol { nav > ol > li:nth-child(3) { height: calc(100% - 7em); overflow: auto; - padding:0; + padding: 0; } #pluginsNav { height: 100%; @@ -115,6 +115,7 @@ nav > ol > li:nth-child(3) { } nav li { padding: 0.5em 0.5em; + cursor: pointer; } nav > ol > li:not(:nth-child(3)):hover, #pluginsNav li:hover { background: #ccc; @@ -122,6 +123,8 @@ nav > ol > li:not(:nth-child(3)):hover, #pluginsNav li:hover { nav a { text-decoration: none; color:black; + display: inline-block; + width: 100%; } #pluginsNav { margin: 0;
+