2012-02-27 00:49:51 +00:00
|
|
|
/*!
|
2011-01-11 02:44:25 +00:00
|
|
|
* jQuery UI Tooltip @VERSION
|
2012-07-04 13:08:08 +00:00
|
|
|
* http://jqueryui.com
|
2011-01-11 02:44:25 +00:00
|
|
|
*
|
2014-12-21 18:27:43 +00:00
|
|
|
* Copyright jQuery Foundation and other contributors
|
2012-08-09 14:13:24 +00:00
|
|
|
* Released under the MIT license.
|
2011-01-11 02:44:25 +00:00
|
|
|
* http://jquery.org/license
|
2013-06-06 02:03:09 +00:00
|
|
|
*
|
|
|
|
* http://api.jqueryui.com/tooltip/#theming
|
2011-01-11 02:44:25 +00:00
|
|
|
*/
|
2010-04-08 21:21:47 +00:00
|
|
|
.ui-tooltip {
|
2012-10-23 15:18:51 +00:00
|
|
|
padding: 8px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 9999;
|
2012-10-23 14:15:19 +00:00
|
|
|
max-width: 300px;
|
2010-04-08 21:21:47 +00:00
|
|
|
}
|
2012-11-20 00:29:01 +00:00
|
|
|
body .ui-tooltip {
|
|
|
|
border-width: 2px;
|
|
|
|
}
|