Files
interblue.pl/modules/cmsproductspro/cmsproductspro.css
2024-10-25 14:16:28 +02:00

31 lines
712 B
CSS

/**
* PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
*
* @author VEKIA https://www.prestashop.com/forums/user/132608-vekia/
* @copyright 2010-2017 VEKIA
* @license This program is not free software and you can't resell and redistribute it
*
* CONTACT WITH DEVELOPER
* support@mypresta.eu
*/
.cmsproductspro ul {
list-style: none !important;
padding: 0px !important;
margin: 0px !important;
}
.cmsproductspro img {
margin: auto;
max-width: 100%;
height: auto;
}
.cmsproductspro_thumb {
padding:10px;
background:#FFF;
border:1px solid #cecece;
border-radius:5px;
margin-right:10px!important;
display:inline-block;
}