CSteipp has uploaded a new change for review.
https://gerrit.wikimedia.org/r/93918
Change subject: More UX changes
......................................................................
More UX changes
Bug: 56014
Change-Id: I064964b8a8ceb857341b962e93f8405d3d195e02
---
M frontend/language/MWOAuth.i18n.php
M frontend/modules/ext.MWOAuth.AuthorizeDialog.js
M frontend/modules/ext.MWOAuth.AuthorizeForm.css
3 files changed, 9 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OAuth
refs/changes/18/93918/1
diff --git a/frontend/language/MWOAuth.i18n.php
b/frontend/language/MWOAuth.i18n.php
index 65150c7..135b424 100644
--- a/frontend/language/MWOAuth.i18n.php
+++ b/frontend/language/MWOAuth.i18n.php
@@ -244,12 +244,10 @@
'''$2''' would like to do the following actions on your behalf on all projects
of this site:
-
$4",
'mwoauth-form-description-onewiki' => "Hi $1,
'''$2''' would like to do the following actions on your behalf on ''$4'':
-
$5",
'mwoauth-form-description-allwikis-nogrants' => "Hi $1,
diff --git a/frontend/modules/ext.MWOAuth.AuthorizeDialog.js
b/frontend/modules/ext.MWOAuth.AuthorizeDialog.js
index 10a0edc..f8c6df8 100644
--- a/frontend/modules/ext.MWOAuth.AuthorizeDialog.js
+++ b/frontend/modules/ext.MWOAuth.AuthorizeDialog.js
@@ -22,6 +22,8 @@
$(this).parents( ".ui-dialog:first" )
.find( ".ui-dialog-content"
).css( "padding", "20px" );
$(this).css( "maxHeight", 0.9 * $(
window ).height() );
+ $(this).css( "background-color", '#FFF'
);
+ $(this).css( "border", '1px #CCC' );
$(this).dialog( 'option', 'modal', true
);
}
} );
diff --git a/frontend/modules/ext.MWOAuth.AuthorizeForm.css
b/frontend/modules/ext.MWOAuth.AuthorizeForm.css
index 70fb1f1..f310259 100644
--- a/frontend/modules/ext.MWOAuth.AuthorizeForm.css
+++ b/frontend/modules/ext.MWOAuth.AuthorizeForm.css
@@ -1,6 +1,7 @@
#mw-mwoauth-authorize-form {
font-size: 1em;
+ color: #333;
}
#mw-mwoauth-authorize-form > a {
@@ -9,6 +10,12 @@
#mw-mwoauth-authorize-form > p {
font-size: 1.4em;
+ padding-left: 1em;
+}
+
+#mw-mwoauth-authorize-form > ul {
+ padding-top: .5em;
+ line-height: 1em;
}
span.mw-mwoauth-authorize-form-grantgroup {
--
To view, visit https://gerrit.wikimedia.org/r/93918
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I064964b8a8ceb857341b962e93f8405d3d195e02
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OAuth
Gerrit-Branch: master
Gerrit-Owner: CSteipp <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits