Skip to content

Commit

Permalink
fix(schedule): fix positions elements in header
Browse files Browse the repository at this point in the history
  • Loading branch information
abalad committed May 23, 2018
1 parent 007a038 commit 640ec39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions projects/truly-ui/src/components/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ import { ApplicationConfig } from './configs/application.config';
import { CoreService } from './services/core.service';
import { TlCore } from './core';

export * from './enums/modal-result';
export * from './enums/key-events';

// @dynamic
export function CoreServiceFactory( factory: ComponentFactoryResolver,
injector: Injector,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
flex-direction: row;
align-items: center;
justify-content: space-between;

box-sizing: border-box;
}
.ui-schedule-heading-views{
height: 100%;
Expand All @@ -14,10 +14,12 @@
}

.ui-schedule-heading-navigator{
height: 34px;
flex-basis: 185px;
}

.ui-schedule-heading-tools{
height: 34px;
flex-basis: 50%;
text-align: right;
}
1 change: 1 addition & 0 deletions projects/truly-ui/src/components/schedule/schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
border-top: 1px solid #D6D6D6;
border-left: 1px solid #D6D6D6;
border-right: 1px solid #D6D6D6;
box-sizing: border-box;
height: 50px;
width: 100%;
}
Expand Down

0 comments on commit 640ec39

Please sign in to comment.