Skip to content

Commit

Permalink
- Fix quota indicator position on Opera 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Jun 23, 2010
1 parent be6f3a9 commit 5c02401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions program/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4825,6 +4825,9 @@ function rcube_webmail()
quota_width = parseInt(quota / 100 * width),
pos = $(obj).position();

// Opera bug?
pos.top = Math.max(0, pos.top);

this.env.indicator_width = width;
this.env.indicator_height = height;

Expand Down

0 comments on commit 5c02401

Please sign in to comment.