mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/tools/ve.ui.MWEducationPopupTool.css
Ed Sanders 7cc538fe51 Use upstream pulsating dot
Bug: T226719
Depends-On: Ibd035ea48b7d0316a7627a91623ff6116ccbae31
Change-Id: Iedf88e9c5ac8efa809ccb25f2081eff9946da395
2019-08-28 13:40:29 +01:00

51 lines
897 B
CSS

/*!
* VisualEditor MediaWiki UserInterface education popup tool styles.
*
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-educationPopup {
cursor: pointer;
}
.ve-ui-educationPopup > .mw-pulsating-dot {
position: absolute;
bottom: 0;
left: 50%;
z-index: 1;
}
.ve-ui-educationPopup.oo-ui-widget-disabled > .mw-pulsating-dot {
display: none;
}
.ve-ui-educationPopup-shield {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.ve-ui-educationPopup-dismiss {
margin-top: 0.5em;
}
.ve-ui-educationPopup-header {
margin-bottom: 1em;
}
.ve-ui-educationPopup .oo-ui-popupWidget {
/* Appear above local dialogs, e.g. toolbar dialog */
z-index: 3;
}
.ve-ui-educationPopup .oo-ui-popupWidget-body {
padding: 1em;
}
.ve-ui-educationPopup .oo-ui-popupWidget-body p {
line-height: 1.2em;
}