Modified jquery tipsy css
This commit is contained in:
parent
854eccfb76
commit
2bebe7f025
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; width: 270px }
|
||||
.tipsy-inner { background-color: #000; color: #FFF; max-width: 300px; padding: 5px 8px 4px 8px; text-align: center; }
|
||||
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; width: auto }
|
||||
.tipsy-inner { background-color: #000; color: #FFF; max-width: 300px; padding: 5px 8px 4px 5px; }
|
||||
|
||||
/* Rounded corners */
|
||||
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue