From 46af72336aaeffba46de25a1d549948903148136 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 24 Aug 2015 13:52:13 -0400 Subject: [PATCH] updated ACP dropdown toggle so it's thicker --- public/less/admin/header.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/less/admin/header.less b/public/less/admin/header.less index 0dbbc1c59e..df91bd4787 100644 --- a/public/less/admin/header.less +++ b/public/less/admin/header.less @@ -20,6 +20,14 @@ right: 30px; bottom: 125px; + .dropdown { + margin-right: 0px; + + .dropdown-toggle i { + padding: 0 1rem; + } + } + #user_dropdown { font-size: 25px; color: #eee;