Flexboxify generic error page

pull/21833/head
Travis Ralston 2019-06-27 12:10:58 -06:00
parent 7f2ab39609
commit 7e8eda33fc
1 changed files with 5 additions and 7 deletions

View File

@ -2,17 +2,15 @@
width: 100%;
height: 100%;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.mx_GenericErrorPage_box {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
display: inline;
width: 500px;
height: 125px;
min-height: 125px;
border: 1px solid #f22;
padding: 10px 10px 20px;
background-color: #fcc;