Bug 4199: Added missing styles to fix a GWT compiler error

This commit is contained in:
Steffen Schaefer
2017-07-20 10:28:52 +02:00
parent 0ab90bcd83
commit d0601b2c4c
@@ -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;
}