diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2017-02-07 18:06:12 +0000 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2017-02-07 18:06:12 +0000 |
commit | b8cd70cbe9a0e0eac65351ed6961c36f2b65397b (patch) | |
tree | 47056f161352a4c8cc739a9e0bacd5f879e4dfeb /static/jquery-ui/base/jquery.ui.tooltip.css | |
download | Chimère - projet Saclay-b8cd70cbe9a0e0eac65351ed6961c36f2b65397b.tar.bz2 Chimère - projet Saclay-b8cd70cbe9a0e0eac65351ed6961c36f2b65397b.zip |
Initial commit
Diffstat (limited to 'static/jquery-ui/base/jquery.ui.tooltip.css')
-rw-r--r-- | static/jquery-ui/base/jquery.ui.tooltip.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/static/jquery-ui/base/jquery.ui.tooltip.css b/static/jquery-ui/base/jquery.ui.tooltip.css new file mode 100644 index 0000000..bede6fc --- /dev/null +++ b/static/jquery-ui/base/jquery.ui.tooltip.css @@ -0,0 +1,19 @@ +/*! + * jQuery UI Tooltip 1.10.1 + * http://jqueryui.com + * + * Copyright 2013 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + */ +.ui-tooltip { + padding: 8px; + position: absolute; + z-index: 9999; + max-width: 300px; + -webkit-box-shadow: 0 0 5px #aaa; + box-shadow: 0 0 5px #aaa; +} +body .ui-tooltip { + border-width: 2px; +} |