2015-11-10 18:41:54 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki Initialization edit switching styles.
|
|
|
|
*
|
2017-01-03 16:58:33 +00:00
|
|
|
* @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
|
2015-11-10 18:41:54 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2016-04-04 16:31:39 +00:00
|
|
|
.ve-init-mw-editSwitch {
|
2015-11-10 18:41:54 +00:00
|
|
|
float: right;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2016-04-04 16:31:39 +00:00
|
|
|
.ve-init-mw-editSwitch .oo-ui-iconElement-icon {
|
2015-11-10 18:41:54 +00:00
|
|
|
opacity: 0.8;
|
2015-11-10 23:01:49 +00:00
|
|
|
}
|
|
|
|
|
2016-04-04 16:31:39 +00:00
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupWidget-head {
|
2015-11-10 23:01:49 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2016-04-04 16:31:39 +00:00
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupWidget-body > :first-child {
|
2015-11-10 23:01:49 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2016-04-04 16:31:39 +00:00
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupWidget-body > :last-child {
|
2015-11-10 23:01:49 +00:00
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2016-04-04 16:31:39 +00:00
|
|
|
|
|
|
|
.oo-ui-tool-name-editModeSource .ve-init-mw-editSwitch {
|
|
|
|
padding: 0.5em 1em 0;
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|