Compare commits

..

No commits in common. "3265731367a69da94a4ab7fe343c6d913229e160" and "1378e0199ea189d8c2665aa5da6a0758e72c02c4" have entirely different histories.

2 changed files with 6 additions and 3 deletions

View File

@ -135,7 +135,7 @@
newDestination.Id = Guid.NewGuid(); newDestination.Id = Guid.NewGuid();
newDestination.Name = "Destination name"; newDestination.Name = "Destination name";
newDestination.Description = "Type some description here"; newDestination.Description = "Type some description here";
newDestination.AddressString = $"The address of: {newDestination.Name}"; newDestination.AddressString = "The address of the destination";
Guid addressId = Guid.NewGuid(); Guid addressId = Guid.NewGuid();
newDestination.Address = new Address(); newDestination.Address = new Address();
newDestination.Address.Id = addressId; newDestination.Address.Id = addressId;

View File

@ -279,8 +279,11 @@ select {
box-shadow: none; box-shadow: none;
} }
.dxbl-text-edit .dxbl-text-edit-input { .dxbl-grid .dxbl-grid-empty-data {
border-bottom: 1px solid;
padding: 5px;
border-top: 0;
border-bottom: 0;
} }
.dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist { .dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist {