CSS Fix for Products in /shop

This commit is contained in:
Fabien Pinckaers 2014-07-09 18:48:25 +02:00
parent be93fd9540
commit ac7f1d9e0e
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
@charset "utf-8";
/* ---- Default Styles ---- */
.oe_product {
border: 1px solid rgba(100, 100, 100, 0.2);
@ -53,7 +52,7 @@
right: 0;
bottom: 0;
overflow: hidden;
padding: 0 15px 24px 0;
padding: 0 15px 24px 15px;
min-height: 56px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.75);

View File

@ -47,7 +47,7 @@
right: 0
bottom: 0
overflow: hidden
padding: 0 15px 24px 0
padding: 0 15px 24px 15px
min-height: 56px
border-top: 1px solid rgba(255,255,255,0.2)
background: rgba(255, 255, 255, 0.75)