Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / tracing / timeline_track_view.css
index 90effc2..64ebdc4 100644 (file)
   position: relative;
 }
 
-.timeline-track-view .mode-indicator {
-  height: 32px;
-  position: absolute;
-  right: 5px;
-  top: 38px;
-  width: 33px;
-}
-
 .model-track-container {
   -webkit-box-flex: 1;
   overflow: auto;
   font-size: 75%;
   position: fixed;
 }
+
+.timeline-track-view > .hint-text {
+  position: absolute;
+  bottom: 6px;
+  right: 6px;
+  font-size: 8pt;
+}
\ No newline at end of file