mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
122f49b2dd
Change-Id: I3c20809e71cc0da58123e1b5f29c4f3aac945496
33 lines
662 B
CSS
33 lines
662 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization edit switching styles.
|
|
*
|
|
* @copyright 2011-2017 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;
|
|
}
|