From aabfdaffadd431abedadd1df69a2d9a16d73a9ab Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 1 Feb 2014 22:24:30 -0800 Subject: [PATCH] popover padding --- dist/ratchet.css | 1 + lib/sass/popovers.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/ratchet.css b/dist/ratchet.css index de8987e..87be85a 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -939,6 +939,7 @@ input[type="button"] { z-index: 20; display: none; width: 280px; + padding-top: 44px; margin-left: -140px; background-color: white; border-radius: 6px; diff --git a/lib/sass/popovers.scss b/lib/sass/popovers.scss index e9f0777..3ca92c9 100644 --- a/lib/sass/popovers.scss +++ b/lib/sass/popovers.scss @@ -9,6 +9,7 @@ z-index: 20; display: none; width: 280px; + padding-top: $bar-base-height; margin-left: -140px; background-color: $chrome-color; border-radius: $border-radius;