summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/openid/f/openid.css')
-rw-r--r--plugins/openid/f/openid.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/openid/f/openid.css b/plugins/openid/f/openid.css
new file mode 100644
index 00000000..b1ce6b81
--- /dev/null
+++ b/plugins/openid/f/openid.css
@@ -0,0 +1,37 @@
+/* yuicompress openid.css -o openid.min.css
+ * @see http://developer.yahoo.com/yui/compressor/
+ */
+
+#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;
+}
+
+.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;
+}
+#openid_comment input {
+ width: auto;
+}
+
+/* fix link color on wp-login.php */
+body.login form#loginform a.legacy,
+body.login form#registerform a.legacy {
+ color: #FFF;
+}
+