[fix] css problem

bzr revid: nicolas.vanhoren@openerp.com-20111004082625-upmdehxe48tomyjr
This commit is contained in:
niv-openerp 2011-10-04 10:26:25 +02:00
parent e6dd80d6b5
commit 7d27519bf7
2 changed files with 12 additions and 4 deletions

View File

@ -82,8 +82,12 @@ li {
vertical-align: top; }
#steps label {
width: 80px;
background-color: "";
background-image: url("../img/steps-bg.png");
color: #A5A5A5;
font-weight: bold;
border-color: #454545;
padding-top: 5px;
background-color: #454545;
background-image: none;
border-bottom: solid 1px #5c5c5c;
border-top: solid 1px #373737;
vertical-align: top; }

View File

@ -89,8 +89,12 @@ li
vertical-align: top
label
width: 80px
background-color: ''
background-image: url('../img/steps-bg.png')
color: #A5A5A5
font-weight: bold
border-color: #454545
padding-top: 5px
background-color: #454545
background-image: none
border-bottom: solid 1px #5c5c5c
border-top: solid 1px #373737
vertical-align: top