2015-11-10 18:41:54 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki Initialization edit switching styles.
|
|
|
|
*
|
2019-01-01 13:24:23 +00:00
|
|
|
* @copyright 2011-2019 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;
|
|
|
|
}
|
|
|
|
|
2017-02-24 14:29:21 +00:00
|
|
|
.ve-init-mw-editSwitch .oo-ui-toolbar-bar {
|
|
|
|
background: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
border: 0;
|
2015-11-10 23:01:49 +00:00
|
|
|
}
|
|
|
|
|
2017-02-24 14:29:21 +00:00
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup {
|
|
|
|
height: 32px;
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
border-radius: 0;
|
2015-11-10 23:01:49 +00:00
|
|
|
}
|
|
|
|
|
2017-10-11 17:16:44 +00:00
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle {
|
|
|
|
padding-top: 32px;
|
2018-09-17 20:20:52 +00:00
|
|
|
height: 0;
|
2017-02-24 14:29:21 +00:00
|
|
|
}
|