mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
0bbe2e38ee
Bug: T131066 Change-Id: I2294da7d09dfbacb9187aba5e6e703511cec3c9f
33 lines
662 B
CSS
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;
|
|
}
|