mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/tools/ve.ui.MWPopupTool.css
Ed Sanders ea03287908 Convert MWPopupTool into MWHelpListToolGroup
The popup contains three buttons, one of which already exists
in core as a tool. By converting them all to tools we can reduce
some duplication, and better integrate with other features
that use the tool factory, such as HelpCompletionAction.

Bug: T339153
Change-Id: I81d217bc1ab9a1a6a9bf7c7ad588c2a3216b10db
2023-07-01 11:10:53 +01:00

26 lines
520 B
CSS

/*!
* VisualEditor MediaWiki UserInterface popup tool styles.
*
* @copyright 2011-2020 VisualEditor Team and others; 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;
}