Skip to content

Commit

Permalink
fixed order price label dexlab-io#11
Browse files Browse the repository at this point in the history
  • Loading branch information
vipin kumar authored and vipin kumar committed Nov 13, 2018
1 parent 484eac5 commit fbc8746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/css/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ header .account .msg { position: absolute; bottom: -2px; right: -2px; display: b
header .account .msg i { display: inline-block; transform: scale(0.6, 0.6); vertical-align: top; }

/*---------------------
custom
custom
-----------------------*/
.side { position: absolute; height: 100%; top: 66px; right: -1.5px; width: 33%; padding-left: 5px;}
.sideOrderBook {position: absolute; height: 44%; left:0; width: 32%; border-radius:5px; }
Expand Down Expand Up @@ -184,7 +184,7 @@ header .account .msg i { display: inline-block; transform: scale(0.6, 0.6); vert
.trade-list .trade-list-header { color: @text-color-dark-3; line-height: 25px; display: flex; justify-content: space-between;}
.trade-list li { display: flex; justify-content: space-between; padding: 2px 20px; line-height: 20px; font-weight: 600; color: @text-color-dark-2 }
.trade-list li:hover { background: @dark-color-2 }
.trade-list li>span { display: block; width: 70px; text-align: left;}
.trade-list li>span { display: block; width: 80px; text-align: left;}
.trade-list li>span:nth-child(2) { width: 85px; text-align: right; }
.trade-list li>span:nth-child(3) { text-align: right; width: 105px;}
.trade-list.trade-history-list li>span:nth-child(2){width: 115px;}
Expand Down

0 comments on commit fbc8746

Please sign in to comment.