From 3e8522559d476e051fc1ecb654c61ff2276efbdd Mon Sep 17 00:00:00 2001
From: Claas Kazzer <kazzer@uni-leipzig.de>
Date: Mon, 30 Aug 2021 16:21:28 +0200
Subject: [PATCH] refs #20436 [fid_adlr] Maintenance button positions fixes

* fixes action buttons to the right of search control on LG
* fixes previous SCSS to fully apply
* extends application width for fix
---
 themes/fid_adlr/scss/compiled.scss | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/themes/fid_adlr/scss/compiled.scss b/themes/fid_adlr/scss/compiled.scss
index bd256a039a5..9f7067bb35c 100644
--- a/themes/fid_adlr/scss/compiled.scss
+++ b/themes/fid_adlr/scss/compiled.scss
@@ -1864,6 +1864,12 @@ input.searchForm_lookfor {
   }
 }
 
+.sort-inner select {
+  @media screen and (min-width: $screen-lg-min) and (max-width: 1682px) {
+    padding-right: 0;
+  }
+}
+
 .mailsave {
   span {
     margin-left: .8em;
-- 
GitLab