Merge branch 'v0.0.5.1' of https://git.aycode.com/Adam/TourIAm into v0.0.5.1
This commit is contained in:
commit
b1f5a1cfd9
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue