mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 09:26:37 +00:00
570766d96a
Change-Id: I40e1c9cf770f5c00d891c71a7d18b0a622264501
24 lines
394 B
Plaintext
24 lines
394 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki Initialization edit switching styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-init-mw-switchPopupWidget {
|
|
white-space: normal;
|
|
z-index: 4;
|
|
|
|
.oo-ui-popupWidget-anchor {
|
|
margin-left: 1.25em;
|
|
}
|
|
|
|
.oo-ui-popupWidget-head {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.oo-ui-fieldLayout:last-child {
|
|
margin-bottom: 12px;
|
|
}
|
|
}
|