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

Commit

Permalink
Merge pull request #1662 from OpenBazaar/fixStoreBugs
Browse files Browse the repository at this point in the history
Minor fixes on the store tab
  • Loading branch information
jjeffryes committed Jun 6, 2016
2 parents 711acf8 + 9a086f1 commit e6069d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions css/obBase.css
Original file line number Diff line number Diff line change
Expand Up @@ -6171,6 +6171,16 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
opacity: 0 !important;
}

#ov1.minEffects .fadeIn,
#ov1.minEffects .statusBar.fadeIn,
#ov1.minEffects #pageNav .statusBar.fadeIn,
#ov1.minEffects #userPage .fadeIn,
#ov1.minEffects #userPage #pageNav .fadeIn,
#ov1.minEffects #userPage #pageNav .statusBar.fadeIn,
#ov1.minEffects #userPage #obContainer #content .statusBar.fadeIn {
opacity: 1 !important;
}

#ov1.minEffects #sideBar .sideBarSlidShow {
display: none;
}
Expand Down
4 changes: 2 additions & 2 deletions js/templates/itemShort.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<div class="gridItemOverlay custCol-primary custCol-border fadeOut js-deleteOverlay">
<span>Are you sure?</span>
<div>
<a class="fontSize12 fontWeight400 textOpacity75 js-itemShortDeleteCancel"><%= polyglot.t('Cancel') %></a>
<a class="btn btn-txt btn-txtOnly fontSize12 fontWeight400 textOpacity75 js-itemShortDeleteCancel"><%= polyglot.t('Cancel') %></a>
<a class="btn btn-txt custCol-secondary marginLeft5 fontSize13 js-itemShortDeleteConfirm"><%= polyglot.t('YesDelete') %></a>
</div>
</div>
Expand Down Expand Up @@ -103,7 +103,7 @@
</div>
<% } %>

<% if(!shipsToYou && ob.ships_to.length != 0){ %>
<% if(!shipsToYou && ob.ships_to.length != 0 && !ob.ownPage){ %>
<div class="listingDoesNotShipToYou cursorDefault tooltip" data-tooltip="<%= polyglot.t('DoesNotShip') %>">
<span class="ion-cube fontSize14 marginLeft05 positionWrapper" style="color: #DCDCDC" ></span>
<span class="listingsDoesNotShipToYouSlash">/</span>
Expand Down

0 comments on commit e6069d2

Please sign in to comment.