mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
Bug 4199: Added missing styles to fix a GWT compiler error
This commit is contained in:
+14
@@ -35,4 +35,18 @@
|
||||
.trueNorthIndicatorPanel {
|
||||
opacity: 0.0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.estimatedDuration {
|
||||
margin-top:70px;
|
||||
font-size: 19px;
|
||||
color:black;
|
||||
background-color:rgba(255,255,255,0.75);
|
||||
border:1px solid #c9caca;
|
||||
border-radius:4px;
|
||||
text-align: left;
|
||||
height:30px;
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user