diff --git a/Views/Vehicle/_PlanRecords.cshtml b/Views/Vehicle/_PlanRecords.cshtml index 09c412f..7818670 100644 --- a/Views/Vehicle/_PlanRecords.cshtml +++ b/Views/Vehicle/_PlanRecords.cshtml @@ -48,7 +48,7 @@
-
+
@translator.Translate(userLanguage,"Planned") @@ -59,7 +59,7 @@ @await Html.PartialAsync("_PlanRecordItem", planRecord) }
-
+
@translator.Translate(userLanguage,"Doing") @@ -81,7 +81,7 @@ @await Html.PartialAsync("_PlanRecordItem", planRecord) }
-
+
@translator.Translate(userLanguage,"Done") diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 55e9f91..75df6e9 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -48,12 +48,10 @@ html { .swimlane{ height:100%; } -.swimlane.mid { + +.swimlane:not(:last-child) { border-right-style: solid; } -.swimlane.end { - border-left-style: solid; - } .showOnPrint { display: none;