Browse Source

Move up the timestamp on the timeline hover

Gaël Métais 10 năm trước cách đây
mục cha
commit
ecef623cde
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 {