From 41fa01aa7b72904e8f70d411c51c7d08d573c591 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 21 Feb 2018 16:59:14 +0100 Subject: [PATCH] =?UTF-8?q?Se=20ajusta=20el=20control=20de=20selecci=C3=B3?= =?UTF-8?q?n=20de=20componentes=20de=20'Mi=20p=C3=A1gina'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/stylesheets/application.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index c084164..3ffc3ea 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -628,6 +628,11 @@ div#content > div.contextual:first-child a { height: 33px; line-height: 33px; } +div#content > div.contextual:first-child select { + margin: 3px 0; + height: 27px; + line-height: 27px; +} div#content > div.contextual:first-child .icon { padding: 0 3px 0 20px; }