mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
Bug 4199: Minor adjustment of the estimated duration overlay in case no
header is shown in the RaceMap
This commit is contained in:
+5
-1
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user