Skip to content

Commit

Permalink
(hopefully) fixed height of add to cart dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
thms committed Jul 8, 2013
1 parent 3edff52 commit eab601f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/spree/shared/_minicart_dialog.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ $(function() {
<div id="minicart-gift-packaging">
<%= render :partial => "spree/shared/minicart_gift_packaging", :locals => {:product => @product} if @product %>
</div>
<div style="clear:both;"></div>
<div class="clearfix"></div>
<div id="minicart-response"></div>
<div style="clear:both;"></div>
<div class="clearfix"></div>

<div style="margin:24px auto auto 160px;">
<%= link_to_function t(:continue_shopping), '$("#minicart-dialog").dialog("close")', :class => 'button' %>&nbsp;&nbsp;
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.13'
s.version = '0.5.14'
s.summary = 'Spree Commerce Theme for reservebar.com'

s.author = 'Thomas Boltze'
Expand Down

0 comments on commit eab601f

Please sign in to comment.