From ef7aaebff30559d8f81ceb0e95d66a7726f529b2 Mon Sep 17 00:00:00 2001 From: "Sarkar, Anand (as0481)" Date: Tue, 11 Jun 2019 13:53:46 -0400 Subject: [PATCH] Left menu overlap main content fix Change RAN Connection setup dialog text Signed-off-by: Sarkar, Anand (as0481) Issue-Id: RICPLT-1338 Change-Id: I36a6f068d604aff9515fb4c300ad6d1633852dee Signed-off-by: Lott, Christopher (cl778h) --- docs/release-notes.rst | 1 + webapp-frontend/src/app/app.component.css | 24 ++++++++--- webapp-frontend/src/app/app.component.html | 48 ++++++++++++++++------ webapp-frontend/src/app/app.component.ts | 3 +- .../ran-connection-dialog.component.html | 2 +- 5 files changed, 57 insertions(+), 21 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d3533e74..033bdf79 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -31,6 +31,7 @@ Version 1.0.4, 13 June 2019 * Update E2 manager client to spec version 20190611 * Adjust CSS and HTML for main container positioning * Revise config property keys to use URL (not basepath) +* Left menu overlap main content fix Version 1.0.3, 28 May 2019 -------------------------- diff --git a/webapp-frontend/src/app/app.component.css b/webapp-frontend/src/app/app.component.css index b8d1778a..7e78c4d3 100644 --- a/webapp-frontend/src/app/app.component.css +++ b/webapp-frontend/src/app/app.component.css @@ -7,9 +7,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -34,11 +34,11 @@ mat-sidenav-container, mat-sidenav-content, mat-sidenav { height: 100%; } - + mat-sidenav { width: 250px; } - + main { padding: 10px; } @@ -119,6 +119,18 @@ main { box-shadow: 0 0.5rem 2rem rgba(0, 0, 255, 0.2); } +mat-drawer { + width: 340px; +} + +mat-drawer-content { + overflow: overlay; +} + +.menumargin-top { + margin-top: 10px; +} + .greeting__text { grid-area: greeting; font-size: 1.25rem; @@ -172,7 +184,7 @@ main { } .home_bg_image{ - height:40em; + height:40em; background-size:cover; width:auto; background-image:url('../assets/intelligence.png'); @@ -277,7 +289,7 @@ main { cursor: pointer; } -.logo__icon { +.logo__icon { height: 2rem; margin-left: 1rem; } diff --git a/webapp-frontend/src/app/app.component.html b/webapp-frontend/src/app/app.component.html index 1a6a6407..fa5ddb3d 100644 --- a/webapp-frontend/src/app/app.component.html +++ b/webapp-frontend/src/app/app.component.html @@ -7,9 +7,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -18,11 +18,34 @@ ========================LICENSE_END=================================== --> - + +
-
- +
+ + \ No newline at end of file diff --git a/webapp-frontend/src/app/app.component.ts b/webapp-frontend/src/app/app.component.ts index 15c8832c..a071606e 100644 --- a/webapp-frontend/src/app/app.component.ts +++ b/webapp-frontend/src/app/app.component.ts @@ -17,7 +17,7 @@ * limitations under the License. * ========================LICENSE_END=================================== */ -import {Component, OnInit} from '@angular/core'; +import { Component, OnInit } from '@angular/core'; import {UiService} from './services/ui/ui.service'; @Component({ @@ -30,7 +30,6 @@ export class AppComponent implements OnInit { darkModeActive: boolean; constructor(public ui: UiService) { - } ngOnInit() { diff --git a/webapp-frontend/src/app/ran-connection/ran-connection-dialog.component.html b/webapp-frontend/src/app/ran-connection/ran-connection-dialog.component.html index a8e17ce2..500e763e 100644 --- a/webapp-frontend/src/app/ran-connection/ran-connection-dialog.component.html +++ b/webapp-frontend/src/app/ran-connection/ran-connection-dialog.component.html @@ -25,7 +25,7 @@
- + EN-DC X2 -- 2.16.6