2014-12-08 23:42:19 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface popup tool styles.
|
|
|
|
*
|
2023-12-01 16:06:11 +00:00
|
|
|
* @copyright See AUTHORS.txt
|
2014-12-08 23:42:19 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2017-02-24 14:29:21 +00:00
|
|
|
.ve-ui-mwPopupTool {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2015-04-30 13:02:36 +00:00
|
|
|
.ve-ui-mwPopupTool .oo-ui-popupWidget-head {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2023-06-07 14:48:43 +00:00
|
|
|
.ve-ui-mwNoticesPopupTool-items {
|
2014-12-08 23:42:19 +00:00
|
|
|
padding: 0.5em 1em;
|
2015-04-30 13:02:36 +00:00
|
|
|
line-height: 1.6em;
|
2014-12-08 23:42:19 +00:00
|
|
|
}
|
|
|
|
|
2023-06-07 14:48:43 +00:00
|
|
|
.ve-ui-mwNoticesPopupTool-items > div:not( :first-child ) {
|
2017-08-16 21:03:49 +00:00
|
|
|
border-top: 1px solid #c8ccd1;
|
2014-12-08 23:42:19 +00:00
|
|
|
padding-top: 0.8em;
|
|
|
|
margin-top: 0.8em;
|
|
|
|
}
|