diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-23 11:18:51 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-23 11:19:08 -0400 |
commit | d535f6869fa252af4cddd8394b2a53100ed6618c (patch) | |
tree | 2455d8c4c20f6e8db8377988a3febf9c25eb7f52 /themes/base | |
parent | e1230997aa14dae6f35326c8ba20bfe2428507c2 (diff) | |
download | jquery-ui-d535f6869fa252af4cddd8394b2a53100ed6618c.tar.gz jquery-ui-d535f6869fa252af4cddd8394b2a53100ed6618c.zip |
Tooltip: Cleaned up CSS.
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/jquery.ui.tooltip.css | 10 |
1 files 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; } |