diff --git a/static/css/combo-style.css b/static/css/combo-style.css index d0a3d5d..e573068 100644 --- a/static/css/combo-style.css +++ b/static/css/combo-style.css @@ -641,6 +641,9 @@ div.textcell.ecrans { div.textcell.prix-montpellier { border: none; + background-image: url(../img/SMCL2015_FINALISTE.png); + background-repeat: no-repeat; + background-position: 80% 80%; } div.textcell.prix-montpellier > div { @@ -793,6 +796,10 @@ div.textcell.transition { div.textcell.bistro { background: none; } + + div.textcell.prix-montpellier { + background-image: none; + } } @media(max-width: 900px) { diff --git a/static/img/SMCL2015_FINALISTE.png b/static/img/SMCL2015_FINALISTE.png new file mode 100644 index 0000000..77e9368 Binary files /dev/null and b/static/img/SMCL2015_FINALISTE.png differ