Merge pull request #104 from bradmbaker/brad_baker_fixing_tooltips_v2

simplifying tooltip code
This commit is contained in:
Maxime Beauchemin 2016-01-09 08:29:05 -08:00
commit c9d42176f5
2 changed files with 3 additions and 6 deletions

View File

@ -230,3 +230,6 @@ img.loading {
div.header {
font-weight: bold;
}
li.widget {
z-index: 1000;
}

View File

@ -321,12 +321,6 @@ var px = (function() {
css = $(this).val();
$("#user_style").html(css);
});
// this sets the z-index for left side boxes higher
$('li.widget').each(function() {
current_col = $(this).attr('data-col');
$( this ).css('z-index', 100 - current_col);
});
}
// Export public functions