diff options
| author | netbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-04-23 09:19:43 +0000 |
|---|---|---|
| committer | netbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-04-23 09:19:43 +0000 |
| commit | 6127c9c12fc6fecee8562c3e4c823bd7a382178f (patch) | |
| tree | d51aac4c63f87e1fb15f85c45e1c6945504ac999 /roundcubemail/program/js | |
| parent | 7ba0d165bb4042a051d688a5b0f7e3aba6a73dd3 (diff) | |
- Fix incorrect CSS class name call (.quota_text_normal to .quota_text_low)
- Small improvement in the look of quota indicator
git-svn-id: https://svn.roundcube.net/trunk@4686 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index d0e408da2..da1394767 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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'); } |
