mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/tools/ve.ui.MWPopupTool.css
Ed Sanders b752a0620b Increase selector specificity to fix layout regression
Removes negative margin from first item in help popup.

Change-Id: I87ecca9f886dd4061a2afa781ca997ef751907ef
2017-10-19 15:21:12 +01:00

53 lines
1.2 KiB
CSS

/*!
* VisualEditor MediaWiki UserInterface popup tool styles.
*
* @copyright 2011-2017 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,
.ve-ui-mwHelpPopupTool-items {
padding: 0.5em 1em;
line-height: 1.6em;
}
.ve-ui-mwNoticesPopupTool-items > div:not( :first-child ),
.ve-ui-mwHelpPopupTool-item:not( :first-child ) {
border-top: 1px solid #c8ccd1;
padding-top: 0.8em;
margin-top: 0.8em;
}
.ve-ui-mwHelpPopupTool-item > .oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement {
display: block;
margin: 0.5em 0;
}
.ve-ui-mwHelpPopupTool-item > .oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement:first-child {
margin-top: 0;
}
.ve-ui-mwHelpPopupTool-version-label,
.ve-ui-mwHelpPopupTool-version-link,
.ve-ui-mwHelpPopupTool-version-date {
font-size: 0.9em;
color: #54595d;
}
/*
* Bidi-isolate the version number,
* so it won't mess up the date after it.
* Bug 68688
*/
.ve-ui-mwHelpPopupTool-version-link {
unicode-bidi: embed;
}