Lines Matching refs:spacer
593 // add an extra one to mark the top/bottom of the last message footer spacer
622 var spacer = document.getElementById("conversation-header");
623 if (!spacer) {
624 console.log("can't set spacer for conversation header");
627 spacer.style.height = spacerHeight + "px";
632 var spacer = document.querySelector("#" + messageDomId + " > .mail-message-header");
633 if (!spacer) {
634 console.log("can't set spacer for message with id: " + messageDomId);
637 spacer.style.height = spacerHeight + "px";
652 // if the top border has changed, update the height of its spacer
656 console.log("can't set spacer for top border");
662 // if the bottom border has changed, update the height of its spacer
666 console.log("can't set spacer for bottom border");
730 var border = msg.children[1]; // get the border spacer as well