Przeglądaj źródła

Move up the timestamp on the timeline hover

Gaël Métais 10 lat temu
rodzic
commit
ecef623cde

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

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

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

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