From 3b3b8ae7007a690f36077fd9856b3919fd9db0c4 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 13 Apr 2025 17:50:58 +0200 Subject: [PATCH] New destination address fix --- .../User/SysAdmins/TransferDestinationGridComponent.razor | 2 +- TIAMSharedUI/wwwroot/css/TourIAm.css | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/TIAMSharedUI/Pages/User/SysAdmins/TransferDestinationGridComponent.razor b/TIAMSharedUI/Pages/User/SysAdmins/TransferDestinationGridComponent.razor index 2237f928..c7f3ece6 100644 --- a/TIAMSharedUI/Pages/User/SysAdmins/TransferDestinationGridComponent.razor +++ b/TIAMSharedUI/Pages/User/SysAdmins/TransferDestinationGridComponent.razor @@ -135,7 +135,7 @@ newDestination.Id = Guid.NewGuid(); newDestination.Name = "Destination name"; newDestination.Description = "Type some description here"; - newDestination.AddressString = "The address of the destination"; + newDestination.AddressString = $"The address of: {newDestination.Name}"; Guid addressId = Guid.NewGuid(); newDestination.Address = new Address(); newDestination.Address.Id = addressId; diff --git a/TIAMSharedUI/wwwroot/css/TourIAm.css b/TIAMSharedUI/wwwroot/css/TourIAm.css index c912e8f2..a0d62586 100644 --- a/TIAMSharedUI/wwwroot/css/TourIAm.css +++ b/TIAMSharedUI/wwwroot/css/TourIAm.css @@ -279,11 +279,8 @@ select { box-shadow: none; } -.dxbl-grid .dxbl-grid-empty-data { - - padding: 5px; - border-top: 0; - border-bottom: 0; +.dxbl-text-edit .dxbl-text-edit-input { + border-bottom: 1px solid; } .dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist {