From 5c91d9226ef617d8ffc4b6907a285e6498c47af0 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli <matthieu@mnapoli.fr> Date: Fri, 5 Jun 2015 16:31:29 +0200 Subject: [PATCH] Improve the appearance of the site selector (vertically aligned text + icon) --- .../CoreHome/angularjs/siteselector/siteselector.directive.less | 2 +- plugins/Morpheus/stylesheets/general/_forms.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/CoreHome/angularjs/siteselector/siteselector.directive.less b/plugins/CoreHome/angularjs/siteselector/siteselector.directive.less index ef952fce0c..38d883cf72 100644 --- a/plugins/CoreHome/angularjs/siteselector/siteselector.directive.less +++ b/plugins/CoreHome/angularjs/siteselector/siteselector.directive.less @@ -52,7 +52,7 @@ table.dataTable tr td .sites_autocomplete a { text-decoration: none; background: none; cursor: default; - padding: 9px 5px; + padding: 9px 5px 7px 5px; } #content.admin .adminTable .sites_autocomplete a { diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less index 5f5ff94300..2d1d30ab77 100644 --- a/plugins/Morpheus/stylesheets/general/_forms.less +++ b/plugins/Morpheus/stylesheets/general/_forms.less @@ -154,7 +154,7 @@ select { .custom_select_main_link:not(.loading):before { color: @theme-color-brand; font-size: 0.7em; - top: 2px; + top: 4px; right: 10px; content: ''; border-left: 4px solid transparent; -- GitLab