diff options
Diffstat (limited to 'extensions/WikiEditor/modules/jquery.wikiEditor.preview.css')
-rw-r--r-- | extensions/WikiEditor/modules/jquery.wikiEditor.preview.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/extensions/WikiEditor/modules/jquery.wikiEditor.preview.css b/extensions/WikiEditor/modules/jquery.wikiEditor.preview.css deleted file mode 100644 index 6b026a1e..00000000 --- a/extensions/WikiEditor/modules/jquery.wikiEditor.preview.css +++ /dev/null @@ -1,31 +0,0 @@ -/** - * 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; -} |