From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- .../modules/jquery.wikiEditor.previewDialog.css | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css (limited to 'extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css') diff --git a/extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css b/extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css new file mode 100644 index 00000000..7a27f594 --- /dev/null +++ b/extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css @@ -0,0 +1,35 @@ +/* + * CSS for WikiEditor Preview Dialog jQuery plugin + */ + +/* FIXME: This only works for the first wikiEditor on the page! */ +#wikiEditor-0-preview-dialog .wikiEditor-ui-loading { + background: #f3f3f3; + z-index: 10; + position: absolute; + left: 0; + text-align: center; + height: 100%; + width: 100%; + overflow: hidden; + border: none; +} +/* FIXME: This only works for the first wikiEditor on the page! */ +#wikiEditor-0-preview-dialog .wikiEditor-ui-loading span { + display: block; + height: 24px; + width: 24px; + /* @embed */ + background: url(images/toolbar/loading.gif) 0 0 no-repeat; + text-indent: -9999px; + margin: 50px auto; +} +.ui-dialog .ui-dialog-buttonpane { + margin: 0 !important; +} +.wikiEditor-preview-dialog-contents { + font-size: 0.9em !important; +} +.wikiEditor-preview-dialog-contents #firstHeading { + font-size: 2.1em; +} \ No newline at end of file -- cgit v1.2.2