--- a/integration/css/style.css Wed May 29 18:14:23 2013 +0200
+++ b/integration/css/style.css Fri May 31 17:32:56 2013 +0200
@@ -82,9 +82,10 @@
.close-tab:hover{color:#2c3e50;}
.html-apercu{overflow: auto; margin-top: 10px;}
.input-image-url{display: none;}
-.timeline-annotations-wrap{position: relative;background-color: #ecf0f1;}
-.timeline-annotations{width: 460px;height: 40px; position: relative;}
-.timeline-annotations .annotation{width: 10px; height: 10px; background-color: #c0392b; position: absolute; top:15px;}
+.timeline-annotations-wrap{position: relative;background-color: #202020;}
+.timeline-annotations{width: 460px;height: auto; position: relative; margin: 0; padding: 10px 0;}
+.timeline-annotations li{display: block; width: 460px;height: 10px; position: relative;}
+.timeline-annotations .annotation{width: 10px; height: 10px; background-color: #c0392b; position: absolute; top:0px;}
ul.tagit{margin-left: 10px;-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}
@@ -104,6 +105,8 @@
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;}
/* Tangle */
.time-tangle {
color: #2c3e50; cursor: w-resize; position: relative;