summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-28 11:06:52 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-28 11:06:52 +0200
commit54d95f5897235009f670a8de262333fe528875cf (patch)
treebc06a7ecaf05fa2035e0857514c8f58541bbe99c /app/views/layouts/devise.html.haml
parente6b5f4ade9d7dc5aae1bcb41be4fc74cf751fb92 (diff)
downloadgitlab-ce-54d95f5897235009f670a8de262333fe528875cf.tar.gz
Restyle flash message. Not it does not overflow head panel
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 36c6b4c6c35..e790b22c9df 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -3,4 +3,7 @@
= render "layouts/head"
%body.ui_basic.login-page
= render "layouts/flash"
- .container= yield
+ .container
+ .content
+ %center
+ = yield