mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-15 12:00:05 +00:00
26 lines
522 B
CSS
26 lines
522 B
CSS
/*
|
|
* CSS for WikiEditor Preview jQuery plugin
|
|
*/
|
|
|
|
.wikiEditor-preview-loading {
|
|
padding: 1em;
|
|
background-color: white;
|
|
}
|
|
.wikiEditor-preview-loading span {
|
|
color: #666666;
|
|
}
|
|
.wikiEditor-preview-spinner {
|
|
padding-right: 1em;
|
|
}
|
|
.wikiEditor-preview-contents {
|
|
padding: 1em;
|
|
background-color: white;
|
|
}
|
|
/* FIXME: This only works for the first wikiEditor on the page! */
|
|
#wikiEditor-0-preview-dialog .wikiEditor-ui-loading {
|
|
overflow: hidden;
|
|
border: none;
|
|
}
|
|
.ui-dialog .ui-dialog-buttonpane {
|
|
margin: 0 !important;
|
|
} |