Minor layout change of order footer.

This commit is contained in:
sandoz 2009-11-01 19:27:48 +01:00
parent e4ef6556b8
commit b8e336b9e8
4 changed files with 12 additions and 4 deletions

View file

@ -423,7 +423,6 @@ table#order {
z-index: 1;
position: fixed;
bottom: 0;
width: 97.5%;
background-color: #E4EED6;
border-top: 2px solid #78B74E; }
#order-footer #total-sum, .article-info #total-sum {
@ -440,6 +439,10 @@ table#order {
#order-footer #total-sum #order-button input:disabled, .article-info #total-sum #order-button input:disabled {
background-color: red; }
#order-footer {
right: 15px;
left: 15px; }
.article-info {
z-index: 2;
width: 50em;