Added opacity to orderfooter.

This commit is contained in:
Benjamin Meichsner 2009-11-08 19:38:06 +01:00
parent 5e9ffa7cb1
commit 4d46f034e6
3 changed files with 5 additions and 2 deletions

View File

@ -424,7 +424,8 @@ table#order {
position: fixed;
bottom: 0;
background-color: #E4EED6;
border-top: 2px solid #78B74E; }
border-top: 2px solid #78B74E;
opacity: 0.95; }
#order-footer #total-sum, .article-info #total-sum {
width: 22em;
margin: .5em 2em 0 0;

View File

@ -424,7 +424,8 @@ table#order {
position: fixed;
bottom: 0;
background-color: #E4EED6;
border-top: 2px solid #78B74E; }
border-top: 2px solid #78B74E;
opacity: 0.95; }
#order-footer #total-sum, .article-info #total-sum {
width: 22em;
margin: .5em 2em 0 0;

View File

@ -463,6 +463,7 @@ table#order
bottom: 0
background-color: #E4EED6
border-top: 2px solid #78B74E
opacity: 0.95
#total-sum
width: 22em
margin: .5em 2em 0 0