aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/components/menus
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-03-27 15:57:07 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-03-27 15:57:07 +0800
commit75a9f050d7b92996b464488001829042cb5051a0 (patch)
tree1287282942f1e86cc7ddda084096e4c3be72e0a2 /sdc-workflow-designer-ui/src/app/components/menus
parent309680feb63ec6a49163387cb1e116b721254847 (diff)
Modify css files
Modify css files Issue-ID: SDC-1130,SDC-1131 Change-Id: I5da79bb12b7f9e52a4317bae190f873d2949b84f Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-ui/src/app/components/menus')
-rw-r--r--sdc-workflow-designer-ui/src/app/components/menus/menus.component.css13
-rw-r--r--sdc-workflow-designer-ui/src/app/components/menus/menus.component.spec.ts36
2 files changed, 26 insertions, 23 deletions
diff --git a/sdc-workflow-designer-ui/src/app/components/menus/menus.component.css b/sdc-workflow-designer-ui/src/app/components/menus/menus.component.css
index 6ba4133b..ac50221e 100644
--- a/sdc-workflow-designer-ui/src/app/components/menus/menus.component.css
+++ b/sdc-workflow-designer-ui/src/app/components/menus/menus.component.css
@@ -10,14 +10,17 @@
* ZTE - initial API and implementation and/or initial documentation
*/
-.btn-right{
- float: right;
+.wf-name{
+ float: left;
+ font-size: 20px;
+ font-weight: bold;
}
-.btn-left{
- float: left;
+.btn-right{
+ float: right;
+ margin-right: 5px;
}
button i{
padding-right: 3px;
-}
+} \ No newline at end of file
diff --git a/sdc-workflow-designer-ui/src/app/components/menus/menus.component.spec.ts b/sdc-workflow-designer-ui/src/app/components/menus/menus.component.spec.ts
index b80edce7..6ac02fde 100644
--- a/sdc-workflow-designer-ui/src/app/components/menus/menus.component.spec.ts
+++ b/sdc-workflow-designer-ui/src/app/components/menus/menus.component.spec.ts
@@ -11,26 +11,26 @@
*/
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-import { MenuComponent } from './menu.component';
+import { MenusComponent } from './menus.component';
-describe('MenuComponent', () => {
- let component: MenuComponent;
- let fixture: ComponentFixture<MenuComponent>;
+describe('MenusComponent', () => {
+ let component: MenusComponent;
+ let fixture: ComponentFixture<MenusComponent>;
- beforeEach(async(() => {
- TestBed.configureTestingModule({
- declarations: [MenuComponent]
- })
- .compileComponents();
- }));
+ beforeEach(async(() => {
+ TestBed.configureTestingModule({
+ declarations: [ MenusComponent ]
+ })
+ .compileComponents();
+ }));
- beforeEach(() => {
- fixture = TestBed.createComponent(MenuComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
+ beforeEach(() => {
+ fixture = TestBed.createComponent(MenusComponent);
+ component = fixture.componentInstance;
+ fixture.detectChanges();
+ });
- it('should be created', () => {
- expect(component).toBeTruthy();
- });
+ it('should be created', () => {
+ expect(component).toBeTruthy();
+ });
});