From dfdecfd478c77c80a9670fd57f6103777516585a Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 31 Mar 2019 18:22:07 +0200 Subject: [PATCH] [9.0.15] media bar selectpage width --- core/layout/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index ce9aac90..ed4333eb 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -315,8 +315,8 @@ td > .col12 { float: none !important; height: auto; } - #bar select { - width: 70%; + #bar #barSelectPage { + width: 70% !important; } #bar #barRight { font-size: 1.2em;