mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
80124c88a6
Only show if the user came from VE. Change-Id: Ic362ba534d135fca5516c8ba401f6b2a22886ff1
28 lines
665 B
CSS
28 lines
665 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-desktopArticleTarget-editSwitch {
|
|
float: right;
|
|
margin: 0;
|
|
}
|
|
|
|
.ve-init-mw-desktopArticleTarget-editSwitch .oo-ui-iconElement-icon {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.ve-init-mw-desktopArticleTarget-editSwitch .oo-ui-popupWidget-head {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ve-init-mw-desktopArticleTarget-editSwitch .oo-ui-popupWidget-body > :first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.ve-init-mw-desktopArticleTarget-editSwitch .oo-ui-popupWidget-body > :last-child {
|
|
margin-bottom: 1em;
|
|
}
|