lightspeedretail / webstore

Web Store eCommerce solution for Lightspeed
http://www.lightspeedpos.com/webstore
Open Software License 3.0
85 stars 63 forks source link

Email Cart - Module Issue #543

Closed mattmagi closed 11 years ago

mattmagi commented 11 years ago

When you go to edit cart, there is a button to allow you to send to a friend. That pops up in a module. This does not have a background or padding and it looks very strange. I thought it might of been due to my customizations but on the lightspeed demo site it does the same thing.

Screen shot here: http://i.imgur.com/XSrIG.png

I fixed it by adding a background and some padding:

.modal_reg_box_body { background: #fff; padding: 50px 100px 50px 100px; border: 1px solid #E5E5E5; }

.model_reg_buttons { position: relative; top: 0px !important; left: 86px !important; }

Thought I should flag this.