From 8b80c4cc8f4f7fc11618e407c1e5e0ec13439b29 Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 12 Sep 2021 12:06:29 +0200 Subject: Settings: User queries - layout upgrade (#3827) * draft * deleted the out commeted code * improved alert messages * Update queries.phtml * Theme base-theme/template.css * fixed theme: Origin * Fixed: Theme Adark * Fixed: Theme Ansum * Fix: Theme BlueLagoon * Fix: Theme Dark * Fix: Theme Flat * Fix: Theme Mapco * Fix: Theme Mapco (SCSS) * Fix: Theme Origine-compact * Fix: Theme Pafat * Fix: Theme Screwdriver * Fix: Theme Swage * Lint CSS, RTL, and i18n Co-authored-by: Alexandre Alapetite --- p/themes/Ansum/_components.scss | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'p/themes/Ansum/_components.scss') diff --git a/p/themes/Ansum/_components.scss b/p/themes/Ansum/_components.scss index 6bafe1564..d8167d0cd 100644 --- a/p/themes/Ansum/_components.scss +++ b/p/themes/Ansum/_components.scss @@ -221,10 +221,6 @@ // border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; - img { - margin-right: 0.75rem; - } - &:hover { .configure { background: url("icons/cog.svg") no-repeat 4px 4px; @@ -269,12 +265,18 @@ } } } + + .configure { + margin-right: 4px; + } } .box-content { // max-height: 260px; + padding-left: 30px; + .item { - padding: 0.5rem 0.75rem; + padding: 0.5rem 0; color: $main-font-color; font-size: 1rem; border-bottom: 1px solid $grey-light; -- cgit v1.2.3