Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css |
— | — | @@ -125,7 +125,7 @@ |
126 | 126 | /* Tool Tip */ |
127 | 127 | |
128 | 128 | .fbd-tooltip-overlay-wrap { |
129 | | - width: 285px; |
| 129 | + width: 296px; |
130 | 130 | position: absolute; |
131 | 131 | left: 1em; |
132 | 132 | top: 5.25em; |
— | — | @@ -154,14 +154,15 @@ |
155 | 155 | font-weight: bold; |
156 | 156 | font-size: 0.75em; |
157 | 157 | /* embed */ |
158 | | - background: url(images/mb-icon-16x16-alert.png) left top no-repeat; |
| 158 | + background: url(images/mb-icon-16x16-alert.png) 2px top no-repeat; |
159 | 159 | line-height: 18px; |
160 | | - padding-left: 20px; |
| 160 | + padding-left: 26px; |
161 | 161 | } |
162 | 162 | |
163 | 163 | .fbd-tooltip-close { |
164 | 164 | color: #FF9933; |
165 | 165 | float: right; |
| 166 | + margin: 0 2px; |
166 | 167 | } |
167 | 168 | |
168 | 169 | /* List */ |
Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.js |
— | — | @@ -672,7 +672,7 @@ |
673 | 673 | $tooltip.fadeOut( function(){ |
674 | 674 | $tooltip.remove(); |
675 | 675 | } ); |
676 | | - }, 1500 ); |
| 676 | + }, 2500 ); |
677 | 677 | } |
678 | 678 | |
679 | 679 | // On-load stuff |