Order refactoring part two: Balancing workflow was adapted to the new order schema. Article modification is still missing.
This commit is contained in:
parent
9eb2125f15
commit
190a777278
53 changed files with 568 additions and 603 deletions
|
|
@ -243,6 +243,16 @@ td.currency, td.actions {
|
|||
text-align: right;
|
||||
padding-right: 0.5em; }
|
||||
|
||||
td.closed {
|
||||
background: url(/images/arrow_right_red.png) no-repeat center left; }
|
||||
td.closed a {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
padding-left: 20px; }
|
||||
|
||||
td.open {
|
||||
background: url(/images/arrow_down_red.png) no-repeat center left; }
|
||||
|
||||
div.edit_form {
|
||||
border: 2px solid #e3e3e3;
|
||||
background: #f5f5f5;
|
||||
|
|
@ -252,7 +262,7 @@ div.edit_form {
|
|||
|
||||
#edit_article, #edit_box {
|
||||
position: fixed;
|
||||
top: 23%;
|
||||
top: 5em;
|
||||
left: 10em;
|
||||
width: 55em;
|
||||
background: #FBFBFB;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue