Update jQueryUI to include tool tips

This commit is contained in:
Andrew Miner
2015-01-12 12:56:09 -08:00
parent 833d255dce
commit a2f4484235
17 changed files with 491 additions and 14 deletions
+11
View File
@@ -150,3 +150,14 @@
left: auto;
right: 0;
}
.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;
}