Fixes for minor visual inconsistencies with popovers and toolbars

Closes #5274, closes #5272, closes #5271
This commit is contained in:
Blade Barringer 2015-05-24 15:32:47 -05:00
parent 047ce0141f
commit 165dd3a4a6

View file

@ -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)