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 +++++++----- p/themes/Ansum/ansum.css | 11 +++++++---- p/themes/Ansum/ansum.rtl.css | 11 +++++++---- 3 files changed, 21 insertions(+), 13 deletions(-) (limited to 'p/themes/Ansum') 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; diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 3843b6369..2be5b797b 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -392,9 +392,6 @@ form th { color: #363330; border-radius: 2px 2px 0 0; } -.box .box-title img { - margin-right: 0.75rem; -} .box .box-title:hover .configure { background: url("icons/cog.svg") no-repeat 4px 4px; display: block; @@ -428,8 +425,14 @@ form th { .box .box-title form .dropdown a.dropdown-toggle img { display: none; } +.box .box-title .configure { + margin-right: 4px; +} +.box .box-content { + padding-left: 30px; +} .box .box-content .item { - padding: 0.5rem 0.75rem; + padding: 0.5rem 0; color: #363330; font-size: 1rem; border-bottom: 1px solid #f5f0ec; diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index e78a04795..ae61d4b94 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -392,9 +392,6 @@ form th { color: #363330; border-radius: 2px 2px 0 0; } -.box .box-title img { - margin-left: 0.75rem; -} .box .box-title:hover .configure { background: url("icons/cog.svg") no-repeat 4px 4px; display: block; @@ -428,8 +425,14 @@ form th { .box .box-title form .dropdown a.dropdown-toggle img { display: none; } +.box .box-title .configure { + margin-left: 4px; +} +.box .box-content { + padding-right: 30px; +} .box .box-content .item { - padding: 0.5rem 0.75rem; + padding: 0.5rem 0; color: #363330; font-size: 1rem; border-bottom: 1px solid #f5f0ec; -- cgit v1.2.3