--- a/player/css/styles.css Fri Jun 21 16:26:26 2013 +0200
+++ b/player/css/styles.css Fri Jun 21 18:20:49 2013 +0200
@@ -628,7 +628,7 @@
}
.timeline {
- background: #303030; height: 10px; position: relative; cursor: pointer;
+ background: #303030; height: 10px; position: relative; cursor: pointer; overflow: hidden;
}
.annotation-onscreen .timeline {
@@ -815,4 +815,12 @@
background: #B8155F; display: none;
}
+.media-duration, .media-position, .time-at-mouse {
+ text-align: right; color: #e0e0e0; line-height: 10px; font-size: 10px; position: absolute; right: 2px; top: 0;
+}
+
+.time-at-mouse {
+ color: #db8aaf; padding-right: 1px;
+}
+
/* */