mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
31 lines
529 B
CSS
31 lines
529 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;
|
|
}
|