nexus site path corrected
[portal.git] / ecomp-portal-FE / client / app / views / support / contact-us / contact-us-manage / contact-us-manage.controller.less
1 /*-
2  * ================================================================================
3  * eCOMP Portal
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property
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  * ================================================================================
19  */
20  .searchLiHeader {
21 font-weight: bold; 
22 color: #0574ac; 
23 font-size: 16px;
24 padding-bottom: 10px;
25 line-height: 1.5;
26 font-family: arial;
27
28 }
29
30 .searchLiItems{
31 cursor: pointer;
32 font-weight: normal; 
33 font-size: 12px;
34 color: #444444;
35 font-family: arial;
36 }
37
38 .searchUl {
39 list-style: none; 
40 border-bottom: 1px solid #bbb; 
41 padding-bottom: 20px;
42 }
43
44 .manage-contactUs-home-title{
45     color: #067ab4;
46     font-family: arial;
47     font-size: 24px;
48     margin-left: 78px;
49     width: 1170px;
50         }
51
52 .manage-contactUs-home-manageWidgets-title{
53     color: #067ab4;
54     font-family: arial;
55     font-size: 24px;
56     margin-left: 30px;
57     width: 1170px;
58         }       
59         
60 #editWidgetsContent {
61         height: 300px;
62         width: 1250px;
63     }
64
65 #editWidgetsContent .scroll-viewport {
66         height: 300px;
67         width: 1250px;
68     }
69     
70  .add-contact-us-field{
71         width:250px;
72         display: inline-block;
73         margin:10px;
74   }
75   .add-contact-us-field-des{
76         width:800px;
77         margin:10px;
78   }
79
80 .errMsg{
81         color:red;
82 }
83 .sucessMsg{
84         color:green;
85 }
86 .contact-us-margin{
87         margin-left: 80px; 
88         margin-right: 120px;
89 }
90 .contact-us-manage-table {
91    
92
93   .delete-contact-us{
94     font-size:20px;
95   }
96
97   .portal-add-button {
98     width: 160px;
99   }
100 }
101
102 .select2-container .select2-chosen, .select2-container .select2-container input{
103         line-height:39px;
104 }
105 .select2-container .select2-choice{
106     -webkit-transition: border-color .2s ease-out;
107     -moz-transition: border-color .2s ease-out;
108     transition: border-color .2s ease-out;
109     background: #fff;
110     border-radius: 6px;
111     display: block;
112     border: 1px solid #888;
113     box-shadow: none;
114     filter: none;
115     height: 32px !important;
116     padding: 0;
117     position: relative;
118     z-index: 5;
119     cursor: pointer;
120 }
121
122 .c-ecomp-att-abs-table .contactUs{
123
124                 height:300px;
125         
126 }
127
128 .ngdialog-overlay {
129         pointer-events: none !important;
130 }
131
132 .input-text-area {
133   font-style: italic;
134   padding: 7px 10px;
135   width: 250px;
136   display: inline-block;
137   position: relative;
138   margin-bottom: 10px;
139   border-radius: 6px;
140   border: 1px solid #d8d8d8;
141   height: 32px !important;
142   border-color: slategrey !important;
143 }
144 .input-inline-edit-text {
145           font-style: italic;
146           padding: 7px 10px;
147           display: inline-block;
148           position: relative;
149           margin-bottom: 10px;
150           border-radius: 6px;
151           border: 1px solid #d8d8d8;
152           height: 32px;
153           border-color: slategrey !important;
154           width:100%;
155   }
156 .glyphicon {
157       position: relative !important;
158       line-height: 0 !important;
159 }