Merge with 265a5f1cc7cf4f3bec24e02604c4f0415ae86c70 editorjs
authorveltr
Thu, 25 Oct 2012 14:53:29 +0200
brancheditorjs
changeset 17 d22ded2dfaf1
parent 16 7536b92a7775 (current diff)
parent 11 265a5f1cc7cf (diff)
child 18 c85b323f5174
Merge with 265a5f1cc7cf4f3bec24e02604c4f0415ae86c70
integration/css/edition.css
--- a/integration/css/home.css	Thu Oct 25 14:51:17 2012 +0200
+++ b/integration/css/home.css	Thu Oct 25 14:53:29 2012 +0200
@@ -1,31 +1,31 @@
 /* header */
-.header .title-header{
+.title-header{
 	width: 460px;
 	float: left;
 	height: 60px;
 }
-.header .title-header h2{
+.title-header h2{
 	width: 100%;
 	text-align: center;
 	line-height: 60px;
 }
-.header .title-header h2 a{
+.title-header h2 a{
 	color: #de2500;
 	font-size: 24px;
 	text-decoration: underline;
 	font-weight: bold;
 }
-.header .title-header h2 a:hover{
+.title-header h2 a:hover{
 	text-decoration: none;
 }
 /* content */
-.content .left-content, 
-.content .right-content{
+.left-content, 
+.right-content{
 	padding-top: 8px;
 	float: left;
 }
-.content .left-content h2,
-.content .right-content h2{
+.left-content h2,
+.right-content h2{
 	padding: 6px 0;
 	margin-bottom: 14px;
 	border-bottom: 1px solid #333333;
@@ -34,21 +34,21 @@
 	font-weight: 600;
 }
 /* left-content */
-.content .left-content{
+.left-content{
 	width: 630px;
 	margin-right: 20px;
 }
-.left-content .hashcut-video-wrap{
+.hashcut-video-wrap{
 	padding-left: 10px;
 	overflow: hidden;
 	margin-bottom: 16px;
 }
-.hashcut-video-wrap .news{
+.news{
 	width: 300px;
 	float: left;
 	margin-right: 20px;
 }
-.hashcut-video-wrap .news:nth-child(2n+2){
+.news:nth-child(2n+2){
 	margin-right: 0;
 }
 .hashcut-video-wrap  h3{
@@ -57,99 +57,101 @@
 .hashcut-video-wrap  h3 strong{
 	font-weight: 600;
 }
-.hashcut-video-wrap  .last h3 strong{
+.last h3 strong{
 	margin-bottom: 2px;
 	font-weight: 600;
 	display: block;
 }
-.left-content .hashcut-video-wrap h3 a{
+.hashcut-video-wrap h3 a{
 	border-bottom: 1px solid #bababa;
 	display: inline-block;
     line-height: 12px;
 }
-.left-content  .hashcut-video-wrap h3 a:hover{
+.hashcut-video-wrap h3 a:hover{
 	border-bottom: none;
 }
-iv.hashcut-video-wrap h3 span{
+.hashcut-video-wrap h3 span{
 	color: #de2500;
 }
 .hashcut-video-wrap  a.screenshot{
 	display: inline-block;
 	margin-bottom: 8px;
 }
-.hashcut-video-wrap  .last:nth-child(4n+4){
+.last:nth-child(4n+4){
 	margin-right: 0;
 }
-.hashcut-video-wrap .last{
+.last{
 	width: 140px;
 	float: left;
 	margin: 0 20px 12px 0;
 }
-.left-content .pagination{
+.pagination{
 	text-align: center;
 }
-.left-content .pagination a{
+.pagination a{
 	font-size: 14px;
 	color: #7628df;
 	text-decoration: underline;
 }
-.left-content .pagination a:hover{
+.pagination a:hover{
 	text-decoration: none;
 }
-.left-content .pagination a.active{
+.pagination a.active{
 	color: #de2500;
 	text-decoration: none;
 }
 /* right-content */
-.content .right-content{
+.right-content{
 	width: 310px;
 }
-.right-content .definition p{
+.definition p{
 	font-size: 12px;
 	line-height: 14px;
 	margin-bottom: 12px;
 }
-.right-content .definition p strong{
+.definition p strong{
 	font-weight: bold;
 }
-.right-content .definition p a{
+.definition p a{
 	color: #7628df;
 	text-decoration: underline;
 }
-.right-content .definition p a:hover{
+.definition p a:hover{
 	text-decoration: none;
 }
-.how-to ul li{
+.how-to  li{
 	background-image: url(../img/how-to-sprite.png);
 	background-repeat: no-repeat;
 	margin-bottom: 2px;
 }
-.how-to ul li h3{
+.how-to  li h3{
 	color: #de2500;
 	font-size: 18px;
 	font-weight: bold;
 	margin-bottom: 12px;
 }
-.how-to ul li p{
-	font-size: 12px;
+.how-to  li p{
+	font-size: 12px; 
+	word-wrap: break-word;
+	width: 210px;
 }
-.how-to ul li.inscription{
+.how-to  li.inscription{
 	height: 84px;
 	background-position: 212px 0;
 }
-.how-to ul li.creation{
+.how-to  li.creation{
 	height: 100px;
 	background-position: 212px -128px;
 }
-.how-to ul li.creation{
+.how-to  li.creation{
 	height: 100px;
 	background-position: 212px -128px;
 }
-.how-to ul li.publier{
+.how-to  li.publier{
 	height: 90px;
 	background-position: 212px -266px;
 }
-.how-to ul li.next-step{
+.how-to  li.next-step{
 	height: 24px;
 	background-position: 212px -377px;
 }
\ No newline at end of file
--- a/integration/home.html	Thu Oct 25 14:51:17 2012 +0200
+++ b/integration/home.html	Thu Oct 25 14:53:29 2012 +0200
@@ -167,17 +167,17 @@
                         <ul>
                             <li class="inscription">
                                 <h3>1. S’inscrire</h3>
-                                <p>Commencez par créer votre espace<br/>personnel sur cette plateforme !</p>
+                                <p>Commencez par créer votre espace personnel sur cette plateforme !</p>
                             </li>
                             <li class="next-step"></li>
                             <li class="creation">
                                 <h3>2. Créer un hashcut</h3>
-                                <p>Choisissez des médias, segmentez-<br/>les, assemblez les segments et rajou-<br/>tez des commentaires sur le Hashcut.</p>
+                                <p>Choisissez des médias, segmentez les, assemblez les segments et rajoutez des commentaires sur le Hashcut.</p>
                             </li>
                             <li class="next-step"></li>
                             <li class="publier">
                                 <h3>3. Publier et partager</h3>
-                                <p>Une fois le hashcut terminé,<br/>publiez-le sur cette plateforme et<br/>partagez votre création sur les<br/>réseaux sociaux</p>
+                                <p>Une fois le hashcut terminé, publiez-le sur cette plateforme etpartagez votre création sur les réseaux sociaux</p>
                             </li>
                         </ul>
                     </div>