Refactor orderfooter and quantity display
* Unit, others_quantitiy and other_tolerance is now in orderfooter * We display the missing units in the article row now.
This commit is contained in:
parent
646a6b11f5
commit
fd1eb8a1d7
5 changed files with 58 additions and 22 deletions
|
|
@ -81,6 +81,12 @@ option {
|
|||
span.click-me {
|
||||
cursor: pointer; }
|
||||
|
||||
.left {
|
||||
float: left; }
|
||||
|
||||
.right {
|
||||
float: right; }
|
||||
|
||||
.clear {
|
||||
clear: both; }
|
||||
|
||||
|
|
@ -413,6 +419,7 @@ table#order {
|
|||
padding-right: 10px; }
|
||||
|
||||
#order-footer, .article-info {
|
||||
text-align: left;
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
|
@ -435,7 +442,7 @@ table#order {
|
|||
|
||||
.article-info {
|
||||
z-index: 2;
|
||||
width: 30em;
|
||||
width: 50em;
|
||||
height: 8em;
|
||||
border: none;
|
||||
left: 30px; }
|
||||
|
|
|
|||
|
|
@ -81,6 +81,12 @@ option {
|
|||
span.click-me {
|
||||
cursor: pointer; }
|
||||
|
||||
.left {
|
||||
float: left; }
|
||||
|
||||
.right {
|
||||
float: right; }
|
||||
|
||||
.clear {
|
||||
clear: both; }
|
||||
|
||||
|
|
@ -413,6 +419,7 @@ table#order {
|
|||
padding-right: 10px; }
|
||||
|
||||
#order-footer, .article-info {
|
||||
text-align: left;
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
|
@ -435,7 +442,7 @@ table#order {
|
|||
|
||||
.article-info {
|
||||
z-index: 2;
|
||||
width: 30em;
|
||||
width: 50em;
|
||||
height: 8em;
|
||||
border: none;
|
||||
left: 30px; }
|
||||
|
|
|
|||
|
|
@ -90,7 +90,10 @@ option
|
|||
|
||||
span.click-me
|
||||
cursor: pointer
|
||||
|
||||
.left
|
||||
float: left
|
||||
.right
|
||||
float: right
|
||||
.clear
|
||||
clear: both
|
||||
|
||||
|
|
@ -454,6 +457,7 @@ table#order
|
|||
td
|
||||
:padding-right 10px
|
||||
#order-footer, .article-info
|
||||
text-align: left
|
||||
z-index: 1
|
||||
position: fixed
|
||||
bottom: 0
|
||||
|
|
@ -475,7 +479,7 @@ table#order
|
|||
background-color: red
|
||||
.article-info
|
||||
z-index: 2
|
||||
width: 30em
|
||||
width: 50em
|
||||
height: 8em
|
||||
border: none
|
||||
left: 30px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue