Adding small class

This commit is contained in:
Will Marshall
2014-05-08 12:50:42 +10:00
parent de369d938f
commit 6a2c68701e

View File

@@ -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