Update css file name in conf.py
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / policy-models / policy_Roles.html
1 <!--/*-
2  * ============LICENSE_START=======================================================
3  * ONAP Policy Engine
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */-->
20 <style>
21 /* The Modal (background) */
22 .modal {
23         overflow-y: auto;
24     display: block; 
25     position: fixed; 
26     z-index: 2; 
27     left: 0;
28     top: 0;
29     width: 100%; 
30     height: 100%; 
31     overflow: auto; 
32     background-color: rgb(0,0,0); 
33     background-color: rgba(0,0,0,0.4);
34 }
35 </style>
36 <div id="page-content" style="margin-bottom: 20px; width: 100%">
37         <div>
38                 <h1 style="text-align: left; color: #157bb2">Roles</h1>
39                 <div ng-show="showLoader" class="span loader-container">
40                         <i class="icon-spinner" role="img"
41                                 aria-label="Please wait while we load your content"></i>
42                 </div>
43                 <div ng-show="isDisabled" class="icon-lock"
44                         style="clear: left; float: left">
45                         <div class="lock-top-1" style="background-color: #2CC3B5"></div>
46                         <div class="lock-top-2"></div>
47                         <div class="lock-body" style="background-color: #2CC3B5"></div>
48                         <div class="lock-hole"></div>
49                 </div>
50         </div>
51         <div ng-hide="showLoader">
52                 <div style="height: 580px; width: 98%" ui-grid="rolesTableGrid" ui-grid-pagination ui-grid-selection
53                         class="grid"></div>
54         </div>
55 </div>