From a1621c6759f32d8662dab2636d0c6ba7ca548084 Mon Sep 17 00:00:00 2001 From: vbenincasa Date: Sat, 23 Apr 2011 09:19:43 +0000 Subject: - Fix incorrect CSS class name call (.quota_text_normal to .quota_text_low) - Small improvement in the look of quota indicator --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js/app.js') diff --git a/program/js/app.js b/program/js/app.js index d0e408da2..da1394767 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -5113,7 +5113,7 @@ function rcube_webmail() bar1.addClass('quota_mid'); } else { - main.addClass(' quota_text_normal'); + main.addClass(' quota_text_low'); bar1.addClass('quota_low'); } -- cgit v1.2.3