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