This commit is contained in:
Nolwenn 2016-06-14 11:30:08 +02:00
parent 54031b7931
commit 30b56b0956
3 changed files with 34 additions and 2 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>ordertaxprofitreport</name>
<displayName><![CDATA[Rapport Commandes, TVA et B&eacute;n&eacute;fices]]></displayName>
<version><![CDATA[2.9.1]]></version>
<description><![CDATA[Configurez et exportez votre rapport Commandes, TVA et B&eacute;n&eacute;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>

View File

@ -152,12 +152,13 @@ body.content_only { margin: 0 }
padding: 10px 20px 2px 20px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}
#header .tabs li a.active, #header .tabs li a:hover { background: #fff }
#header #mainmenu .menu-content {
display:none;
}
#header #mainmenu .menu-content.active { display: block; }
#header #mainmenu .menu-content.active { display: block; text-align: center; }
#header #mainmenu .menu-content li {
display: inline-block;
vertical-align: middle;
@ -170,6 +171,18 @@ body.content_only { margin: 0 }
padding: 11px 12px;
text-transform: uppercase;
}
#header #mainmenu .menu-content > li > a:hover,
#header #mainmenu .menu-content > li > span:hover {
color: #e44e58;
text-decoration: none;
cursor: pointer;
}
.shop #header #mainmenu .menu-content > li > a:hover,
.shop #header #mainmenu .menu-content > li > span:hover {
color: #529bb6;
cursor: pointer;
text-decoration: none;
}
#header #mainmenu .menu-content > li:last-child > a { background: #6ac5bb; color: #333; font-family: 'pompiere_regular' }
#header #mainmenu .menu-content > li:hover > a { color: #333; text-decoration: none }
#header #mainmenu .menu-content > li:last-child:hover > a { background: #333; color: #6ac5bb }
@ -187,6 +200,7 @@ body.content_only { margin: 0 }
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
text-align: left;
}
#header #mainmenu .menu-content > li .submenu .border {
border-top: 1px solid #f1f1f1;
@ -1235,6 +1249,7 @@ body .ac_results {
#header .account_box { padding-left: 0; width: 48%; }
}
@media (max-width: 500px) {
#header .box-link { padding-right: 0;}
#header #searchbox input::-webkit-input-placeholder { color: #fff; font-size: 11px; }
#header #searchbox input::-moz-input-placeholder { color: #fff; font-size: 11px;}
#header #searchbox input::-moz-placeholder { color: #fff; font-size: 11px;}

View File

@ -60,7 +60,11 @@
{if empty($childrenLink.classbloc)}<i class="fa fa-angle-right"></i>{/if}
</a>
{else}
<span {if !empty($childrenLink.classbloc)}class="{$childrenLink.classbloc}"{/if}>{$childrenLink.title}</span>
<span {if !empty($childrenLink.classbloc)}class="{$childrenLink.classbloc}"{/if}>
{if !empty($childrenLink.classbloc)}<i class="fa fa-star"></i>{/if}
{$childrenLink.title}
{if empty($childrenLink.classbloc)}<i class="fa fa-angle-right"></i>{/if}
</span>
{/if}
</li>
{/foreach}