Allow welcome dialog to be variable height

Bug: T164056
Change-Id: I277a709545151dbd51f92c21d6317a45b1088db2
This commit is contained in:
Ed Sanders 2017-05-04 13:08:33 +01:00
parent 9b86ebae7f
commit 485a159037

View file

@ -5,9 +5,6 @@
* @license The MIT License (MIT); see LICENSE.txt
*/
.visualeditor-welcomedialog-content {
background: url( images/welcomeSplash-ltr.png ) 50% 100% no-repeat;
background-size: 50%;
height: 200px;
text-align: center;
}
@ -16,6 +13,8 @@
}
.visualeditor-welcomedialog-content-text {
display: inline-block;
margin-top: 12em;
background: url( images/welcomeSplash-ltr.png ) 50% -2em no-repeat;
background-size: 50%;
display: block;
padding-top: 12em;
}