From 5a48395d6dd90fca555e843be4e201b897f2dfaa Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 7 Nov 2016 17:56:03 +0200 Subject: [PATCH] style(GUI): unify "close" top right corner X in all modals (#841) Every modal in the application should contain the same "close" X at the top right corner, for consistency purposes. The only modal lacking this button was the update notifier modal. Signed-off-by: Juan Cruz Viotti --- .../update-notifier/templates/update-notifier-modal.tpl.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gui/components/update-notifier/templates/update-notifier-modal.tpl.html b/lib/gui/components/update-notifier/templates/update-notifier-modal.tpl.html index f3b6fff0..9d76f919 100644 --- a/lib/gui/components/update-notifier/templates/update-notifier-modal.tpl.html +++ b/lib/gui/components/update-notifier/templates/update-notifier-modal.tpl.html @@ -1,5 +1,6 @@