diff --git a/chrome/content/images/mailhops16.png b/chrome/content/images/mailhops16.png
new file mode 100644
index 0000000..8279289
Binary files /dev/null and b/chrome/content/images/mailhops16.png differ
diff --git a/chrome/content/images/mailhops24.png b/chrome/content/images/mailhops24.png
new file mode 100644
index 0000000..6e54767
Binary files /dev/null and b/chrome/content/images/mailhops24.png differ
diff --git a/chrome/content/mailhops-2-msgNotificationBar.js b/chrome/content/mailhops-2-msgNotificationBar.js
index bd8097e..df1151b 100644
--- a/chrome/content/mailhops-2-msgNotificationBar.js
+++ b/chrome/content/mailhops-2-msgNotificationBar.js
@@ -18,6 +18,7 @@ var mailHopsDisplay =
this.options = options;
this.mhBox = document.getElementById("mailhopsNoficationBox");
+ this.mhNoteBox = document.getElementById("mailhopsNotification");
this.resultBox = document.getElementById("mailhopsResult");
this.resultText = document.getElementById("mailhopsResultText");
this.mailhopsResultWeather = document.getElementById("mailhopsResultWeather");
@@ -25,7 +26,8 @@ var mailHopsDisplay =
this.resultDetails = document.getElementById("mailhopsDataPaneDetails");
this.mailHopsAccountMessage = document.getElementById("mailHopsAccountMessage");
this.mailhopsDataPaneHops = document.getElementById("mailhopsDataPaneHops");
-
+
+
//auth
this.mailhopsDataPaneSPF = document.getElementById("mailhopsDataPaneSPF");
this.mailhopsDataPaneDKIM = document.getElementById("mailhopsDataPaneDKIM");
@@ -33,7 +35,8 @@ var mailHopsDisplay =
this.mailhopsDataPaneDNSBL = document.getElementById("mailhopsDataPaneDNSBL");
//wait for message to be selected before showing
- if(!reload && this.mhBox) this.mhBox.style.display = 'none';
+ if (!reload && this.mhBox)
+ this.mhBox.style.display = 'none';
//event listner for route click to launch map
this.mailhopsDataPaneDNSBL.addEventListener("click", function () {
@@ -70,12 +73,12 @@ var mailHopsDisplay =
});
if(!!options.bar_color)
- this.mhBox.style.background = options.bar_color;
+ this.mhNoteBox.style.background = options.bar_color;
else
- this.mhBox.style.background = '';
+ this.mhNoteBox.style.background = '';
if(!!options.font_size)
- this.mhBox.style.fontSize = options.font_size;
+ this.mhNoteBox.style.fontSize = options.font_size;
if(!!options.font_color){
this.resultText.style.color = options.font_color;
diff --git a/chrome/content/mailhops-3.js b/chrome/content/mailhops-3.js
index 46341cb..0fc061d 100644
--- a/chrome/content/mailhops-3.js
+++ b/chrome/content/mailhops-3.js
@@ -8,7 +8,7 @@ var mailHops = {
msgURI: null,
isLoaded: false,
options: {
- 'version':'MailHops Plugin 3.7.1',
+ 'version':'MailHops Plugin 3.7.3',
'lan':'en',
'unit':'mi',
'api_http':'https://',
diff --git a/chrome/content/msgNotificationBar.xul b/chrome/content/msgNotificationBar.xul
index fe9af61..3d2cd88 100644
--- a/chrome/content/msgNotificationBar.xul
+++ b/chrome/content/msgNotificationBar.xul
@@ -12,9 +12,11 @@
-
-
-
+
+
+
+
+
@@ -41,6 +43,8 @@
+
+
diff --git a/chrome/content/preferences.xul b/chrome/content/preferences.xul
index 81ea002..a98945c 100644
--- a/chrome/content/preferences.xul
+++ b/chrome/content/preferences.xul
@@ -32,7 +32,7 @@
- API Key
+ API Key
@@ -485,7 +485,7 @@
- Use any .
+ Use any .
@@ -565,7 +565,7 @@
-
+
@@ -601,7 +601,7 @@
- MailHops API uses to get the weather of the sender, register for an API Key to enable this feature.
+ MailHops API uses to get the weather of the sender, register for an API Key to enable this feature.
diff --git a/chrome/skin/classic/msgNotificationBar.css b/chrome/skin/classic/msgNotificationBar.css
index 91fe14e..37b5513 100644
--- a/chrome/skin/classic/msgNotificationBar.css
+++ b/chrome/skin/classic/msgNotificationBar.css
@@ -1,6 +1,6 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
- #mailhopsResultText { padding-left:20px; background-repeat: no-repeat; }
+#mailhopsResultText { padding-left:20px; background-repeat: no-repeat; }
#mailhopsNoficationBox menuitem .menu-iconic-icon { width: 16px; height: 11px; }
@@ -36,10 +36,14 @@
font-size: 14px;
line-height: 24px;
font-weight: normal;
- background: #5E7A9B;
- display: block;
position: relative;
- padding: 5px;
+ max-height: 50px;
+ width: 100%;
+ margin: auto;
+}
+
+#mailhopsNotification {
+ background: #f7f7f7;
}
#mailhopsResult {
@@ -111,7 +115,7 @@
border: 1px solid #CCC;
color: #333;
background-color: #FFF;
- position: absolute;
+ position: fixed;
margin-top: 0;
z-index: 10000;
}
@@ -146,4 +150,9 @@
color: #333;
background-color: #e5e5e5;
border-radius: 10px;
+}
+
+#mailhopsNoficationBox .messageCloseButton,
+#mailhopsNoficationBox .messageDetails:nth-child(2) {
+ display: none!important;
}
\ No newline at end of file
diff --git a/images/screenshot-notificationbar.png b/images/screenshot-notificationbar.png
new file mode 100644
index 0000000..6677401
Binary files /dev/null and b/images/screenshot-notificationbar.png differ
diff --git a/images/screenshot-notificationbar2.png b/images/screenshot-notificationbar2.png
new file mode 100644
index 0000000..9fb4e8b
Binary files /dev/null and b/images/screenshot-notificationbar2.png differ
diff --git a/images/screenshot-thunderbird.png b/images/screenshot-thunderbird.png
deleted file mode 100644
index 3f90179..0000000
Binary files a/images/screenshot-thunderbird.png and /dev/null differ
diff --git a/manifest.json b/manifest.json
index 297f0b8..8379bbe 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
- "version": "3.7.1",
+ "version": "3.7.3",
"author": "Hopsware LLC",
"developer": {
"name": "Andrew Van Tassel",