We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948c44f commit 328714aCopy full SHA for 328714a
src/timeline/media/css/main.css
@@ -46,8 +46,8 @@ img {
46
#scrolling_ruler { overflow: hidden; position: relative; line-height: 4px; height:43px;}
47
#scrolling_tracks { height: 316px; overflow: scroll; position: relative; }
48
#ruler_label { height: 39px; width: 140px; float: left; margin-bottom: 4px; }
49
-#ruler_time { font-size: 13pt; color: #c8c8c8; padding-top: 14px; padding-left: 17px; }
50
-#progress_container {margin-left:140px; overflow: hidden; height: 13px;}
+#ruler_time { font-size: 13pt; color: #999; padding-top: 14px; padding-left: 17px; }
+#progress{ position: absolute; bottom: 0;}
51
.drag_cursor { cursor: move; }
52
#ruler {
53
position: relative;
0 commit comments