Bug 4199: Minor adjustment of the estimated duration overlay in case no

header is shown in the RaceMap
This commit is contained in:
Steffen Schaefer
2017-07-27 13:31:43 +02:00
parent 9c002557e0
commit 9f4c97a114
4 changed files with 17 additions and 3 deletions
@@ -38,7 +38,7 @@
}
.estimatedDuration {
margin-top:70px;
margin-top:10px;
font-size: 19px;
color:black;
background-color:rgba(255,255,255,0.75);
@@ -49,4 +49,8 @@
padding-right: 8px;
padding-left: 8px;
margin-bottom: 10px;
}
.estimatedDurationWithHeader {
margin-top:70px;
}