diff --git a/htmlContent/ewf-include-dialog.html b/htmlContent/ewf-include-dialog.html
index dedb236..1363020 100644
--- a/htmlContent/ewf-include-dialog.html
+++ b/htmlContent/ewf-include-dialog.html
@@ -1,6 +1,5 @@
diff --git a/main.js b/main.js
index 9e12809..750c98d 100644
--- a/main.js
+++ b/main.js
@@ -223,8 +223,7 @@ define(function (require, exports, module) {
function _showHowtoDialog() {
var dlg = Dialogs.showModalDialogUsingTemplate(ewfHowtoDialogTemplate);
- dlg.getElement().find(".close").on("click", dlg.close.bind(dlg));
-
+
$(".edge-web-fonts-howto-diagram").css("background-image", "-webkit-image-set(url('" + howtoDiagramURL + "') 1x, url('" + howtoDiagramHiDPIURL + "') 2x)");
}
@@ -455,8 +454,7 @@ define(function (require, exports, module) {
}
editor.focus();
});
- dlg.getElement().find(".close").on("click", dlg.close.bind(dlg));
-
+
webfont.renderPicker($('.edge-web-fonts-browse-dialog.instance'));
$(webfont).on("ewfFontChosen", function () {
@@ -498,7 +496,6 @@ define(function (require, exports, module) {
} else {
includeString = webfont.createInclude(fontFamilies);
var dlg = Dialogs.showModalDialogUsingTemplate(ewfIncludeDialogTemplate);
- dlg.getElement().find(".close").on("click", dlg.close.bind(dlg));
$('.instance .ewf-include-string').html(StringUtils.htmlEscape(includeString)).focus().select();
}
}
diff --git a/nls/de/strings.js b/nls/de/strings.js
index 25a5cd8..0cf2f4e 100644
--- a/nls/de/strings.js
+++ b/nls/de/strings.js
@@ -28,6 +28,7 @@ define({
"PRODUCT_NAME" : "Adobe Edge Web Fonts",
"DIALOG_DONE" : "Fertig",
+ "CANCEL" : "Abbrechen",
"SEARCH_PLACEHOLDER" : "Suchen",
"BROWSE_FONTS_INSTRUCTIONS" : "Suchen und wählen Sie die Schrift, die Sie in ihrem Webprojekt integrieren möchten.",
"CODEHINT_BROWSE" : "Web-Fonts durchsuchen...", // Needs to be short to fit in popup, but not sure about acronym
diff --git a/nls/fr/strings.js b/nls/fr/strings.js
index 048beda..1408da9 100644
--- a/nls/fr/strings.js
+++ b/nls/fr/strings.js
@@ -28,6 +28,7 @@ define({
"PRODUCT_NAME": "Edge Web Fonts",
"DIALOG_DONE": "Terminé",
+ "CANCEL": "Annuler",
"SEARCH_PLACEHOLDER": "Rechercher",
"BROWSE_FONTS_INSTRUCTIONS": "Recherchez et sélectionnez la police Web que vous souhaitez inclure dans votre projet Web.",
"CODEHINT_BROWSE": "Parcourir les polices Web...",
diff --git a/nls/ja/strings.js b/nls/ja/strings.js
index 00ffa4b..32a5650 100644
--- a/nls/ja/strings.js
+++ b/nls/ja/strings.js
@@ -28,6 +28,7 @@ define({
"PRODUCT_NAME": "Edge Web Fonts",
"DIALOG_DONE": "完了",
+ "CANCEL": "キャンセル",
"SEARCH_PLACEHOLDER": "検索",
"BROWSE_FONTS_INSTRUCTIONS": "Web プロジェクトに追加する Web フォントを探して選択してください。",
"CODEHINT_BROWSE": "Web Fonts を検索...",
diff --git a/nls/root/strings.js b/nls/root/strings.js
index 785c66b..57fd967 100644
--- a/nls/root/strings.js
+++ b/nls/root/strings.js
@@ -28,6 +28,7 @@ define({
"PRODUCT_NAME" : "Edge Web Fonts",
"DIALOG_DONE" : "Done",
+ "CANCEL" : "Cancel",
"SEARCH_PLACEHOLDER" : "Search",
"BROWSE_FONTS_INSTRUCTIONS" : "Browse for and select the web font you wish to include in your web project.",
"CODEHINT_BROWSE" : "Browse Web Fonts...", // Needs to be short to fit in popup, but not sure about acronym
diff --git a/package.json b/package.json
index a98eb7e..4b0fdeb 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "edge-code-web-fonts",
"title": "Adobe Edge Web Fonts",
"description": "Adobe Edge Web Fonts gives you access to a free, high-quality web font library made possible by contributions from Adobe, Google, and designers around the world. The fonts are served by Typekit, so you can be sure of high performance and stability.",
- "version": "0.1.3",
+ "version": "0.1.4",
"keywords": [".css", ".html"],
"homepage": "http://html.adobe.com/edge/webfonts/",
"bugs": "https://github.com/adobe/brackets-edge-web-fonts/issues",
diff --git a/styles/ewf-brackets.css b/styles/ewf-brackets.css
index 30a0030..a901dc5 100644
--- a/styles/ewf-brackets.css
+++ b/styles/ewf-brackets.css
@@ -21,13 +21,6 @@
*
*/
-.edge-web-fonts-browse-dialog .modal-header .close,
-.edge-web-fonts-include-dialog .modal-header .close,
-.edge-web-fonts-howto-dialog .modal-header .close {
- margin-top: 0px;
- line-height: 40px;
-}
-
.edge-web-fonts-browse-dialog .modal-body {
width: 520px;
padding: 15px 0 15px 15px;