Aleksander Machniak
2013-12-09 edca654ef0e3f2003de587c13f2402a9518972dd
Fix quota image broken in e71ceb0c98b33409af5978f0f33c6c95148bd86b (#1489467)
2 files modified
3 ■■■■ changed files
program/include/rcmail.php 2 ●●● patch | view | raw | blame | history
skins/larry/styles.css 1 ●●●● patch | view | raw | blame | history
program/include/rcmail.php
@@ -1630,7 +1630,7 @@
        $rcmail->output->add_script('rcmail.set_quota('.rcube_output::json_serialize($quota).');', 'docready');
        return html::span($attrib, '');
        return html::span($attrib, ' ');
    }
skins/larry/styles.css
@@ -2019,6 +2019,7 @@
#quotadisplay {
    left: 6px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #fff;