aboutsummaryrefslogtreecommitdiff
path: root/views/default/openid_client/css.php
blob: b61865bf02104070ba3c6c7a69fbd46e5e6d5c17 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php

     /**
	 * Elgg OpenID login form css
	 * 
	 * @package Elgg
	 * @subpackage openid_client
	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
	 * @author Kevin Jardine, Radagast Solutions
	 * @copyright Curverider Ltd 2008-2009
	 * @link http://elgg.org/
	 */
	 
?>



.river_user_openid_friend {
	background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
.river_user_openid_update {
	background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_user_openid_messageboard {
	background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}

#openid_login #login-box h2 {
	margin:0;
	padding:5px 0 10px 0;
}
#openid_login #login-box-openid form {
	background-color: none;
	margin:0;
	padding:0;
}
input.openid_login {
	background: url(<?php echo $vars['url']; ?>mod/openid_client/graphics/login-bg.gif) no-repeat;
	background-color: #fff;
	background-position: 0 50%;
	color: #000;
	width: 160px;
}
#openid_show {
	cursor:pointer;
}