Merge "Fix styles for error page template"

This commit is contained in:
Jenkins 2017-06-07 22:34:04 +00:00 committed by Gerrit Code Review
commit 665a2cd874
1 changed files with 2 additions and 4 deletions

View File

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