From 72b5432c0121e74c7dc7f9eff209dd251b1f72db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 12 Aug 2013 18:00:12 +0200 Subject: [PATCH] style: add icons for feeds and newsletters boxes --- .../themes/django-montpellier/Picto-Bulle.png | Bin 0 -> 477 bytes .../themes/django-montpellier/Picto-coeur.png | Bin 0 -> 518 bytes .../static/themes/django-montpellier/style.css | 8 ++++++++ 3 files changed, 8 insertions(+) create mode 100644 compte_agglo_montpellier/static/themes/django-montpellier/Picto-Bulle.png create mode 100644 compte_agglo_montpellier/static/themes/django-montpellier/Picto-coeur.png diff --git a/compte_agglo_montpellier/static/themes/django-montpellier/Picto-Bulle.png b/compte_agglo_montpellier/static/themes/django-montpellier/Picto-Bulle.png new file mode 100644 index 0000000000000000000000000000000000000000..23f443f5f2fed05c7e852581d725574fff46c628 GIT binary patch literal 477 zcmV<30V4j1P)X1^@s6S>%lC00006VoOIv00000 z008+zyMF)x010qNS#tmY7ZLyf7ZL$ypVCqQ000McNliru-3Sa1IR}Go4h#SQ0cuG^ zK~zY`%~soOgFq0Ru_yp{fGe;|poF9YQbCdqoC=%{oK%2Pf!#rH1*QY&VDhs>=mZhR z9d<@SaAH{vvrkIGEkJUTUD7v}lmW;hai~bP=6Cv6ow1~Y;-ZmM_z;pL*p+KJWIlve z_MF?j2C!xz0IUJD=CkmLbK;yoNw$*mfZVA`){?5;kIp6pNjm_i5JCVpb3aZ7%CnO6 z3Lu?ZT_L5JjP#6m+zCS=O97ODIrJ1$p%lO_AY|vL3X!a>Z0~{<{ux#SIh0N4zU9r5 z+M3$ilBMlKXltbQ5qzg1gu1!&An6F;;`SnI2QL%-Zmm-N)wF4!O8R#4q;Tx^GbVlM zyM9m-NOlSo0G@40t4VHp>Rc@hRZr0|v;e+HesqMUY>dDA&>vM+IO;S;&N~WT3);Yo zqY=2;xv}%CWRF3puhJ<*ohXDHl{y^e)_*KQZpY4+CN#Pa^*Z*W^^>y=-No?(BF#T0 TXX1^@s6RQmj^00006VoOIv00000 z008+zyMF)x010qNS#tmY7ZLyf7ZL$ypVCqQ000McNliru-3Sa1ISY!|LMH$K0h38Y zK~zY`&6nYAgfI++pQ{@nBe21-L9;aN)tL#oOW0EBR3%~%F09-|+PlZTYq;E{pki0NHJ{53x5R&{g zR*0MT;f`dZ_fg-CB<;~4t@p7qF!YrgNtz=;+^X%2gHx>D8|0)9E-~*Sa-H#c1JD6@ zB6$Z;0yqQs0?>=dNA~toRT^DsyI^ZMKL$UnDT+J<@4gp&rr`M%z>D4|00n^L-4#=$ zSz+JmWg-cE^OP~k$(jPPFriThlB{w<<0LU<-o*~j* zM}@K}8zC2@j+|ASoQ|3TA|zv{c(>wS`$zU!XYKEV{FnclAFZ_1`N0*xUH||907*qo IM6N<$f`*gTxc~qF literal 0 HcmV?d00001 diff --git a/compte_agglo_montpellier/static/themes/django-montpellier/style.css b/compte_agglo_montpellier/static/themes/django-montpellier/style.css index 3a42dc7..181d204 100644 --- a/compte_agglo_montpellier/static/themes/django-montpellier/style.css +++ b/compte_agglo_montpellier/static/themes/django-montpellier/style.css @@ -177,6 +177,14 @@ br.clear { cursor: default; /* someday, perhaps, cursor: move */ } +#content .block h2.feeds { + background-image: url(Picto-Bulle.png); +} + +#content .block h2.newsletters { + background-image: url(Picto-Coeur.png); +} + #content .demarches ul, #content ul.mes-demarches { list-style: none;