From 6a2c68701efd04c4aee892295afb524a069fb276 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 8 May 2014 12:50:42 +1000 Subject: [PATCH] Adding small class --- .../darkswarm/services/authentication_service.js.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/darkswarm/services/authentication_service.js.coffee b/app/assets/javascripts/darkswarm/services/authentication_service.js.coffee index dedea5e312..2e792f4642 100644 --- a/app/assets/javascripts/darkswarm/services/authentication_service.js.coffee +++ b/app/assets/javascripts/darkswarm/services/authentication_service.js.coffee @@ -9,7 +9,7 @@ Darkswarm.factory "AuthenticationService", (Navigation, $modal, $location)-> open: (path = false)=> @modalInstance = $modal.open templateUrl: 'authentication.html' - windowClass: "login-modal" + windowClass: "login-modal small" @modalInstance.result.then @close, @close @selectedPath = path || @selectedPath Navigation.navigate @selectedPath