diff --git a/openstack_dashboard/templates/500.html b/openstack_dashboard/templates/500.html index 6037fb6e2..66258203d 100644 --- a/openstack_dashboard/templates/500.html +++ b/openstack_dashboard/templates/500.html @@ -31,14 +31,12 @@ background: none repeat scroll 0% 0% rgb(250, 250, 250); } div#container { - position: absolute; - top: 80px; padding-top: 170px; - margin: 0px 0px 0px -196px; - left: 50%; + margin: 72px auto 0 auto; width: 390px; background: url("{% static "dashboard/img/logo.svg" %}") no-repeat scroll center 35px padding-box rgb(255, 255, 255); + background-size: 320px; border: 1px solid rgb(225, 225, 225); -webkit-border-radius: 6px;