diff --git a/themes/default/css/global.css b/themes/default/css/global.css index dffbfc7e8..8dd75b264 100644 --- a/themes/default/css/global.css +++ b/themes/default/css/global.css @@ -931,7 +931,7 @@ table#cart_summary .gift-icon { #authentication #create-account_form fieldset, #authentication #login_form fieldset { - height: 200px + min-height: 200px } #authentication #create-account_form .form_content, @@ -977,7 +977,8 @@ table#cart_summary .gift-icon { width:220px;/* 230 */ border:1px solid #ccc; color:#666; - background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff + background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff; + line-height:20px; } #create-account_form #SubmitCreate,