summaryrefslogtreecommitdiff
blob: 9553f72dadcca9ccc55424975d9b90d2a71d3aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* 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;
}

#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;
}