ajouts homeshop
This commit is contained in:
parent
9cd5a7a665
commit
395eac04f4
13
modules/ordertaxprofitreport/config_fr.xml
Normal file
13
modules/ordertaxprofitreport/config_fr.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
<module>
|
||||||
|
<name>ordertaxprofitreport</name>
|
||||||
|
<displayName><![CDATA[Rapport Commandes, TVA et Bénéfices]]></displayName>
|
||||||
|
<version><![CDATA[2.9.1]]></version>
|
||||||
|
<description><![CDATA[Configurez et exportez votre rapport Commandes, TVA et Bénéfices]]></description>
|
||||||
|
<author><![CDATA[Business Tech]]></author>
|
||||||
|
<tab><![CDATA[billing_invoicing]]></tab>
|
||||||
|
<confirmUninstall><![CDATA[Etes-vous sûr de vouloir le supprimer? Votre rapport Commandes, TVA et Bénéfices ne fonctionnera plus]]></confirmUninstall>
|
||||||
|
<is_configurable>1</is_configurable>
|
||||||
|
<need_instance>1</need_instance>
|
||||||
|
<limited_countries></limited_countries>
|
||||||
|
</module>
|
@ -2339,27 +2339,44 @@ main#categorycms { margin-bottom: 30px }
|
|||||||
#homeslider .flex-direction-nav .flex-nav-prev i::before { left: 0; }
|
#homeslider .flex-direction-nav .flex-nav-prev i::before { left: 0; }
|
||||||
|
|
||||||
|
|
||||||
|
#homepage-slider .flex-direction-nav {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
margin: auto;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 30px;
|
||||||
|
}
|
||||||
#homepage-slider .flex-direction-nav .flex-next,
|
#homepage-slider .flex-direction-nav .flex-next,
|
||||||
#homepage-slider .flex-direction-nav .flex-prev {
|
#homepage-slider .flex-direction-nav .flex-prev {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
}
|
}
|
||||||
#homepage-slider .flex-direction-nav .flex-next {
|
#homepage-slider .flex-direction-nav .flex-next {
|
||||||
right: 30px;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 10px;
|
||||||
}
|
}
|
||||||
#homepage-slider .flex-direction-nav .flex-prev {
|
#homepage-slider .flex-direction-nav .flex-prev {
|
||||||
left: 30px;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 10px;
|
||||||
}
|
}
|
||||||
#homepage-slider .flex-direction-nav .flex-next i::before {
|
#homepage-slider .flex-direction-nav .flex-next i::before {
|
||||||
right: 0;
|
right: 0;
|
||||||
font-family: 'icomoon';
|
font-family: 'icomoon';
|
||||||
content:'\e90c';
|
content:'\e90c';
|
||||||
|
color: #000;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 27px;
|
||||||
}
|
}
|
||||||
#homepage-slider .flex-direction-nav .flex-nav-prev i::before {
|
#homepage-slider .flex-direction-nav .flex-nav-prev i::before {
|
||||||
content:'\e90c';
|
content:'\e90b';
|
||||||
font-family: 'icomoon';
|
font-family: 'icomoon';
|
||||||
|
color: #000;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#homepage-slider .flexslider:hover .flex-direction-nav .flex-next,
|
#homepage-slider .flexslider:hover .flex-direction-nav .flex-next,
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user