mediawiki-extensions-WikiEd.../modules/jquery.wikiEditor.preview.css

26 lines
522 B
CSS
Raw Normal View History

/*
* 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;
}