mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
122f49b2dd
Change-Id: I3c20809e71cc0da58123e1b5f29c4f3aac945496
49 lines
1 KiB
CSS
49 lines
1 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 .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;
|
|
}
|