4113d8c9b11a41f30c229c4dc3f6587c2cc2414f
[portal.git] / ecomp-portal-FE-common / client / app / views / support / contact-us / contact-us-manage / contact-us-manage.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 .manage-contactUs-home-title{
63     color: #067ab4;
64     font-family: "Omnes-ECOMP-W02", Arial;;
65     font-size: 24px;
66     margin-left: 78px;
67     width: 1170px;
68         }
69
70 .manage-contactUs-home-manageWidgets-title{
71     color: #067ab4;
72     font-family: "Omnes-ECOMP-W02", Arial;;
73     font-size: 24px;
74     margin-left: 30px;
75     width: 1170px;
76         }       
77         
78 #editWidgetsContent {
79         height: 300px;
80         width: 1250px;
81     }
82
83 #editWidgetsContent .scroll-viewport {
84         height: 300px;
85         width: 1250px;
86     }
87     
88  .add-contact-us-field{
89         width:250px;
90         display: inline-block;
91         margin:10px;
92   }
93   .add-contact-us-field-des{
94         width:800px;
95         margin:10px;
96   }
97
98 .errMsg{
99         color:red;
100 }
101 .sucessMsg{
102         color:green;
103 }
104 .contact-us-margin{
105         margin-left: 80px; 
106         margin-right: 120px;
107 }
108 .contact-us-manage-table {
109    
110
111   .delete-contact-us{
112     font-size:20px;
113   }
114
115   .portal-add-button {
116     width: 160px;
117   }
118 }
119
120 .select2-container .select2-chosen, .select2-container .select2-container input{
121         line-height:32px;
122 }
123 .select2-container .select2-choice{
124     -webkit-transition: border-color .2s ease-out;
125     -moz-transition: border-color .2s ease-out;
126     transition: border-color .2s ease-out;
127     background: #fff;
128     border-radius: 6px;
129     display: block;
130     border: 1px solid #888;
131     box-shadow: none;
132     filter: none;
133     height: 32px !important;
134     padding: 0;
135     position: relative;
136     z-index: 5;
137     cursor: pointer;
138 }
139
140 .c-ecomp-portal-abs-table .contactUs{
141
142                 height:300px;
143         
144 }
145
146 .c-ecomp-portal-abs-table 
147 {
148 background-color: transparent;
149 }
150 .ngdialog-overlay {
151         pointer-events: none !important;
152 }
153
154 .input-text-area {
155   font-style: italic;
156   padding: 7px 10px;
157   width: 250px;
158   display: inline-block;
159   position: relative;
160   margin-bottom: 10px;
161   border-radius: 6px;
162   border: 1px solid #d8d8d8;
163   height: 32px !important;
164   border-color: slategrey !important;
165 }
166 .input-inline-edit-text {
167           font-style: italic;
168           padding: 7px 10px;
169           display: inline-block;
170           position: relative;
171           margin-bottom: 10px;
172           border-radius: 6px;
173           border: 1px solid #d8d8d8;
174           height: 32px;
175           border-color: slategrey !important;
176           width:100%;
177   }
178     .mandatory-categories{
179         color: #cf2a2a;
180         font-size: 11px;
181         position:absolute;
182         
183         }
184    .error-container{
185     position: absolute;
186     width: 220px;
187     display: block;
188     height: 12px;
189     line-height: 12px;
190
191     .err-message{
192       color: @funcRed;
193       font-size: 10px;
194     }
195     } 
196 .glyphicon {
197       position: relative !important;
198       line-height: 0 !important;
199 }
200
201 #divider-line-bottom , #divider-line
202 {
203  border-bottom-style: solid;
204  border-bottom-width: 1px;
205  padding-bottom: 11px;
206
207 }
208
209 .contactus-manage-table {
210         height: 300px;
211 }
212
213 .contactus-addWidgetHeader {
214         margin-top: 15px; 
215         margin-left: -78px;
216
217
218 .contactus-addWidgetHeader-txt {
219         font-size: 18px;
220 }
221
222 .mots-property-label-spn {
223         color: Red;
224 }
225
226 .property-label-desc-txtarea {
227         margin-top: 0px; 
228         margin-bottom: 0px; 
229         height: 100px;
230 }
231
232 .btn-ht {
233         height: 50px;
234 }
235
236 .btn-ht-href {
237         float: right; 
238         margin-top: 20px;
239 }
240
241 .close-btn-ht-href {
242         float: right; 
243         margin-right: -230px !important;
244 }
245
246 .manage-contactus-home {
247         margin-top: 25px;
248 }
249
250 .manage-contactus-top {
251         margin-top: 10px; 
252         margin-bottom: 10px;
253 }