[-] FO: fixed bug Change a little css code of global.css to solve a little issue on authentication page - #PSCFV-7527

This commit is contained in:
sLorenzini
2013-01-29 10:30:53 +01:00
parent 25a64e9098
commit dca10cc17d
+3 -2
View File
@@ -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,