diff --git a/mail/extensions/newsblog/content/FeedItem.js b/mail/extensions/newsblog/content/FeedItem.js index 89e596de389..ae83731f2da 100755 --- a/mail/extensions/newsblog/content/FeedItem.js +++ b/mail/extensions/newsblog/content/FeedItem.js @@ -66,17 +66,6 @@ const MESSAGE_TEMPLATE = "\n\ border: none;\n\ padding: 0;\n\ }\n\ - #toolbar {\n\ - position: fixed;\n\ - top: 0;\n\ - right: 0;\n\ - left: 0;\n\ - height: 1.4em;\n\ - margin: 0;\n\ - border-bottom: thin solid black;\n\ - padding-left: 0.5em;\n\ - background-color: -moz-dialog;\n\ - }\n\ %STYLE%\n\ \n\ \n\ @@ -95,7 +84,7 @@ const REMOTE_CONTENT_TEMPLATE = "\n\ const REMOTE_STYLE = "\n\ iframe {\n\ position: fixed;\n\ - top: 1.4em;\n\ + top: 0;\n\ right: 0;\n\ bottom: 0;\n\ left: 0;\n\ diff --git a/mail/extensions/newsblog/js/newsblog.js b/mail/extensions/newsblog/js/newsblog.js index 69555df2a8c..048889a0f40 100755 --- a/mail/extensions/newsblog/js/newsblog.js +++ b/mail/extensions/newsblog/js/newsblog.js @@ -686,17 +686,6 @@ const MESSAGE_TEMPLATE = "\n\ border: none;\n\ padding: 0;\n\ }\n\ - #toolbar {\n\ - position: fixed;\n\ - top: 0;\n\ - right: 0;\n\ - left: 0;\n\ - height: 1.4em;\n\ - margin: 0;\n\ - border-bottom: thin solid black;\n\ - padding-left: 0.5em;\n\ - background-color: -moz-dialog;\n\ - }\n\ %STYLE%\n\ \n\ \n\ @@ -715,7 +704,7 @@ const REMOTE_CONTENT_TEMPLATE = "\n\ const REMOTE_STYLE = "\n\ iframe {\n\ position: fixed;\n\ - top: 1.4em;\n\ + top: 0;\n\ right: 0;\n\ bottom: 0;\n\ left: 0;\n\