mediawiki-extensions-CodeMi.../resources/modules/popup.less
Ed Sanders 7fe9e2e762 Popup: Use built-in features of PopupWidget instead of custom CSS
* Use OOUI buttons for the actions.
* Make the widget wider to accommodate longer titles in
  different languages.
* Don't show if CM already enabled

Change-Id: Ibde461a99929565c15b5e7c5ef3ad88e163fba05
2017-07-20 21:30:45 +00:00

24 lines
341 B
Plaintext

.codemirror-popup {
text-align: center;
font-size: 12.8px;
.oo-ui-popupWidget-head {
font-weight: bold;
float: none;
display: inline-block;
> .oo-ui-labelElement-label {
font-size: 14px;
margin-left: 2.5em;
}
}
.codemirror-popup-color-blue {
color: #1e90ff;
}
.codemirror-popup-text {
margin-bottom: 1em;
}
}