19 lines
487 B
CSS
19 lines
487 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-2020 VEKIA
|
|
* @license This program is not free software and you can't resell and redistribute it
|
|
*
|
|
* CONTACT WITH DEVELOPER http://mypresta.eu
|
|
* support@mypresta.eu
|
|
*/
|
|
|
|
.fancybox-inner .alert {
|
|
margin-bottom:0px!important;
|
|
min-width:300px;
|
|
}
|
|
|
|
.fancybox-inner {
|
|
height:auto!important;
|
|
} |