Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas MONCHICOURT 68ca21136a Fix : merge css 2018-07-23 14:55:29 +02:00
Thomas MONCHICOURT c83832cdc1 Fix : liste annonce territoire 2018-07-10 10:15:14 +02:00
4 changed files with 8 additions and 3 deletions
@@ -68,7 +68,7 @@
<a class="td-none color-grey3"
href="{{ path('territory_show',{'alias': c.alias, '_fragment':'offers' }) }}">
{% set nbAds = 0 %}
{% for territoryAd in c.getTerritoryAds if territoryAd.company == null %}
{% for territoryAd in c.getTerritoryAds if territoryAd.ad != null %}
{% set nbAds = nbAds + 1 %}
{% endfor %}
{% if nbAds > 1 %}
@@ -15852,6 +15852,12 @@ table.highlight > tbody > tr:hover {
#company_show .item-detail-date {
font-size: 13px; }
#company_show #offers h1 {
font-size: 16px;
font-weight: bold;
margin-top: 30px;
margin-bottom: 33px;
text-transform: uppercase; }
#company_show #companies h1 {
font-size: 16px;
font-weight: bold;
margin-top: 70px;
File diff suppressed because one or more lines are too long
@@ -15,6 +15,5 @@ $grey4: #333A40;
$grey5 : #535353;
$orange: #ff9800;
$font-1: "Raleway", sans-serif;
$font-2: "Varela Round", sans-serif;