From d9bf22a0e29c2a70049443a0ae8521a2c0492c8b Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 11 Dec 2011 06:38:23 -0500 Subject: initial commit for git repository --- views/default/openid_client/css.php | 46 +++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 views/default/openid_client/css.php (limited to 'views/default/openid_client/css.php') diff --git a/views/default/openid_client/css.php b/views/default/openid_client/css.php new file mode 100644 index 000000000..b61865bf0 --- /dev/null +++ b/views/default/openid_client/css.php @@ -0,0 +1,46 @@ + + + + +.river_user_openid_friend { + background: url(_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px; +} +.river_user_openid_update { + background: url(_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px; +} +.river_user_openid_messageboard { + background: 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(mod/openid_client/graphics/login-bg.gif) no-repeat; + background-color: #fff; + background-position: 0 50%; + color: #000; + width: 160px; +} +#openid_show { + cursor:pointer; +} -- cgit v1.2.3