mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 01:16:30 +00:00
d42a0772bb
Avoids having to update the date in every file every year, which we stopped doing. Change-Id: I7bf7aa0937eef911e00772470091753a7b06fd3d
26 lines
480 B
CSS
26 lines
480 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface popup tool styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwPopupTool {
|
|
white-space: normal;
|
|
}
|
|
|
|
.ve-ui-mwPopupTool .oo-ui-popupWidget-head {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ve-ui-mwNoticesPopupTool-items {
|
|
padding: 0.5em 1em;
|
|
line-height: 1.6em;
|
|
}
|
|
|
|
.ve-ui-mwNoticesPopupTool-items > div:not( :first-child ) {
|
|
border-top: 1px solid #c8ccd1;
|
|
padding-top: 0.8em;
|
|
margin-top: 0.8em;
|
|
}
|