From 05bdf50d83504baa3f42360d2c6c98256ede3b01 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 27 Jun 2007 02:59:33 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1789 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- widgets/login_info/skins/default/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widgets/login_info/skins/default/css/default.css b/widgets/login_info/skins/default/css/default.css index e49bfd666..048b9a0d7 100644 --- a/widgets/login_info/skins/default/css/default.css +++ b/widgets/login_info/skins/default/css/default.css @@ -12,8 +12,8 @@ .box_login .checkbox { width:15px; height:15px; margin:-1px 0px 0px -1px; margin-right:2px; } .box_login .clear { clear:both; } -.openid_login { clear:both; height:38px; border:3px solid #D5D8DB; margin-bottom:10px; } -.openid_login .openid_user_id { width:120px; background: url(../images/openid_login_bg.gif) left no-repeat; background-color: #ffffff; background-position: 0 50%; padding:3px 3px 3px 18px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:16px; line-height:1em; vertical-align:middle; margin-bottom:.5em; color:#666666;} +.openid_login { clear:both; height:38px; border:3px solid #D5D8DB; margin:0 0 10px 0; } +.openid_login .openid_user_id { width:120px; _width:110px; background: url(../images/openid_login_bg.gif) left no-repeat; background-color: #ffffff; background-position: 0 50%; padding:3px 3px 3px 18px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:16px; line-height:1em; vertical-align:middle; margin-bottom:.5em; color:#666666;} .openid_login .buttonTypeA { display:block; cursor:pointer; background:url(../images/default/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px;} .openid_login .buttonTypeA:hover { text-decoration:none;}