mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/dialogs/ve.ui.MWWelcomeDialog.css
Ed Sanders 2496fcefb0 Fix layout of welcome dialog on smaller screens
Bug: T191095
Change-Id: Ic329fe22a6758fe58ec56dc3b5a293b83d9b38fb
2018-04-12 23:15:15 +01:00

15 lines
395 B
CSS

/*!
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
*
* @copyright 2011-2018 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% -1em no-repeat;
background-size: contain;
display: block;
text-align: center;
padding-top: 12em;
}