|
8 | 8 |
|
9 | 9 | <div class="gridItem clearfix custCol-border"> |
10 | 10 |
|
11 | | - <div class="itemImg row10 color-secondary custCol-secondary overflowHidden js-item <% if(!shipsToYou){ %>textOpacity25<% } %>" data-id="<%= ob.contract_hash %>"> |
| 11 | + <div class="itemImg row10 color-secondary custCol-secondary overflowHidden js-item" data-id="<%= ob.contract_hash %>"> |
12 | 12 | <div class="itemImg <% if(ob.cloak){ %> nsfw <% } %>" style="background-image: url(<%= ob.imageURL %>), url(imgs/defaultItem.png);"></div> |
13 | 13 | </div> |
14 | | - <div class="table <% if(!shipsToYou){ %>textOpacity25<% } %>"> |
| 14 | + <div class="table"> |
15 | 15 | <div> |
16 | 16 | <% if(ob.showAvatar) { %> |
17 | 17 | <div class="thumbnail-small js-avatar tooltip" data-tooltip="<% if(ob.handle) { %><%= ob.handle %><% }else{ %><%= ob.guid %><% } %>" data-handle="<%= ob.handle %>" |
|
84 | 84 |
|
85 | 85 | <% if(ob.contract_type){ %><!-- type is not yet implemented --> |
86 | 86 | <div class="listingType borderRadius3 js-item textOpacity90"> |
87 | | - <span class="<% print('listingType'+ob.contract_type) %>"> |
88 | | - <% if(ob.contract_type == "PHYSICAL_GOOD"){ %> |
89 | | - <%= polyglot.t('Physical') %> |
90 | | - <% }else if(ob.contract_type == "DIGITAL_GOOD"){ %> |
91 | | - <%= polyglot.t('Digital') %> |
92 | | - <% }else{ %> |
93 | | - <%= polyglot.t('Service') %> |
94 | | - <% } %> |
95 | | - </span> |
| 87 | + <span class="<% print('listingType'+ob.contract_type) %>"> |
| 88 | + <% if(ob.contract_type == "PHYSICAL_GOOD"){ %> |
| 89 | + <%= polyglot.t('Physical') %> |
| 90 | + <% }else if(ob.contract_type == "DIGITAL_GOOD"){ %> |
| 91 | + <%= polyglot.t('Digital') %> |
| 92 | + <% }else{ %> |
| 93 | + <%= polyglot.t('Service') %> |
| 94 | + <% } %> |
| 95 | + </span> |
96 | 96 | </div> |
97 | 97 | <% } %> |
98 | 98 |
|
99 | 99 | <% if(!shipsToYou && ob.ships_to.length != 0){ %> |
100 | 100 | <div class="listingDoesNotShipToYou cursorDefault tooltip" data-tooltip="<%= polyglot.t('DoesNotShip') %>"> |
101 | | - <span class="ion-minus-circled fontSize15 marginLeft05 positionWrapper" style="color: #DCDCDC" ></span> |
| 101 | + <span class="ion-cube fontSize14 marginLeft05 positionWrapper" style="color: #DCDCDC" ></span> |
| 102 | + <span class="listingsDoesNotShipToYouSlash">/</span> |
102 | 103 | </div> |
103 | 104 | <% } %> |
104 | 105 |
|
|
0 commit comments