summaryrefslogtreecommitdiffstats
path: root/src/main/resources/META-INF/resources/designer/menu_simplified.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/META-INF/resources/designer/menu_simplified.html')
-rw-r--r--src/main/resources/META-INF/resources/designer/menu_simplified.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/src/main/resources/META-INF/resources/designer/menu_simplified.html b/src/main/resources/META-INF/resources/designer/menu_simplified.html
deleted file mode 100644
index 530ad61d..00000000
--- a/src/main/resources/META-INF/resources/designer/menu_simplified.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!--
- ============LICENSE_START=======================================================
- ONAP CLAMP
- ================================================================================
- Copyright (C) 2017 AT&T Intellectual Property. All rights
- reserved.
- ================================================================================
- 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.
- See the License for the specific language governing permissions and
- limitations under the License.
- ============LICENSE_END============================================
- ===================================================================
-
- -->
-
-<style>
-.navbar-custom {
- background-color: #229922;
- color: #ffffff;
- border-radius: 0;
-}
-
-.logo {
- font-family: 'Trebuchet MS', cursive;
- font-size: 20px;
- font-weight: 500;
- text-align: center;
-}
-</style>
-
-<nav attribute-test="menu" class="navbar navbar-default navbar-fixed-top" role="navigation"
- style="margin-left: 2px; margin-right: 2px;">
-
- <div attribute-test="menuc" class="container-fluid">
-
- <div class="col-md-4 col-lg-4">
- <img class="onap_logo" src="images/logo_onap_2017.png" height="50px"
- width="234px" style="display: inline-block; float: left">
- <div class="navbar-brand logo" ng-href=""
- style="display: inline-block; float: left">
- &nbsp;&nbsp;<b>CLAMP</b>
- </div>
- </div>
-
- </div>
-</nav>