Refactored ordering part two. Integrated stock order.

This commit is contained in:
benni 2011-06-19 19:56:04 +02:00
parent eb4705857b
commit 38b5dcba1f
17 changed files with 177 additions and 374 deletions

View file

@ -77,7 +77,7 @@ option {
border-top: 1px solid #d7d7d7;
margin: 0.2em 0; }
span.click-me {
.click-me {
cursor: pointer; }
.left {
@ -245,8 +245,6 @@ table {
color: green; }
table tr.selected, table tr.active {
background-color: #ffffc2; }
table tr.click-me {
cursor: pointer; }
table tr.ignored {
color: grey; }
table tr.success {
@ -400,7 +398,7 @@ table#order {
-webkit-border-radius: 3px;
padding: 0; }
table#order th#col_required, table#order th#col_tolerance {
width: 140px; }
width: 145px; }
table#order th#col_packages, table#order th#col_left_units {
width: 50px; }
table#order td.quantity, table#order td.tolerance {

View file

@ -88,7 +88,7 @@ option
border-top: 1px solid #D7D7D7
margin: .2em 0
span.click-me
.click-me
cursor: pointer
.left
float: left
@ -268,8 +268,6 @@ table
:color #008000
tr.selected, tr.active
:background-color #ffffc2
tr.click-me
:cursor pointer
tr.ignored
color: grey
tr.success
@ -439,7 +437,7 @@ table#order
-webkit-border-radius: 3px
padding: 0
th#col_required, th#col_tolerance
:width 140px
:width 145px
th#col_packages, th#col_left_units
:width 50px
td.quantity, td.tolerance