mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Allow welcome dialog to be variable height
Bug: T164056 Change-Id: I277a709545151dbd51f92c21d6317a45b1088db2
This commit is contained in:
parent
9b86ebae7f
commit
485a159037
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue