mediawiki-extensions-Visual.../modules/ve-mw/init/styles/ve.init.MWVESwitchConfirmDialog.css
Ed Sanders 1b1b95acd4 WikEditor switch widget: Fix styling regression since OOui 0.20.1
Change-Id: I489e45a587e2c10cfb60ade2b5f180f872495324
2017-03-30 22:18:54 +01:00

40 lines
776 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;
}
.ve-init-mw-editSwitch .oo-ui-toolbar-bar {
background: transparent;
box-shadow: none;
border: 0;
}
.ve-init-mw-editSwitch .oo-ui-popupToolGroup {
height: 32px;
border: 0;
margin: 0;
border-radius: 0;
}
.ve-init-mw-editSwitch .oo-ui-popupToolGroup-handle {
height: 24px;
}
.ve-init-mw-editSwitch .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
height: auto;
}
.ve-init-mw-editSwitch .oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
top: 32px;
}
.ve-init-mw-editSwitch .oo-ui-popupWidget-head {
font-weight: bold;
}