Skip to content

Commit

Permalink
Hide wishlist form - it popped up after the lastt deploy, but not on …
Browse files Browse the repository at this point in the history
…local development...
  • Loading branch information
thms committed Mar 31, 2013
1 parent acc376a commit c454735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/store/reservebar.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ div.ui-dialog .dialog-content {background-color:#f1f1f1;}
fieldset#shipping_method label {float:none;display:block;}

/* whishlist, gift packaging, whiskey of the month styling on product page */
/* hide from here for now */
#wishlist-form {display:none;}
#wishlist-form a, .gift-options-available a, .whiskey-of-the-month a {vertical-align:top;height:34px;line-height:34px;}
#wishlist-form span, .gift-options-available span, .whiskey-of-the-month span {height:34px;width:34px;display:inline-block;}
#wishlist-form span {background:url(product-sprite.png) no-repeat 0 0;}
Expand Down
2 changes: 1 addition & 1 deletion spree_reservebar_theme.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_reservebar_theme'
s.version = '0.5.5'
s.version = '0.5.6'
s.summary = 'Spree Commerce Theme for reservebar.com'

s.author = 'Thomas Boltze'
Expand Down

0 comments on commit c454735

Please sign in to comment.