mediawiki-extensions-Visual.../modules/ve-mw/init/styles/ve.init.MWVESwitchConfirmDialog.css
Alex Monk 0bbe2e38ee Add a popup after switching into VE from WTE
Bug: T131066
Change-Id: I2294da7d09dfbacb9187aba5e6e703511cec3c9f
2016-04-20 18:46:00 -07:00

33 lines
662 B
CSS

/*!
* VisualEditor MediaWiki Initialization edit switching styles.
*
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-init-mw-editSwitch {
float: right;
margin: 0;
}
.ve-init-mw-editSwitch .oo-ui-iconElement-icon {
opacity: 0.8;
}
.ve-init-mw-editSwitch .oo-ui-popupWidget-head {
font-weight: bold;
}
.ve-init-mw-editSwitch .oo-ui-popupWidget-body > :first-child {
margin-top: 0;
}
.ve-init-mw-editSwitch .oo-ui-popupWidget-body > :last-child {
margin-bottom: 1em;
}
.oo-ui-tool-name-editModeSource .ve-init-mw-editSwitch {
padding: 0.5em 1em 0;
line-height: 1.6;
}