2015-11-10 18:41:54 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki Initialization edit switching styles.
|
|
|
|
*
|
2016-01-03 22:56:59 +00:00
|
|
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
2015-11-10 18:41:54 +00:00
|
|
|
* @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;
|
2015-11-10 23:01:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|