[-] FO : fixed bug #PSCFV-4223
This commit is contained in:
@@ -415,7 +415,7 @@ ul.step li {
|
||||
text-transform:uppercase;
|
||||
background:url(../img/step_standard.gif) no-repeat center bottom transparent
|
||||
}
|
||||
ul.step li a, ul.step li.step_current span {
|
||||
ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {
|
||||
display:inline-block;
|
||||
padding:8px 10px 12px;
|
||||
color:#000;
|
||||
@@ -425,6 +425,11 @@ ul.step li.step_current {
|
||||
font-weight:bold;
|
||||
background:url(../img/step_current.gif) no-repeat center bottom transparent
|
||||
}
|
||||
|
||||
ul.step li.step_current_end {
|
||||
font-weight:bold;
|
||||
background:url(../img/step_end_current.gif) no-repeat center bottom transparent
|
||||
}
|
||||
ul.step li.step_todo span {
|
||||
display:inline-block;
|
||||
padding:8px 10px 6px;
|
||||
@@ -436,7 +441,7 @@ ul.step li.step_done {
|
||||
font-weight:bold;
|
||||
background:url(../img/step_done.gif) no-repeat center bottom transparent
|
||||
}
|
||||
ul.step li#step_end {background:url(../img/step_end.gif) no-repeat center bottom transparent}
|
||||
/*ul.step li#step_end {background:url(../img/step_end.gif) no-repeat center bottom transparent}*/
|
||||
|
||||
/* module productcomments ********************************************************************** */
|
||||
.rating {
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
<span>4. {l s='Shipping'}</span>
|
||||
{/if}
|
||||
</li>
|
||||
<li id="step_end" class="{if $current_step=='payment'}step_current{else}step_todo{/if}">
|
||||
<li id="step_end" class="{if $current_step=='payment'}step_current_end{else}step_todo{/if}">
|
||||
<span>5. {l s='Payment'}</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user