2021-11-04 17:48:36 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface floating help element styles.
|
|
|
|
*
|
|
|
|
* @copyright 2011-2021 VisualEditor Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-ui-mwFloatingHelpElement {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2021-11-11 11:23:26 +00:00
|
|
|
.ve-ui-mwFloatingHelpElement .oo-ui-windowManager-floating .oo-ui-dialog {
|
2021-11-04 17:48:36 +00:00
|
|
|
position: relative;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2021-11-11 11:23:26 +00:00
|
|
|
.ve-ui-mwFloatingHelpElement .oo-ui-windowManager-floating .oo-ui-dialog .oo-ui-window-frame {
|
2021-11-04 17:48:36 +00:00
|
|
|
position: relative;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
2021-11-09 16:47:43 +00:00
|
|
|
.ve-ui-mwFloatingHelpElement-windowManager .oo-ui-dialog .oo-ui-panelLayout {
|
2021-11-04 17:48:36 +00:00
|
|
|
padding: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwFloatingHelpElement .ve-ui-mwFloatingHelpElement-toggle {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwFloatingHelpElement .ve-ui-mwFloatingHelpElement-toggle > .oo-ui-buttonElement-button {
|
|
|
|
/* Same as in https://phabricator.wikimedia.org/diffusion/EGRE/browse/master/modules/ui-components/HelpPanelButton.less */
|
|
|
|
box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.5 );
|
|
|
|
border-radius: 50%;
|
2022-07-06 13:43:13 +00:00
|
|
|
width: 44px;
|
|
|
|
height: 44px;
|
2022-07-19 11:01:43 +00:00
|
|
|
padding: 0;
|
2021-11-04 17:48:36 +00:00
|
|
|
}
|