From dca10cc17dbdbff75b4ddd75c20f3331478cf1c2 Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Tue, 29 Jan 2013 10:30:53 +0100 Subject: [PATCH] [-] FO: fixed bug Change a little css code of global.css to solve a little issue on authentication page - #PSCFV-7527 --- themes/default/css/global.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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,