mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/tools/ve.ui.MWPopupTool.css
Ed Sanders 1eb0ef2011 Consistently use spaces inside brackets in CSS
Change-Id: Ie63a50cb16cb89dac7060857220485d7d23f2fe3
2015-10-04 18:33:43 +01:00

49 lines
1 KiB
CSS

/*!
* VisualEditor MediaWiki UserInterface popup tool styles.
*
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.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: solid 1px #ddd;
padding-top: 0.8em;
margin-top: 0.8em;
}
.ve-ui-mwHelpPopupTool-item > .oo-ui-buttonElement-frameless {
display: block;
margin: 0.5em 0;
}
.ve-ui-mwHelpPopupTool-item > .oo-ui-buttonElement-frameless: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: #555;
}
/*
* 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;
}