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/Screwdriver/screwdriver.css | 6 +++++- p/themes/Screwdriver/screwdriver.rtl.css | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'p/themes/Screwdriver') diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index d01e30ec0..965980014 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -535,12 +535,16 @@ a.btn { font-weight: normal; } +.box .box-title .configure { + margin-right: 4px; +} + .box .box-content { + padding-left: 30px; max-height: 260px; } .box .box-content .item { - padding: 0 10px; font-size: 0.9rem; line-height: 2.5em; } diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index 1cbc9e604..86489b0b4 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/p/themes/Screwdriver/screwdriver.rtl.css @@ -535,12 +535,16 @@ a.btn { font-weight: normal; } +.box .box-title .configure { + margin-left: 4px; +} + .box .box-content { + padding-right: 30px; max-height: 260px; } .box .box-content .item { - padding: 0 10px; font-size: 0.9rem; line-height: 2.5em; } -- cgit v1.2.3