2023-06-07 14:48:43 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface help list toolgroup styles.
|
|
|
|
*
|
2023-12-01 16:06:11 +00:00
|
|
|
* @copyright See AUTHORS.txt
|
2023-06-07 14:48:43 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
2024-06-07 18:18:01 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2023-06-07 14:48:43 +00:00
|
|
|
|
|
|
|
.ve-ui-mwHelpListToolGroup {
|
|
|
|
&-tools {
|
|
|
|
// Required in monbook
|
|
|
|
white-space: normal;
|
|
|
|
|
|
|
|
&-footer {
|
|
|
|
padding: 10px;
|
|
|
|
width: 300px;
|
|
|
|
line-height: 1.5;
|
2024-06-07 18:18:01 +00:00
|
|
|
border-top: @border-subtle;
|
2023-06-07 14:48:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
> .oo-ui-tool {
|
|
|
|
width: 320px;
|
|
|
|
|
|
|
|
.oo-ui-tool-link {
|
|
|
|
/* These labels can be very long, so allow them to wrap (T190796) */
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-version-link,
|
|
|
|
&-version-date {
|
|
|
|
font-size: 0.9em;
|
2024-06-07 18:18:01 +00:00
|
|
|
color: @color-subtle;
|
2023-06-07 14:48:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Bidi-isolate the version number,
|
|
|
|
* so it won't mess up the date after it.
|
|
|
|
* T70688
|
|
|
|
*/
|
|
|
|
&-version-link {
|
|
|
|
unicode-bidi: embed;
|
|
|
|
}
|
|
|
|
}
|