2019-04-11 21:52:37 +00:00
|
|
|
.mx_GenericErrorPage {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_GenericErrorPage_box {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: auto;
|
|
|
|
width: 500px;
|
2019-06-05 17:32:02 +00:00
|
|
|
height: 125px;
|
2019-04-11 21:52:37 +00:00
|
|
|
border: 1px solid #f22;
|
2019-05-29 18:09:04 +00:00
|
|
|
padding: 10px 10px 20px;
|
2019-04-11 21:52:37 +00:00
|
|
|
background-color: #fcc;
|
|
|
|
}
|