css: Remove redundant rules for `#users_hover_info` and `#hoverinfo`.

The copy of the styling for users_hover_info:

```
-#users_hover_info {
-    left: 25px;
-    top: -40px;
-}
```

Looks less good than the common one with #hoverinfo, so we remove it.
This commit is contained in:
majordwarf 2020-03-04 18:01:21 +05:30 committed by Tim Abbott
parent c0e19ed905
commit da5651435e
1 changed files with 6 additions and 19 deletions

View File

@ -143,6 +143,12 @@ hr {
#users_hover_info,
#hoverinfo {
display: none;
font-size: 0.8em;
font-weight: 400;
position: relative;
height: 0px;
top: -35px;
left: 40px;
}
.button {
@ -207,30 +213,11 @@ hr {
animation: spinner 1s linear infinite;
}
#users_hover_info,
#hoverinfo {
font-size: 0.8em;
font-weight: 400;
}
#users_hover_humans,
#hover_human {
margin-left: 10px;
}
#hoverinfo,
#users_hover_info {
position: relative;
height: 0px;
top: -35px;
left: 40px;
}
#users_hover_info {
left: 25px;
top: -40px;
}
@media (min-width: 1680px) {
.center-charts {
width: calc(816px * 2); /* 790px + 4px for borders + 2px for il-block + 20px margins */