From d535f6869fa252af4cddd8394b2a53100ed6618c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 23 Oct 2012 11:18:51 -0400 Subject: [PATCH] Tooltip: Cleaned up CSS. --- themes/base/jquery.ui.tooltip.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css index acc39a002..89217ab00 100644 --- a/themes/base/jquery.ui.tooltip.css +++ b/themes/base/jquery.ui.tooltip.css @@ -7,12 +7,10 @@ * http://jquery.org/license */ .ui-tooltip { - padding:8px; - position:absolute; - z-index:9999; + padding: 8px; + position: absolute; + z-index: 9999; max-width: 300px; - -o-box-shadow: 0 0 5px #aaa; - -moz-box-shadow: 0 0 5px #aaa; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa; } @@ -20,4 +18,4 @@ * html .ui-tooltip { background-image: none; } -body .ui-tooltip { border-width:2px; } +body .ui-tooltip { border-width: 2px; } -- 2.39.5