Moved tooltips from jquery.tooltip to jquery-cluetip

Also removed no longer needed jquery.tooltip related files

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-08-01 01:26:25 +02:00
parent ac6467f649
commit 0377233eb6
11 changed files with 62 additions and 730 deletions

View File

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