Fix quota image broken in e71ceb0c98 (#1489467)

pull/158/merge
Aleksander Machniak 11 years ago
parent fd0c123e44
commit edca654ef0

@ -1630,7 +1630,7 @@ class rcmail extends rcube
$rcmail->output->add_script('rcmail.set_quota('.rcube_output::json_serialize($quota).');', 'docready');
return html::span($attrib, '');
return html::span($attrib, ' ');
}

@ -2019,6 +2019,7 @@ select.decorated option {
#quotadisplay {
left: 6px;
height: 18px;
font-size: 12px;
font-weight: bold;
text-shadow: 0px 1px 1px #fff;

Loading…
Cancel
Save