aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.tooltip.css
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2010-04-21 20:00:45 +0200
committerjzaefferer <joern.zaefferer@gmail.com>2010-04-21 20:00:45 +0200
commit19b76a14a85c000996e22a6377ff86dc931bbc1e (patch)
treecdb8707610db5b43e45c2581a76abe83170e9804 /themes/base/jquery.ui.tooltip.css
parent84e0ce168f109fbd5482c6c1ba09bbbb55592888 (diff)
downloadjquery-ui-19b76a14a85c000996e22a6377ff86dc931bbc1e.tar.gz
jquery-ui-19b76a14a85c000996e22a6377ff86dc931bbc1e.zip
Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where actually necessary
Diffstat (limited to 'themes/base/jquery.ui.tooltip.css')
-rw-r--r--themes/base/jquery.ui.tooltip.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css
index 652bf3386..145b079d2 100644
--- a/themes/base/jquery.ui.tooltip.css
+++ b/themes/base/jquery.ui.tooltip.css
@@ -2,7 +2,6 @@
----------------------------------*/
.ui-tooltip {
padding:8px;
- width:125px;
position:absolute;
z-index:9999;
-o-box-shadow: 0 0 5px #aaa;