summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury German <blueknight@gentoo.org>2016-02-12 22:22:00 -0500
committerYury German <blueknight@gentoo.org>2016-02-12 22:22:00 -0500
commit657cafe0e955cf88033597f131aa50835140c617 (patch)
treecf21a30d319cb2a238a6cfb8b4eb3b20b1b5dcff /plugins/openid/f
parentAdding New Mantra version 2.4.1.1 - Bug 574468 (diff)
downloadblogs-gentoo-657cafe0e955cf88033597f131aa50835140c617.tar.gz
blogs-gentoo-657cafe0e955cf88033597f131aa50835140c617.tar.bz2
blogs-gentoo-657cafe0e955cf88033597f131aa50835140c617.zip
Updating plugins easy-table, jetpack, openid, public-post preview, talbe-of-contents-plus, wordress-mobile-pack - Bug 574468
Diffstat (limited to 'plugins/openid/f')
-rw-r--r--plugins/openid/f/openid.css16
-rw-r--r--plugins/openid/f/register.js10
2 files changed, 13 insertions, 13 deletions
diff --git a/plugins/openid/f/openid.css b/plugins/openid/f/openid.css
index b1ce6b81..9553f72d 100644
--- a/plugins/openid/f/openid.css
+++ b/plugins/openid/f/openid.css
@@ -5,23 +5,14 @@
#openid_enabled_link, .openid_link, #openid_identifier, #commentform #openid_identifier {
background-image: url('openid.gif');
background-position: 3px 50%;
- background-repeat: no-repeat;
- padding-left: 21px !important;
+ background-repeat: no-repeat;
+ padding-left: 21px !important;
}
.openid_loading {
background: url('ajax-loader.gif') right center no-repeat;
}
-body.login #openid_identifier {
- width: 92%;
- font-size: 20px;
- background-color: #FFF;
- border: 1px solid #ccc;
- padding: 3px 3px 3px 18px;
- margin-right: 6px;
-}
-
#openid_comment {
margin: 0.8em 1em;
}
@@ -30,8 +21,7 @@ body.login #openid_identifier {
}
/* fix link color on wp-login.php */
-body.login form#loginform a.legacy,
+body.login form#loginform a.legacy,
body.login form#registerform a.legacy {
color: #FFF;
}
-
diff --git a/plugins/openid/f/register.js b/plugins/openid/f/register.js
new file mode 100644
index 00000000..075c2a82
--- /dev/null
+++ b/plugins/openid/f/register.js
@@ -0,0 +1,10 @@
+jQuery(document).ready(function() {
+ jQuery(function() {
+ jQuery("#registerform > p:first").hide();
+ jQuery("#registerform > p:first + p").hide();
+ jQuery("#reg_passmail").hide();
+ jQuery("p.submit").css("margin", "1em 0");
+ var link = jQuery("#nav a:first");
+ jQuery("#nav").text("").append(link);
+ });
+});