mediawiki-extensions-Visual.../modules/oojs-ui/styles/OO.ui.Tool.css
Trevor Parscal 0ee35c99d0 Add OO.ui.PopupTool
Tool that launches a popup when clicked.

Change-Id: Ie35b51f8160ad3fb844491e2799656413d4029c0
2013-10-29 05:57:40 +00:00

19 lines
376 B
CSS

/*!
* ObjectOriented UserInterface Tool styles.
*
* @copyright 2011-2013 OOJS Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
/* OO.ui.PopupTool */
.oo-ui-popupTool .oo-ui-popupWidget {
margin-left: 1.25em;
font-size: 0.8em;
}
.oo-ui-popupTool .oo-ui-popupWidget-popup,
.oo-ui-popupTool .oo-ui-popupWidget-tail {
z-index: 4;
}