[Commits] [rundmc] r473 committed - Make nicer tip border.
rundmc at googlecode.com
rundmc at googlecode.com
Mon Aug 30 16:04:17 PDT 2010
Revision: 473
Author: eric.bloch at gmail.com
Date: Mon Aug 30 16:03:49 2010
Log: Make nicer tip border.
http://code.google.com/p/rundmc/source/detail?r=473
Modified:
/trunk/js/functions.js
=======================================
--- /trunk/js/functions.js Wed Apr 28 10:09:36 2010
+++ /trunk/js/functions.js Mon Aug 30 16:03:49 2010
@@ -79,16 +79,22 @@
$('a.stip[title]').qtip({
position: {
corner: {
- target: 'bottomLeft',
- tooltip: 'topLeft'
+ target: 'topRight',
+ tooltip: 'bottomLeft'
},
adjust: {
- x: 25,
- y: 7
+ x: -2,
+ y: 2
}
},
style: {
- font: '1em Verdana, Arial, Helvetica, Sans-serif'
+ font: '1em Verdana, Arial, Helvetica, Sans-serif',
+ padding: 3,
+ border: {
+ width: 2,
+ radius: 3,
+ color: '#CDD1B4'
+ }
}
})
More information about the Commits
mailing list