Merge "Fix styles for error page template"
This commit is contained in:
commit
665a2cd874
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user