From a03e933eb6e6be9c26cc6ea2eb248477f80bbdff Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Tue, 16 Jul 2013 19:16:22 +0000 Subject: [PATCH] Fix spacing --- app/assets/stylesheets/application/modal.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application/modal.css.scss b/app/assets/stylesheets/application/modal.css.scss index 1efd206aa3b..11a51e7288f 100644 --- a/app/assets/stylesheets/application/modal.css.scss +++ b/app/assets/stylesheets/application/modal.css.scss @@ -71,7 +71,7 @@ // Hardcode to be the same as before for now. I would recommend not using bootbox, or finding a way so the html structure can be the same .bootbox.modal { -position: fixed; + position: fixed; top: 50%; left: 50%; z-index: 1050;