jquery-ui/themes/base/tooltip.css

20 lines
357 B
CSS
Raw Normal View History

/*!
* jQuery UI Tooltip @VERSION
2012-07-04 13:08:08 +00:00
* http://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
2012-08-09 14:13:24 +00:00
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/tooltip/#theming
*/
.ui-tooltip {
2012-10-23 15:18:51 +00:00
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
}