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/Origine-compact/origine-compact.rtl.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'p/themes/Origine-compact/origine-compact.rtl.css') diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index f3c5263c0..64e1c3aed 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -523,13 +523,17 @@ a.btn, border-radius: 5px 5px 0 0; } +.box .box-title .configure { + margin-left: 4px; +} + .box .box-content { + padding-right: 30px; min-height: 2.5em; max-height: 260px; } .box .box-content .item { - padding: 0 10px; font-size: 0.9rem; line-height: 2.5em; } -- cgit v1.2.3