From 46d47aef247988800d5b66cbe0100ed6a1940711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 2 Nov 2015 10:18:00 +0100 Subject: [PATCH] style: use multiple backgrounds on the same elements for "salon des maires" Otherwise it's not taht good on very wide screens. --- static/css/combo-style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/combo-style.css b/static/css/combo-style.css index e573068..94ab84d 100644 --- a/static/css/combo-style.css +++ b/static/css/combo-style.css @@ -641,13 +641,15 @@ 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 { - background-image: url(../img/label-montpellier.png); + background-image: url(../img/SMCL2015_FINALISTE.png); + background-image: url(../img/label-montpellier.png), + url(../img/SMCL2015_FINALISTE.png); + background-position: right top, 85% 100%; } div.textcell.prix-montpellier {