integration/css/style.css
changeset 116 fedc0d054b55
parent 115 9144b17b390e
child 118 b5f44489096e
--- a/integration/css/style.css	Tue Jun 11 10:43:19 2013 +0200
+++ b/integration/css/style.css	Tue Jun 11 15:46:43 2013 +0200
@@ -75,25 +75,23 @@
 .table td{vertical-align: middle;}
 .table td td{padding: 1px; border: none;}
 .table td td a{width: 12px;display: block;}
-.config-diaporama{color: #FFF;}
-.config-diaporama form{background-color: #34495e; padding: 4px 0; margin: 0; overflow: hidden;  line-height: 28px;}
-.config-diaporama form label{display: inline-block; padding-left: 10px;}
-.config-diaporama form input{margin-bottom: 0;}
+.config-slideshow{color: #FFF;}
+.config-slideshow form{background-color: #34495e; padding: 4px 0; margin: 0; overflow: hidden;  line-height: 28px;}
+.config-slideshow form label{display: inline-block; padding-left: 10px;}
+.config-slideshow form input{margin-bottom: 0;}
 .edit-annotation-text textarea{max-width: 446px;}
-.wysiwyg-wrap{overflow: hidden; }
+.wysiwyg-wrap{overflow: hidden; padding: 0 0 2px 2px; }
 .ui-slider-handle.ui-state-default.ui-corner-all{border-radius: 0;}
 .edit-annotation-html textarea{max-width: 446px;width:446px; }
 .close-tab{vertical-align: super; margin-left: 8px; color: #c0392b; cursor: pointer; font-size: 12px; line-height: 14px;}
 .close-tab:hover{color:#2c3e50;}
 .html-apercu{overflow: auto; margin-top: 10px;}
-.input-image-url{display: none;}
 .slider-duration.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all{ background: #202020;}
 .timeline-annotations-wrap{position: relative;background-color: #202020;}
 .timeline-annotations{width: 460px;height: auto; position: relative; margin: 0; padding-top: 4px;}
 .timeline-annotations li{display: block; width: 460px;height: 12px; position: relative; padding-bottom: 4px;}
 .timeline-annotations .annotation{cursor: pointer; display:block; text-decoration:none; color:#000; text-align:center; font-size : 10px; overflow: hidden; line-height: 12px; width: 10px; height: 12px; background-color: #c0392b; position: absolute; top:0px;}
-.timeline-annotations .annotation span, .timeline-annotations .annotation i{display: none;}
-.timeline-annotations .annotation:hover span,
+.annotation:hover span,
 .annotation.editing span, 
 .annotation.editing i{display: inline;}
 ul.tagit{margin-left: 10px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
@@ -102,7 +100,6 @@
 .list-current-annotations{position: absolute;bottom: 40px; left: 20px; margin: 0;}
 .list-current-annotations li{list-style: none; margin-top: 4px;}
 .list-current-annotations a{text-decoration: none;line-height:20px; color:#202020;display: inline-block; background-color: #589; height: 20px; padding: 0 4px; }
-.list-current-annotations a span{display: none;}
 .list-current-annotations a:hover span{display: inline-block;}
 .annotation-audio-content textarea{max-width: 206px;}
 .annotation-links-content .links-form:nth-child(n+2){border-top:1px solid; padding-top: 20px;}
@@ -110,17 +107,31 @@
 td.begin, td.duration, td.end{max-width: 40px;}
 td.image-slideshow-row img{width: 60px; height: 60px;}
 .project-title-editor input{margin-bottom: 0;}
-#templates{display: none;}
 .title-slideshow-row{word-wrap: break-word;width: 76px;}
 .title-slideshow-row input{width: 70px;}
 .description-slideshow-row{word-wrap: break-word; width: 180px; }
 .description-slideshow-row span{max-height: 100px; display: inline-block; overflow: auto;}
 .description-slideshow-row textarea{width: 164px; max-width: 164px; height: 100px;}
-.label-modify-video, .label-add-video{display: none;}
-.shadow {background-color: #54D0ED !important;}
+
+a.open-tab{text-shadow:none;}
+a.open-tab:hover{background-color: #E6E6E6;}
+.open-tab.video{background-color: #BE4477;}
+.open-tab.text{background-color:#5E90CB;}
+.open-tab.slideshow{background-color:#F69058;}
+.open-tab.audio{background-color:#63BE6C;}
+.open-tab.links{background-color:#8985BB;}
+
+.input-image-url,
+.annotation span,  .annotation i,
+.label-modify-video, .label-add-video,
+#templates,
+.list-current-annotations a span,
 .alert-message,
 .alert,
 .links-rows .help-inline{display: none;}
+
+.shadow {background-color: #54D0ED !important;}
+
 /* Tangle */
 .time-tangle {color: #2c3e50; cursor: w-resize; position: relative;border-bottom: 1px dashed #2c3e50;}
 .time-tangle:hover, 
@@ -130,13 +141,6 @@
 .time-tangle.deactivate:hover {border: none; color: #2c3e50;}
 .time-tangle.deactivate:hover:after {display: none;}
 
-a.open-tab{text-shadow:none;}
-a.open-tab:hover{background-color: #E6E6E6;}
-.open-tab.video{background-color: #BE4477;}
-.open-tab.text{background-color:#5E90CB;}
-.open-tab.slideshow{background-color:#F69058;}
-.open-tab.audio{background-color:#63BE6C;}
-.open-tab.links{background-color:#8985BB;}
 .loader {
     background: url(../img/loader.gif) center no-repeat;
     background-size: 25px 25px;