summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-common/client/app/views/support/contact-us/contact-us-manage/contact-us-manage.controller.less
blob: 905f9faa5952e7d3930f8a4bf5582cce7e6fb97a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
.searchLiHeader {
font-weight: bold; 
color: #0574ac; 
font-size: 16px;
padding-bottom: 10px;
line-height: 1.5;
font-family: Omnes-ECOMP-W02,Arial;

}

.searchLiItems{
cursor: pointer;
font-weight: normal; 
font-size: 12px;
color: #444444;
font-family: Omnes-ECOMP-W02,Arial;
}

.searchUl {
list-style: none; 
border-bottom: 1px solid #bbb; 
padding-bottom: 20px;
}

.manage-contactUs-home-title{
    color: #067ab4;
    font-family: "Omnes-ECOMP-W02", Arial;;
    font-size: 24px;
    margin-left: 78px;
    width: 1170px;
	}

.manage-contactUs-home-manageWidgets-title{
    color: #067ab4;
    font-family: "Omnes-ECOMP-W02", Arial;;
    font-size: 24px;
    margin-left: 30px;
    width: 1170px;
	}	
	
#editWidgetsContent {
        height: 300px;
        width: 1250px;
    }

#editWidgetsContent .scroll-viewport {
        height: 300px;
        width: 1250px;
    }
    
 .add-contact-us-field{
	width:250px;
	display: inline-block;
	margin:10px;
  }
  .add-contact-us-field-des{
	width:800px;
	margin:10px;
  }

.errMsg{
	color:red;
}
.sucessMsg{
	color:green;
}
.contact-us-margin{
	margin-left: 80px; 
	margin-right: 120px;
}
.contact-us-manage-table {
   

  .delete-contact-us{
    font-size:20px;
  }

  .portal-add-button {
    width: 160px;
  }
}

.select2-container .select2-chosen, .select2-container .select2-container input{
	line-height:32px;
}
.select2-container .select2-choice{
    -webkit-transition: border-color .2s ease-out;
    -moz-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
    background: #fff;
    border-radius: 6px;
    display: block;
    border: 1px solid #888;
    box-shadow: none;
    filter: none;
    height: 32px !important;
    padding: 0;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.c-ecomp-portal-abs-table .contactUs{

		height:300px;
	
}

.c-ecomp-portal-abs-table 
{
background-color: transparent;
}
.ngdialog-overlay {
	pointer-events: none !important;
}

.input-text-area {
  font-style: italic;
  padding: 7px 10px;
  width: 250px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  height: 32px !important;
  border-color: slategrey !important;
}
.input-inline-edit-text {
	  font-style: italic;
	  padding: 7px 10px;
	  display: inline-block;
	  position: relative;
	  margin-bottom: 10px;
	  border-radius: 6px;
	  border: 1px solid #d8d8d8;
	  height: 32px;
	  border-color: slategrey !important;
	  width:100%;
  }
.glyphicon {
      position: relative !important;
      line-height: 0 !important;
}

#divider-line-bottom , #divider-line
{
 border-bottom-style: solid;
 border-bottom-width: 1px;
 padding-bottom: 11px;

}