Revision dd6ed3c6

b/ui/static/main.css
229 229
    margin: 10px 0 -2px 25px;
230 230
}
231 231

  
232
/* tooltip styling. by default the element to be styled is .tooltip  */
233
.tooltip {
234
	display:none;
235
    color: transparent; 
236
}
237

  
238 232
.modal {
239 233
    background-color:#fff;
240 234
    display:none;
b/ui/templates/home.html
87 87
		        }
88 88
	        });
89 89
        });
90
        $("ul.css-tabs a").tooltip({effect: 'fade', predelay: 1000, delay: 2, position: 'top center', opacity: 0.8});
91 90
    </script>
92 91
</body>
93 92
</html>

Also available in: Unified diff