Few design improvements for order pages.

This commit is contained in:
Benjamin Meichsner 2010-02-11 23:22:50 +01:00
parent b5df80b7dd
commit 1b9ae83496
5 changed files with 25 additions and 7 deletions

View file

@ -401,7 +401,7 @@ table#order {
-webkit-border-radius: 3px;
padding: 0; }
table#order th#col_required, table#order th#col_tolerance {
width: 165px; }
width: 140px; }
table#order th#col_packages, table#order th#col_left_units {
width: 50px; }
table#order td.quantity, table#order td.tolerance {
@ -455,6 +455,10 @@ table#order {
margin: 0;
margin-bottom: 5px;
width: 100%; }
.article-info .right {
width: 35%; }
.article-info .left {
width: 60%; }
tr.order-article .article-info {
display: none; }