Bug 1418952 - style updates for about:devtools;r=nchevobbe

MozReview-Commit-ID: IFaDZBgmJPh

--HG--
extra : rebase_source : 2527b60e1bd23e9fd196296089ef9c0cea449d1b
This commit is contained in:
Julian Descottes 2017-11-20 11:48:38 +01:00
parent c186e09d03
commit a38e35b3bc

View File

@ -25,7 +25,10 @@
html, body {
min-width: 600px;
height: 100%;
}
body {
margin-top: 17vh;
}
p {
@ -33,23 +36,15 @@ p {
}
.box {
width: 100%;
max-width: 850px;
display: flex;
flex-shrink: 0;
}
#install-page .box {
padding: 17% 0 50px 0;
}
#welcome-page .box {
padding: 50px 0;
padding: 0 0 50px 0;
/* Compensate for the optional scrollbar. */
margin-right: calc(100% - 100vw);
}
.wrapper {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;