Skip to content

Commit

Permalink
simplifying tooltip code
Browse files Browse the repository at this point in the history
  • Loading branch information
BradBaker committed Jan 9, 2016
1 parent e36ebfe commit e4f45ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions panoramix/static/panoramix.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,6 @@ img.loading {
div.header {
font-weight: bold;
}
li.widget {
z-index: 1000;
}
6 changes: 0 additions & 6 deletions panoramix/static/panoramix.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4f45ac

Please sign in to comment.