2018-10-26 21:45:42 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki DesktopArticleTarget Minerva skin init styles.
|
|
|
|
*
|
2019-01-01 13:24:23 +00:00
|
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
2018-10-26 21:45:42 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* stylelint-disable selector-max-id */
|
|
|
|
|
|
|
|
.ve-edit-source .mw-ui-icon,
|
|
|
|
.ve-edit-visual .mw-ui-icon {
|
|
|
|
position: absolute;
|
|
|
|
opacity: 0.65;
|
|
|
|
transform: scale( 0.6 );
|
2019-03-26 19:54:04 +00:00
|
|
|
right: 0;
|
2018-10-26 21:45:42 +00:00
|
|
|
bottom: 0;
|
|
|
|
transform-origin: bottom right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-edit-source .mw-ui-icon:before,
|
2019-03-26 19:54:04 +00:00
|
|
|
.ve-edit-source.mw-ui-icon:before,
|
|
|
|
.ve-edit-visual .mw-ui-icon:before,
|
|
|
|
.ve-edit-visual.mw-ui-icon:before {
|
2018-10-26 21:45:42 +00:00
|
|
|
/* Override weird styles from MW-UI */
|
|
|
|
margin-right: 0;
|
2019-03-26 19:54:04 +00:00
|
|
|
background-size: contain;
|
2018-10-26 21:45:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-editsection-divider {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-03-26 19:54:04 +00:00
|
|
|
.mw-editsection .ve-edit-source,
|
|
|
|
.mw-editsection .ve-edit-visual {
|
|
|
|
display: inline-block;
|
2018-10-26 21:45:42 +00:00
|
|
|
}
|
|
|
|
|
2019-03-26 19:54:04 +00:00
|
|
|
#page-actions .ve-edit-source,
|
|
|
|
#page-actions .ve-edit-visual {
|
|
|
|
padding-right: 0.5em;
|
2018-10-26 21:45:42 +00:00
|
|
|
}
|