summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'OAuth/resources/modules/ext.MWOAuth.AuthorizeForm.css')
-rw-r--r--OAuth/resources/modules/ext.MWOAuth.AuthorizeForm.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/OAuth/resources/modules/ext.MWOAuth.AuthorizeForm.css b/OAuth/resources/modules/ext.MWOAuth.AuthorizeForm.css
new file mode 100644
index 00000000..0f17df2d
--- /dev/null
+++ b/OAuth/resources/modules/ext.MWOAuth.AuthorizeForm.css
@@ -0,0 +1,38 @@
+#mw-mwoauth-authorize-form {
+ font-size: 1em;
+ color: #333;
+}
+
+#mw-mwoauth-authorize-form > a {
+ font-size: 0.8em;
+}
+
+#mw-mwoauth-authorize-form > p {
+ font-size: 1.4em;
+ padding-left: 1em;
+}
+
+#mw-mwoauth-authorize-form > ul {
+ padding-top: 0.5em;
+ line-height: 1em;
+}
+
+#mw-mwoauth-authorize-form span.mw-grantgroup {
+ font-weight: bold;
+ font-size: 1.2em;
+}
+
+input.mw-mwoauth-authorize-button {
+ float: right;
+ margin-left: 0.7em;
+ margin-right: 0.7em;
+ margin-bottom: 0.5em;
+}
+
+.client-js #mw-mwoauth-authorize-dialog {
+ display: none; /* no flicker */
+}
+
+.mw-mwoauth-authorize-jQuery-dialog .ui-dialog-titlebar {
+ display: none;
+}