Security/ Package Name changes
[portal.git] / ecomp-portal-FE-common / client / app / views / dashboard / dashboard-widget.controller.less
1 /*-
2  * ============LICENSE_START==========================================
3  * ONAP Portal
4  * ===================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ===================================================================
7  *
8  * Unless otherwise specified, all software contained herein is licensed
9  * under the Apache License, Version 2.0 (the "License");
10  * you may not use this software except in compliance with the License.
11  * You may obtain a copy of the License at
12  *
13  *             http://www.apache.org/licenses/LICENSE-2.0
14  *
15  * Unless required by applicable law or agreed to in writing, software
16  * distributed under the License is distributed on an "AS IS" BASIS,
17  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  * See the License for the specific language governing permissions and
19  * limitations under the License.
20  *
21  * Unless otherwise specified, all documentation contained herein is licensed
22  * under the Creative Commons License, Attribution 4.0 Intl. (the "License");
23  * you may not use this documentation except in compliance with the License.
24  * You may obtain a copy of the License at
25  *
26  *             https://creativecommons.org/licenses/by/4.0/
27  *
28  * Unless required by applicable law or agreed to in writing, documentation
29  * distributed under the License is distributed on an "AS IS" BASIS,
30  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31  * See the License for the specific language governing permissions and
32  * limitations under the License.
33  *
34  * ============LICENSE_END============================================
35  *
36  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
37  */
38  .searchLiHeader {
39 font-weight: bold; 
40 color: #0574ac; 
41 font-size: 16px;
42 padding-bottom: 10px;
43 line-height: 1.5;
44 font-family: Omnes-ECOMP-W02,Arial;
45
46 }
47
48 .searchLiItems{
49 cursor: pointer;
50 font-weight: normal; 
51 font-size: 12px;
52 color: #444444;
53 font-family: Omnes-ECOMP-W02,Arial;
54 }
55
56 .searchUl {
57 list-style: none; 
58 border-bottom: 1px solid #bbb; 
59 padding-bottom: 20px;
60 }
61
62 #editWidgetsContent {
63     height: 300px;
64     width: 1770px;
65 }
66
67 #editWidgetsContent .scroll-viewport {
68     height: 300px;
69     width: 1770px;
70 }
71
72 .full button span {
73     background-color: limegreen;
74     border-radius: 32px;
75     color: black;
76 }
77
78 .partially button span {
79     background-color: orange;
80     border-radius: 32px;
81     color: black;
82   }
83   
84   .add-widget-field{
85         width:250px;
86         display: inline-table;
87         margin:10px;
88         
89   }
90   .uib-datepicker-popup {
91         th {
92                 vertical-align: middle !important;
93         }
94   }
95   
96   .input-text-area {
97           font-style: italic;
98           padding: 7px 10px;
99           width: 250px !important;
100           display: inline-block;
101           position: relative;
102           margin-bottom: 10px;
103           border-radius: 6px;
104           border: 1px solid #d8d8d8;
105           height: 32px;
106           border-color: slategrey !important;
107   }
108   .input-inline-edit-text {
109           font-style: italic;
110           padding: 7px 10px;
111           display: inline-block;
112           position: relative;
113           margin-bottom: 10px;
114           border-radius: 6px;
115           border: 1px solid #d8d8d8;
116           height: 32px;
117           border-color: slategrey !important;
118           width:100%;
119   }
120   .heading1-txt {
121            margin-top: 10px; 
122            margin-bottom: 10px;
123   }
124   .manage-widgets-txt {
125         margin-top: 25px;
126   }
127   .widget-table-control {
128         margin:30px;
129   }
130   .widget-table {
131         height:300px;
132   }
133   .widget-field {
134         margin-top: 15px; 
135         margin-left: -80px;
136   }
137   .widget-add {
138         font-size:18px;
139   }
140   .widget-type-txt-area {
141         margin-top: 0px; 
142         margin-bottom: 0px; 
143         height: 150px;
144   }
145   .widget-button-height {
146         height:50px;
147   }
148   .widget-button {
149         float:right; 
150         margin-top:20px;
151   }
152    .widget-close-button {
153         float:right;
154   } 
155   
156  .add-widget-field .btn-calendar-icon {
157    position: relative;
158    width: 20px;
159    right: 25px;
160    top: 0px;
161 }
162 .dialog-control{
163 bottom:30px;
164 }
165 input[type="text"]:focus {
166     z-index: 0;
167 }
168
169  .get-access-table{
170   height:500px;
171   overflow:auto;
172   }
173   
174