[-] FO : Fix bug #PSCFV-5168, required phone in all templates
This commit is contained in:
@@ -68,14 +68,9 @@
|
||||
font-size: 12px;
|
||||
color:#666;
|
||||
}
|
||||
#account-creation_form span.form_info {
|
||||
#account-creation_form span.form_info, #account-creation_form p.inline-infos {
|
||||
display:block;
|
||||
margin:5px 0 0 265px;
|
||||
color:#666;
|
||||
}
|
||||
#account-creation_form p.inline-infos {
|
||||
margin:0 0 0 100px !important;
|
||||
font-size:12px;
|
||||
margin:5px 0 0 265px!important;
|
||||
color:#666;
|
||||
}
|
||||
#account-creation_form .id_state, #account-creation_form .dni, #account-creation_form .postcode {
|
||||
|
||||
@@ -1403,7 +1403,7 @@ a.iframe {font-weight:bold}
|
||||
#addresses #center_column{width:757px}
|
||||
|
||||
#address p.inline-infos {
|
||||
margin:0 0 0 100px !important;
|
||||
margin:0 0 0 265px !important;
|
||||
font-size:12px;
|
||||
color:#666;
|
||||
}
|
||||
|
||||
@@ -70,9 +70,9 @@
|
||||
color:#666
|
||||
}
|
||||
#new_account_form span.form_info,
|
||||
#new_account_form span.inline-infos {
|
||||
#new_account_form span.inline-infos, #new_account_form p.inline-infos {
|
||||
display:block;
|
||||
margin:5px 0 0 265px;
|
||||
margin:5px 0 0 265px!important;
|
||||
color:#666
|
||||
}
|
||||
#new_account_form .id_state, #new_account_form .dni, #new_account_form .postcode {
|
||||
@@ -87,4 +87,4 @@
|
||||
float: right;
|
||||
margin-right: 20px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user