diff --git a/web/css/main.css b/web/css/main.css index 84aaf56a..bfb7cec9 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -132,36 +132,44 @@ } .report_TAF { + border-radius: 5px; background-color: cornsilk; color: black; } .report_PIREP { + border-radius: 5px; background-color: gainsboro; color: black; } .report_WINDS { + border-radius: 5px; background-color: lavender; color: black; } .flight_condition_VFR { + border-radius: 5px; background-color: forestgreen; color: white; } .flight_condition_MVFR { + left-border: 120px; + border-radius: 5px; background-color: blue; color: white; } .flight_condition_IFR { + border-radius: 5px; background-color: crimson; color: white; } .flight_condition_LIFR { + border-radius: 5px; background-color: darkorchid; color: white; } diff --git a/web/maui/css/mobile-angular-ui-base.css b/web/maui/css/mobile-angular-ui-base.css old mode 100755 new mode 100644 index 35c2f579..67a8ffcf --- a/web/maui/css/mobile-angular-ui-base.css +++ b/web/maui/css/mobile-angular-ui-base.css @@ -6373,50 +6373,62 @@ a.label:focus { .label-default { background-color: #777777; + border-radius: 5px; } .label-default[href]:focus { background-color: #5e5e5e; + border-radius: 5px; } .label-primary { background-color: #007aff; + border-radius: 5px; } .label-primary[href]:focus { background-color: #0062cc; + border-radius: 5px; } .label-success { background-color: #4cd964; + border-radius: 5px; } .label-success[href]:focus { background-color: #2ac845; + border-radius: 5px; } .label-info { background-color: #34aadc; + border-radius: 5px; } .label-info[href]:focus { background-color: #218ebd; + border-radius: 5px; } .label-warning { background-color: #ffcc00; + border-radius: 5px; } .label-warning[href]:focus { background-color: #cca300; + border-radius: 5px; } .label-danger { background-color: #ff3b30; + border-radius: 5px; } .label-danger[href]:focus { background-color: #fc0d00; + border-radius: 5px; } .badge { diff --git a/web/plates/weather.html b/web/plates/weather.html index b658c405..7ed0de22 100644 --- a/web/plates/weather.html +++ b/web/plates/weather.html @@ -29,8 +29,11 @@
{{weather.location}} - {{weather.type}} - {{weather.time}} + +
{{weather.type}}
+
+   + {{weather.time}}
{{weather.data}} @@ -62,8 +65,11 @@
{{weather.location}} - {{weather.type}} - {{weather.time}} + +
{{weather.type}}
+
+   + {{weather.time}}
{{weather.data}}