mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/tools/ve.ui.MWPopupTool.css
Roan Kattouw 3321261e98 Split up ve.init.mw.ViewPageTarget.css
* Move styles that apply to all targets to ve.init.mw.Target.css
* Move styles for MWPopupTool subclasses to ve.ui.MWPopupTool.css

Change-Id: I34c8a6200ee337debf00c4e432948f1b86f1b60a
2014-12-08 15:42:19 -08:00

44 lines
962 B
CSS

/*!
* VisualEditor MediaWiki UserInterface popup tool styles.
*
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-mwNoticesPopupTool-items,
.ve-ui-mwHelpPopupTool-items {
padding: 0.5em 1em;
}
.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;
}