integration/css/style.css
changeset 101 e40637c085b0
parent 95 5f42ac58d262
child 102 172abe53cf6c
equal deleted inserted replaced
95:5f42ac58d262 101:e40637c085b0
    47 .chapter-widget form{ margin: 0; padding-bottom: 10px;}
    47 .chapter-widget form{ margin: 0; padding-bottom: 10px;}
    48 #list-annotations{ background-color: #fff;}
    48 #list-annotations{ background-color: #fff;}
    49 .form-info-general-annotation{ }
    49 .form-info-general-annotation{ }
    50 .chapter-widget input, .form-info-general-annotation input, .form-info-general-annotation textarea{width: 196px; max-width: 196px;	}
    50 .chapter-widget input, .form-info-general-annotation input, .form-info-general-annotation textarea{width: 196px; max-width: 196px;	}
    51 .chapter-widget textarea{width: 426px; max-width: 426px; min-width: 426px; height: 20px;-webkit-transition: height .3s ease;-moz-transition: height .3s ease;transition: height .3s ease;}
    51 .chapter-widget textarea{width: 426px; max-width: 426px; min-width: 426px; height: 20px;-webkit-transition: height .3s ease;-moz-transition: height .3s ease;transition: height .3s ease;}
    52 .form-chapter-edit{}
    52 .label-left{text-align: left; padding-left: 10px;}
    53 .chapter-widget-info table{margin: 0; padding-top: 40px; }
    53 .chapter-widget-info table{margin: 0; padding-top: 40px; }
    54 .chapter-widget table td{}
    54 .chapter-widget table td{}
    55 .chapter-widget textarea:focus{height: 100px;}
    55 .chapter-widget textarea:focus{height: 100px;}
    56 .chapitre-cut-wrap{position: relative; height: 70px; margin-bottom: 10px;}
    56 .chapitre-cut-wrap{position: relative; height: 70px; margin-bottom: 10px;}
    57 .btn-cut-chapter{height:40px;position: absolute;top: 20px;left: 11px; width: 40px;}
    57 .btn-cut-chapter{height:40px;position: absolute;top: 20px;left: 11px; width: 40px;}
    59 .chapter-segments {overflow:hidden; width: 100%; height: 20px; margin: 0; position: relative;}
    59 .chapter-segments {overflow:hidden; width: 100%; height: 20px; margin: 0; position: relative;}
    60 .chapter-segments li{position: absolute; top: 0; cursor:pointer; float: left; list-style: none; line-height: 20px; height: 20px; text-align: center; overflow: hidden;}
    60 .chapter-segments li{position: absolute; top: 0; cursor:pointer; float: left; list-style: none; line-height: 20px; height: 20px; text-align: center; overflow: hidden;}
    61 .list-chapter-wrap, .list-annotation-wrap, .section{background-color: #F5F5F5; border: 1px solid #E5E5E5;}
    61 .list-chapter-wrap, .list-annotation-wrap, .section{background-color: #F5F5F5; border: 1px solid #E5E5E5;}
    62 .list-chapter-wrap table, .list-annotation-wrap table{margin-bottom: 0;}
    62 .list-chapter-wrap table, .list-annotation-wrap table{margin-bottom: 0;}
    63 .list-chapter-wrap h4, .form-chapter-edit h4, .list-annotation-wrap h4, .title-section{padding: 10px; border-bottom: 1px solid; margin-bottom: 10px;}
    63 .list-chapter-wrap h4, .form-chapter-edit h4, .list-annotation-wrap h4, .title-section{padding: 10px; border-bottom: 1px solid; margin-bottom: 10px;}
    64 .add-annotation-wrap, form.form-info-general-annotation{padding: 10px 0;}
    64 .add-annotation-wrap, .form-info-general-annotation{padding: 10px 0;}
    65 form.form-info-general-annotation ul.tagit {margin-left: 0px;width: 195px;}
    65 .form-info-general-annotation ul.tagit {margin-left: 0px;width: 195px;}
    66 form.form-info-general-annotation textarea{min-height:100px; height: 100px;min-width: 196px;}
    66 .form-info-general-annotation textarea{min-height:100px; height: 100px;min-width: 196px;}
    67 
    67 
    68 .add-annotation-wrap {margin-bottom: 20px; padding-top: 0;}
    68 .add-annotation-wrap {margin-bottom: 20px; padding-top: 0;}
    69 
    69 
    70 .slider-duration{width: 435px;display: inline-block; margin-bottom: 10px;}
    70 .slider-duration{width: 435px;display: inline-block; margin-bottom: 10px;}
    71 .btn-save-annotation{margin-right: 10px;}
    71 .btn-save-annotation{margin-right: 10px;}
   105 .video-wrap{position: relative;}
   105 .video-wrap{position: relative;}
   106 .annotations-display{}
   106 .annotations-display{}
   107 .annotation-display-view{display:none;text-align:center; line-height:200px;background-color: #fff;position: absolute; width: 200px; margin-left: -100px; height: 200px; margin-top: -100px; top: 50%; left: 50%;}
   107 .annotation-display-view{display:none;text-align:center; line-height:200px;background-color: #fff;position: absolute; width: 200px; margin-left: -100px; height: 200px; margin-top: -100px; top: 50%; left: 50%;}
   108 .list-current-annotations{position: absolute;bottom: 40px; left: 20px; margin: 0;}
   108 .list-current-annotations{position: absolute;bottom: 40px; left: 20px; margin: 0;}
   109 .list-current-annotations li{list-style: none; margin-top: 4px;}
   109 .list-current-annotations li{list-style: none; margin-top: 4px;}
   110 .list-current-annotations a{text-align:center; line-height:20px; color:#FFF;display: inline-block; background-color: #589; width: 20px; height: 20px; }
   110 .list-current-annotations a{text-decoration: none;line-height:20px; color:#202020;display: inline-block; background-color: #589; height: 20px; padding: 0 4px; }
   111 .list-current-annotations a:hover{text-decoration: none;}
   111 .list-current-annotations a span{display: none;}
       
   112 .list-current-annotations a:hover span{display: inline-block;}
   112 .annotation-audio-content textarea{max-width: 206px;}
   113 .annotation-audio-content textarea{max-width: 206px;}
   113 
   114 
   114 .annotation-links-content .links-form:nth-child(n+2){border-top:1px solid; padding-top: 20px;}
   115 .annotation-links-content .links-form:nth-child(n+2){border-top:1px solid; padding-top: 20px;}
   115 
   116 
   116 td.list-chapter-tags, td.list-chapter-title, #list-annotations-rows > tr td:first-child{word-wrap: break-word; max-width: 75px;}
   117 td.list-chapter-tags, td.list-chapter-title, #list-annotations-rows > tr td:first-child{word-wrap: break-word; max-width: 75px;}
   124 .title-slideshow-row input{width: 70px;}
   125 .title-slideshow-row input{width: 70px;}
   125 .description-slideshow-row{word-wrap: break-word; width: 180px; }
   126 .description-slideshow-row{word-wrap: break-word; width: 180px; }
   126 .description-slideshow-row span{max-height: 100px; display: inline-block; overflow: auto;}
   127 .description-slideshow-row span{max-height: 100px; display: inline-block; overflow: auto;}
   127 .description-slideshow-row textarea{width: 164px; max-width: 164px; height: 100px;}
   128 .description-slideshow-row textarea{width: 164px; max-width: 164px; height: 100px;}
   128 .label-modify-video, .label-add-video{display: none;}
   129 .label-modify-video, .label-add-video{display: none;}
       
   130 
       
   131 .shadow {
       
   132    -moz-box-shadow:    inset 0px 0px 2px 100px #00FFFF;
       
   133    -webkit-box-shadow: inset 0px 0px 2px 100px  #00FFFF;
       
   134    box-shadow:         inset 0px 0px 2px 100px  #00FFFF;
       
   135 }
       
   136 
   129 /* Tangle */
   137 /* Tangle */
   130 .time-tangle {
   138 .time-tangle {
   131 	color: #2c3e50; cursor: w-resize; position: relative;
   139 	color: #2c3e50; cursor: w-resize; position: relative;
   132 	border-bottom: 1px dashed #2c3e50;
   140 	border-bottom: 1px dashed #2c3e50;
   133 }
   141 }