--- a/integ/css/iri.css Tue Apr 09 10:37:21 2013 +0200
+++ b/integ/css/iri.css Tue Apr 09 11:11:13 2013 +0200
@@ -80,21 +80,6 @@
position: relative;
}
-.logo-iri{
- z-index: 10;
- position: absolute;
- right: 25px;
- bottom: 66px;
-}
-div.tooltip-iri{
- z-index:10;
- padding: 10px 15px;
- position: absolute;
- background: #3d3d3c;
- border: 1px solid #626262;
- text-align: left;
- -webkit-box-shadow: 0 0 20px 0px #000000;
- box-shadow: 0 0 20px 0px #000000;
- display: none;
-}
+.logo-iri{z-index: 10;position: absolute;right: 25px;bottom: 66px;}
+div.tooltip-iri{ z-index:10;padding: 10px 15px;position: absolute;background: #3d3d3c;border: 1px solid #626262;text-align: left; -webkit-box-shadow: 0 0 20px 0px #000000;box-shadow: 0 0 20px 0px #000000;display: none;}
div.tooltip-iri p{display: inline-block;}
Binary file integ/img/star-icon.png has changed
Binary file integ/img/sticker-1.png has changed
Binary file integ/img/sticker-2.png has changed
Binary file integ/img/sticker-3.png has changed
Binary file integ/img/sticker-4.png has changed
Binary file integ/img/sticker-5.png has changed
Binary file integ/img/sticker-6.png has changed
Binary file integ/img/stickers/mon-avis.png has changed
Binary file integ/img/stickers/scenes-cultes.png has changed
Binary file integ/img/stickers/tu-vas-aimer.png has changed
--- a/integ/iri-creation-cinecard.html Tue Apr 09 10:37:21 2013 +0200
+++ b/integ/iri-creation-cinecard.html Tue Apr 09 11:11:13 2013 +0200
@@ -65,34 +65,34 @@
<h3>Stickers</h3>
<ul class="stickers less" id="stickers-more">
<li>
- <a href="#">
- <img src="img/sticker-1.png" alt="SCENES CULTE" />
+ <a class="culte" href="#">
+ <span>SCENES CULTE</span>
</a>
</li>
<li>
- <a href="#">
- <img src="img/sticker-2.png" alt="TU VAS AIMER" />
+ <a class="star" href="#">
+ <span>MON<br />AVIS</span>
</a>
</li>
<li>
- <a href="#">
- <img src="img/sticker-3.png" alt="MON AVIS" />
+ <a class="like" href="#">
+ <span>TU VAS<br />AIMER</span>
</a>
</li>
<li>
- <a href="#">
- <img src="img/sticker-4.png" alt="POURQUOI LE VOIR" />
+ <a class="culte" href="#">
+ <span>POURQUOI<br/>LE VOIRS</span>
</a>
</li>
<li>
- <a href="#">
- <img src="img/sticker-5.png" alt="POURQUOI J'AI AIME" />
+ <a class="star" href="#">
+ <span>SECRETS<br />ET BONUS</span>
</a>
</li>
<li>
- <a href="#">
- <img src="img/sticker-6.png" alt="SECRETS ET BONUS" />
+ <a class="like" href="#">
+ <span>POURQUOI<br />J'AI AIMÉ</span>
</a>
</li>