mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/dialogs/ve.ui.MWWelcomeDialog.css
Alex Monk ced27f348f Show welcome dialog on mobile too
Bug: T112599
Change-Id: Ie04aab468c80dabc84e1386e7529138e1101450e
2016-02-25 22:03:00 +00:00

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;
}