diff -r 16b482c153fd -r abd04f346dbe integration/css/style.css --- a/integration/css/style.css Thu May 16 18:03:54 2013 +0200 +++ b/integration/css/style.css Fri May 17 12:41:30 2013 +0200 @@ -51,8 +51,7 @@ .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;} +.chapter-segments li{float: left; list-style: none; line-height: 20px; height: 20px; text-align: center;} .list-chapter-wrap{background-color: #3498db;} .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;} @@ -80,4 +79,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