зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1475025
- Vertically center the various error pages r=johannh
--HG-- extra : rebase_source : 3f43e92511c39a58e7bcb1e524175490dcf24639
This commit is contained in:
Родитель
c0e0b96fbe
Коммит
dd4332f07c
|
@ -178,7 +178,6 @@ function initPage() {
|
|||
}
|
||||
if (showCaptivePortalUI) {
|
||||
initPageCaptivePortal();
|
||||
updateContainerPosition();
|
||||
return;
|
||||
}
|
||||
if (gIsCertError) {
|
||||
|
@ -295,7 +294,6 @@ function initPage() {
|
|||
span.textContent = document.location.hostname;
|
||||
}
|
||||
}
|
||||
updateContainerPosition();
|
||||
}
|
||||
|
||||
function updateContainerPosition() {
|
||||
|
|
|
@ -13,6 +13,7 @@ body.certerror {
|
|||
border-color: #ffe900;
|
||||
border-width: 16px;
|
||||
width: 100%;
|
||||
justify-content: normal;
|
||||
}
|
||||
|
||||
body.captiveportal .title {
|
||||
|
|
|
@ -17,6 +17,7 @@ body {
|
|||
min-height: 100vh;
|
||||
padding: 40px 48px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
body.wide-container {
|
||||
|
|
Загрузка…
Ссылка в новой задаче