From 7a40548c584772dbd272f58254b0079ae22d1f89 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Thu, 7 Mar 2013 12:35:48 -0500 Subject: [PATCH] fixed tooltip positioning, closes #829 --- css/app.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 17cfefc26..9ba2e9e67 100644 --- a/css/app.css +++ b/css/app.css @@ -1560,21 +1560,23 @@ a.success-action { .tooltip-inner { display: inline-block; - padding: 5px 10px; + padding: 10px; font-size: 11px; font-weight: bold; background-color: white; - -webkit-border-radius: 4px; +/* -webkit-border-radius: 4px; -moz-border-radius: 4px; - border-radius: 4px; + border-radius: 4px;*/ } .tail { width: 200px; + height: 400px; pointer-events: none; opacity: .8; - margin-top: -15px; + margin-top: -200px; position: absolute; + background: transparent; } .tail::after { @@ -1591,6 +1593,16 @@ a.success-action { border-width: 5px 0 5px 5px; } +.tail div { + padding: 10px; + background: white; + position: absolute; + top: 180px; + left: 0; + right: 0; + margin: auto; +} + .left.tail::after { content: ""; position: absolute;