# HG changeset patch # User Anthony Ly # Date 1369150891 -7200 # Node ID 11a3be0689fc34ad70680183c3fb1791a48b0a74 # Parent 2a3159ee4ed02d70923a91993662c6e8660a2d5f# Parent 64a77e529f23d57839c325e97df15481c6ab9b21 Merge diff -r 64a77e529f23 -r 11a3be0689fc integration/css/style.css --- a/integration/css/style.css Tue May 21 14:54:41 2013 +0200 +++ b/integration/css/style.css Tue May 21 17:41:31 2013 +0200 @@ -36,7 +36,7 @@ .project-title-editor{line-height: 28px; } .project-title-editor-form{margin: 0;} .project-action a:last-child{margin-right: 20px;} -.chapter-widget-info{background-color:#e74c3c; padding: 10px 0; margin-bottom: 20px;} +.chapter-widget-info{} .chapter-widget form{ margin: 0;} .chapter-widget input, .form-info-general-annotation input, .form-info-general-annotation textarea{width: 196px; max-width: 196px; } .chapter-widget textarea{width: 426px; max-width: 426px; min-width: 426px; height: 20px; @@ -44,16 +44,16 @@ -moz-transition: height .3s ease; transition: height .3s ease; } +.form-chapter-edit{padding-top: 10px;} .chapter-widget-info table{margin: 0; padding-top: 40px; } .chapter-widget table td{} .chapter-widget textarea:focus{height: 100px;} -.chapitre-cut-wrap{position: relative; height: 60px;} -.btn-cut-chapter{position: absolute;bottom: 0;left: 11px;} -.indicateur-chapter{z-index:100; left:10px; width: 1px; height: 100%;background-color: #e74c3c; position: absolute;} -.chapter-segments {width: 100%; height: 20px; background-color: #856; margin: 0;} -.chapter-segments li{ width:50%; background-color: #f1c40f;float: left; list-style: none; line-height: 20px; height: 20px; text-align: center;} -.chapter-segments li:last-child{background-color: #27ae60;} -.list-chapter-wrap{background-color: #3498db;} +.chapitre-cut-wrap{position: relative; height: 50px; margin-bottom: 10px;} +.btn-cut-chapter{position: absolute;top: 20px;left: 11px;} +.indicateur-chapter{z-index:100; left:10px; width: 1px; height: 100%;background-color: #000; position: absolute;} +.chapter-segments {width: 100%; height: 20px; margin: 0;} +.chapter-segments li{cursor:pointer; float: left; list-style: none; line-height: 20px; height: 20px; text-align: center; overflow: hidden;} +.list-chapter-wrap{} .list-chapter-wrap h4{padding: 10px; border-bottom: 1px solid; margin-bottom: 10px;} .add-annotation-wrap, form.form-info-general-annotation{padding: 10px 0; background-color: #1abc9c;} .add-annotation-wrap strong{padding-left: 10px;} @@ -80,4 +80,7 @@ .html-apercu{overflow: auto; margin-top: 10px;} .input-image-url{display: none;} .timeline-annotation-widget{width: 460px;height: 40px;background-color: #ecf0f1; position: relative;} -.timeline-annotation-widget .annotation{width: 10px; height: 10px; background-color: #c0392b; position: absolute; top:15px;} \ No newline at end of file +.timeline-annotation-widget .annotation{width: 10px; height: 10px; background-color: #c0392b; position: absolute; top:15px;} +ul.tagit{margin-left: 10px;-webkit-border-radius: 0px; +-moz-border-radius: 0px; +border-radius: 0px;} \ No newline at end of file diff -r 64a77e529f23 -r 11a3be0689fc integration/edition.html --- a/integration/edition.html Tue May 21 14:54:41 2013 +0200 +++ b/integration/edition.html Tue May 21 17:41:31 2013 +0200 @@ -66,24 +66,24 @@
- + Nouveau chapitre
+

Liste des chapitres

@@ -122,6 +123,7 @@ +
@@ -445,6 +448,7 @@ + \ No newline at end of file