浏览代码

Move up the timestamp on the timeline hover

Gaël Métais 10 年之前
父节点
当前提交
ecef623cde
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/public/styles/less/results.less
  2. 1 1
      app/public/styles/results.css

+ 1 - 1
app/public/styles/less/results.less

@@ -228,7 +228,7 @@ h4 {
     display: none;
     width: auto;
     padding: 0.5em 1em;
-    top: 1em;
+    top: -1.5em;
     right: 1em;
 }
 .timeline .interval:hover .tooltip {

+ 1 - 1
app/public/styles/results.css

@@ -217,7 +217,7 @@ h4 {
   display: none;
   width: auto;
   padding: 0.5em 1em;
-  top: 1em;
+  top: -1.5em;
   right: 1em;
 }
 .timeline .interval:hover .tooltip {