diff --git a/imp/js/dimpcore.js b/imp/js/dimpcore.js index 4defdb55112..f8adec1096f 100644 --- a/imp/js/dimpcore.js +++ b/imp/js/dimpcore.js @@ -178,7 +178,7 @@ var DimpCore = { updateMsgLog: function(log) { var df = document.createDocumentFragment(), - tmp = $('msgloglist').down('UL'); + tmp = $('msgloglist'); log.each(function(entry) { df.appendChild(new Element('LI').insert(new Element('SPAN', { className: 'iconImg imp-' + entry.t })).insert(entry.m.escapeHTML())); diff --git a/imp/templates/dynamic/mailbox.html.php b/imp/templates/dynamic/mailbox.html.php index b86c894f6e5..e1661a18905 100644 --- a/imp/templates/dynamic/mailbox.html.php +++ b/imp/templates/dynamic/mailbox.html.php @@ -164,9 +164,7 @@
- + diff --git a/imp/templates/dynamic/message.html.php b/imp/templates/dynamic/message.html.php index bc34e4c84d6..e2cbf65ea1d 100644 --- a/imp/templates/dynamic/message.html.php +++ b/imp/templates/dynamic/message.html.php @@ -101,9 +101,7 @@ - + diff --git a/imp/themes/default/dynamic/screen.css b/imp/themes/default/dynamic/screen.css index 44f7ea6dc64..c9ab893aff5 100644 --- a/imp/themes/default/dynamic/screen.css +++ b/imp/themes/default/dynamic/screen.css @@ -436,7 +436,7 @@ div.vpRowVert div.msgSubject { margin-right: 0; } -#msgloglist ul { +#msgloglist { list-style-type: none; } #msgloglist li {