From e8b7b3e4baf50f7ca2efea22d3c7cac886dd89e2 Mon Sep 17 00:00:00 2001 From: "DESKTOP-T0O5CDB\\DESK-555BD" Date: Wed, 16 Apr 2025 11:16:32 -0600 Subject: [PATCH] optimized styling for planners tab --- Views/Vehicle/_PlanRecords.cshtml | 6 +++--- wwwroot/css/site.css | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) 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;