From 165dd3a4a610fe9be5ca4b3c8d76c39ac7b63d71 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 24 May 2015 15:32:47 -0500 Subject: [PATCH] Fixes for minor visual inconsistencies with popovers and toolbars Closes #5274, closes #5272, closes #5271 --- website/public/css/global-modules.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/public/css/global-modules.styl b/website/public/css/global-modules.styl index 5374bb1cfe..8e8908aac6 100644 --- a/website/public/css/global-modules.styl +++ b/website/public/css/global-modules.styl @@ -197,7 +197,7 @@ $hrpg-modal-dropdown @extend $hrpg-modal > div position: absolute - top: 3em + top: 2.9em min-width:110px border-radius:4px background-color:#fff @@ -261,7 +261,7 @@ $hrpg-modal-dropdown-left div right: 0px > ul:first-child:before, > div:first-child:before, h4:before - right: 1em + right: .5em $hrpg-modal-dropdown-right @extend $hrpg-modal-dropdown @media screen and (min-width:768px)