2015-05-08 21:46:16 +00:00
|
|
|
@import url("chrome://global/skin/in-content/common.css");
|
2012-09-06 23:23:01 +00:00
|
|
|
|
2015-05-08 21:46:16 +00:00
|
|
|
#errorPageContainer {
|
|
|
|
min-width: 50%;
|
2012-09-06 23:23:01 +00:00
|
|
|
}
|
|
|
|
|
2015-05-08 21:46:16 +00:00
|
|
|
#errorTitle {
|
2015-11-18 17:49:41 +00:00
|
|
|
background: url("chrome://global/skin/icons/info.svg") left 0 no-repeat;
|
2015-05-08 21:46:16 +00:00
|
|
|
background-size: 2em;
|
|
|
|
-moz-padding-start: 3em;
|
2012-09-06 23:23:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#button-box {
|
|
|
|
text-align: center;
|
|
|
|
width: 75%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2015-05-08 21:46:16 +00:00
|
|
|
button {
|
|
|
|
width: auto !important;
|
|
|
|
min-width: 150px;
|
|
|
|
}
|
2012-09-06 23:23:01 +00:00
|
|
|
|
2015-05-08 21:46:16 +00:00
|
|
|
@media all and (max-width: 300px) {
|
|
|
|
body {
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
#errorPageContainer {
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
#errorTitle {
|
|
|
|
background: none;
|
|
|
|
-moz-padding-start: 0 !important;
|
|
|
|
}
|
2012-09-06 23:23:01 +00:00
|
|
|
button {
|
|
|
|
width: auto !important;
|
2015-05-08 21:46:16 +00:00
|
|
|
min-width: auto !important;
|
2012-09-06 23:23:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|