diff --git a/resources/report/css/overrides.css b/resources/report/css/overrides.css index 01889702..cde92691 100644 --- a/resources/report/css/overrides.css +++ b/resources/report/css/overrides.css @@ -45,11 +45,6 @@ html /deep/ paper-tab::shadow #ink { font-size: 10pt; } -/* This override change the position of the link in so that it doesn't cover up tooltips. */ -loot-plugin-item::shadow ::content > a { - left: 112px; -} - /* This override change the positioning of the progress dialog to adapt to content changes. */ #progressDialog { position: inherit !important; @@ -78,4 +73,26 @@ html /deep/ paper-dropdown > div { /* This stops the main core-list having its own scrollbars. */ #main > core-list { overflow-y: initial !important; +} + +/* This makes paper-menu-button icons align like paper-icon-buttons do. */ +html /deep/ paper-menu-button > paper-icon-button, +html /deep/ core-tooltip > paper-icon-button, +html /deep/ core-tooltip > core-icon { + display: block; +} + +/* Center paper-dropdown-menu text better. */ +html /deep/ paper-dropdown-menu { + padding-top: 0; +} + +/* This adds padding between icons and text in menus. */ +html /deep/ paper-item > core-icon { + margin-right: 1em; +} + +/* This makes checkboxes have the same padding as icons in lists. */ +html /deep/ paper-checkbox::shadow #checkboxLabel { + padding-left: 1em; } \ No newline at end of file diff --git a/resources/report/css/style.css b/resources/report/css/style.css index bb8d8e1f..ac185f5d 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -82,13 +82,6 @@ section { #generalMessages { margin-bottom: 0.5em; } -paper-item > core-icon { - margin-right: 0.5em; -} - - - - #about blockquote { white-space: pre;