Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 3d97197

Browse files
committed
center icon slightly better
1 parent ab28419 commit 3d97197

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

css/obBase.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5141,6 +5141,10 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
51415141
margin-left: 0;
51425142
}
51435143

5144+
#ov1 .marginLeft05 {
5145+
margin-left: 0.5px;
5146+
}
5147+
51445148
#ov1 .marginLeft1 {
51455149
margin-left: 1px;
51465150
}

js/templates/itemShort.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
<% if(!shipsToYou && ob.ships_to.length != 0){ %>
9292
<div class="listingDoesNotShipToYou cursorDefault">
93-
<span class="ion-minus-circled fontSize15 tooltip marginLeft1" style="color: #DCDCDC" data-tooltip="<%= polyglot.t('DoesNotShip') %>"></span>
93+
<span class="ion-minus-circled fontSize15 tooltip marginLeft05" style="color: #DCDCDC" data-tooltip="<%= polyglot.t('DoesNotShip') %>"></span>
9494
</div>
9595
<% } %>
9696

0 commit comments

Comments
 (0)