summaryrefslogtreecommitdiff
path: root/extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2013-01-18 16:46:04 +0100
committerPierre Schmitz <pierre@archlinux.de>2013-01-18 16:46:04 +0100
commit63601400e476c6cf43d985f3e7b9864681695ed4 (patch)
treef7846203a952e38aaf66989d0a4702779f549962 /extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css
parent8ff01378c9e0207f9169b81966a51def645b6a51 (diff)
Update to MediaWiki 1.20.2
this update includes: * adjusted Arch Linux skin * updated FluxBBAuthPlugin * patch for https://bugzilla.wikimedia.org/show_bug.cgi?id=44024
Diffstat (limited to 'extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css')
-rw-r--r--extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css b/extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css
index 7a27f594..f66773b0 100644
--- a/extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css
+++ b/extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css
@@ -1,4 +1,4 @@
-/*
+/**
* CSS for WikiEditor Preview Dialog jQuery plugin
*/
@@ -14,6 +14,7 @@
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;
@@ -24,12 +25,15 @@
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
+}