Orderfooter design improvements.

This commit is contained in:
Benjamin Meichsner 2009-11-08 19:26:28 +01:00
parent b8e336b9e8
commit 5e9ffa7cb1
4 changed files with 39 additions and 23 deletions

View file

@ -440,15 +440,21 @@ table#order {
background-color: red; }
#order-footer {
min-width: 975px;
right: 15px;
left: 15px; }
.article-info {
z-index: 2;
width: 50em;
width: 45em;
height: 8em;
border: none;
left: 30px; }
.article-info h3 {
text-align: center;
margin: 0;
margin-bottom: 5px;
width: 100%; }
#newComment {
margin: 1em; }

View file

@ -440,15 +440,21 @@ table#order {
background-color: red; }
#order-footer {
min-width: 975px;
right: 15px;
left: 15px; }
.article-info {
z-index: 2;
width: 50em;
width: 45em;
height: 8em;
border: none;
left: 30px; }
.article-info h3 {
text-align: center;
margin: 0;
margin-bottom: 5px;
width: 100%; }
#newComment {
margin: 1em; }

View file

@ -477,14 +477,20 @@ table#order
input:disabled
background-color: red
#order-footer
min-width: 975px
right: 15px
left: 15px
.article-info
z-index: 2
width: 50em
width: 45em
height: 8em
border: none
left: 30px
h3
text-align: center
margin: 0
margin-bottom: 5px
width: 100%
// ********* Comments
#newComment
:margin 1em