2
0
forked from Wavyzz/dolibarr

New: add tooltip plugin for jQuery

Info: la version finale de jQuery UI 1.9 contiendra un widget tooltip
This commit is contained in:
Regis Houssin
2010-10-21 23:22:32 +00:00
parent 8753a8cdeb
commit c62aee6c02
3 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
#tooltip {
position: absolute;
z-index: 3000;
border: 1px solid #111;
background-color: #eee;
padding: 5px;
opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }