[-] FO : fixed bug #PSCFV-4223

This commit is contained in:
sLorenzini
2012-09-20 09:32:41 +00:00
parent 2a5c663293
commit cdcbc16ca5
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -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 {
+1 -1
View File
@@ -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>