2015-11-10 18:41:54 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki Initialization edit switching styles.
|
|
|
|
*
|
2018-01-03 00:54:47 +00:00
|
|
|
* @copyright 2011-2018 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;
|
2015-11-10 23:01:49 +00:00
|
|
|
}
|
2016-04-04 16:31:39 +00:00
|
|
|
|
2017-02-24 14:29:21 +00:00
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
|
|
|
|
top: 32px;
|
|
|
|
}
|