mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
ced27f348f
Bug: T112599 Change-Id: Ie04aab468c80dabc84e1386e7529138e1101450e
22 lines
550 B
CSS
22 lines
550 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
|
|
*
|
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
|
* @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;
|
|
}
|
|
|
|
.ve-ui-mobileWindowManager .visualeditor-welcomedialog-content {
|
|
background-size: 11em;
|
|
}
|
|
|
|
.visualeditor-welcomedialog-content-text {
|
|
display: inline-block;
|
|
margin-top: 12em;
|
|
}
|