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;
|
|
|
|
}
|
|
|
|
|
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-02-24 14:29:21 +00:00
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup-handle {
|
|
|
|
height: 24px;
|
2015-11-10 23:01:49 +00:00
|
|
|
}
|
|
|
|
|
2017-02-24 14:29:21 +00:00
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon,
|
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
|
|
|
|
height: auto;
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupWidget-head {
|
|
|
|
font-weight: bold;
|
2016-04-04 16:31:39 +00:00
|
|
|
}
|