custom.css
5.87 KB
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
/* left nav START */
.env-element {
font-size: 24px;
font-weight: 600;
color: #FFF;
}
.dropdown-menu > li > a.switch-env-link {
color: #1ab394;
font-weight: bold;
}
.nav-second-level li a.nav-second-title {
padding-right: 20px;
}
.nav-second-level li ul li.active {
border-left: none;
}
/* left nav END */
/* top nav START */
.navbar-static-top {
margin-bottom: 0;
}
.navbar-top-links {
padding: 6px 12px;
}
.navbar-top-links li a {
padding: 10px 0;
min-height: 40px;
}
@media (max-width: 992px) {
.navbar-top-links .welcome-message {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.navbar-top-links .welcome-message {
width: 380px;
vertical-align: middle;
}
}
/* top nav END */
/* search container START */
.search-container {
margin-bottom: 20px;
}
ul.typeahead.dropdown-menu {
width: 100%;
}
ul.typeahead.dropdown-menu > .active > a, ul.typeahead.dropdown-menu > .active > a:focus, ul.typeahead.dropdown-menu > .active > a:hover {
background-color: #1ab394;
}
/* search container END */
/* breadcrumb START */
.breadcrumb > li a.btn {
vertical-align: bottom;
margin-left: 5px;
color: #FFF;
}
/* breadcrumb END */
/* service search START */
.inner-h5-block h5 {
display: block;
float: none;
}
/* service search END */
/* service detail START */
.collapse-table-item {
margin-bottom: 20px;
}
.collapse-table-item .item-header {
border: 1px dashed #e7eaec;
background: #f3f3f4;
padding: 10px;
border-radius: 3px;
}
.collapse-table-item .item-header > button {
color: #c1c1c1;
float: left;
margin-right: 5px;
width: 25px;
height: 20px;
padding: 0;
border: 0;
background: transparent;
text-align: center;
}
.collapse-table-item .item-body {
padding-left: 40px;
}
.collapse-table-item .item-body .table {
margin-bottom: 0;
}
.collapse-table-item .item-body .table th, .collapse-table-item .item-body .table td {
text-align: center;
}
.collapse-table-item .item-body .table tr > td:first-child {
text-align: left;
}
.popover-content {
word-wrap: break-word;
word-break: normal;
}
.popover {
max-width: 100%;
}
td.param-list > i {
margin: 2px 5px 2px 0;
font-size: 10px;
font-style: normal;
background-color: #d1dade;
color: #5e5e5e;
padding: 3px 8px;
border-radius: 3px;
text-shadow: none;
float: left;
}
/* service detail END */
/* wangwang START */
.ww-link {
margin-right: 5px;
}
.ww-link i {
vertical-align: text-top;
}
.wangwang-offline {
display: inline-block;
width: 16px;
height: 16px;
background: url(https://aliwork.alicdn.com/tps/i1/TB1MkIRFVXXXXatXXXXz843ZpXX-316-260.png) -191px -71px no-repeat;
}
.wangwang-online {
display: inline-block;
width: 16px;
height: 16px;
background: url(https://aliwork.alicdn.com/tps/i1/TB1MkIRFVXXXXatXXXXz843ZpXX-316-260.png) -62px -36px no-repeat;
}
/* wangwang END */
/* grouping rule START */
.search-result-title h5 {
display: inline-block;
font-size: 14px;
margin: 0 0 7px;
padding: 0;
text-overflow: ellipsis;
float: left;
}
@media (min-width: 768px) {
.rule-modal .modal-dialog {
width: 80%;
}
}
@media (min-width: 992px) {
.rule-modal .modal-dialog {
width: 80%;
}
}
@media (min-width: 1200px) {
.rule-modal .modal-dialog {
width: 80%;
}
}
/* grouping rule END */
/* codemirror START */
.CodeMirror {
height: 400px;
}
.CodeMirror pre.CodeMirror-placeholder {
color: #999;
}
.CodeMirror-empty.CodeMirror-focused {
outline: 1px solid #1AB394;
}
.CodeMirror.CodeMirror-focused {
outline: 1px solid #1AB394;
}
/* codemirror END */
/* sweet-alert START */
.sweet-alert.width-auto {
width: auto;
}
.sweet-alert.width-auto p {
text-align: left;
}
/* sweet-alert END */
/* tooltip customization START */
.tooltip-inner {
max-width: 992px;
}
/* tooltip customization END */
/* form START */
.form-control-text {
padding: 6px 12px;
width: 100%;
}
.icheckbox_square-green {
margin-right: 3px !important;
}
/* form END */
/* custom file input START */
.file-input-wrapper {
position: relative;
overflow: hidden;
}
.file-input-wrapper, .file-input-wrapper * {
cursor: pointer;
}
.file-input-wrapper input {
position: absolute;
top: 0;
left: 0;
filter: alpha(opacity=0);
opacity: 0;
height: 100%
}
.file-input-placeholder {
display: inline-block;
margin-left: 5px;
font-size: 13px;
vertical-align: middle;
}
/* custom file input END */
/* custom checkboxes for environments list */
.checkbox-inline.no-indent,
.checkbox-inline.no-indent + .checkbox-inline.no-indent {
margin-left: 0;
margin-right: 10px;
margin-bottom: 10px;
}
.checkbox-inline.no-indent:last-child {
margin-right: 0;
}
/* custom checkboxes for environments END */
/* margin & padding utils START */
.no-margin-top {
margin-top: 0;
}
.no-margin-right {
margin-right: 0;
}
.no-margin-bottom {
margin-bottom: 0;
}
.no-margin-left {
margin-left: 0;
}
.no-margin {
margin: 0;
}
.no-padding-top {
padding-top: 0;
}
.no-padding-right {
padding-right: 0;
}
.no-padding-bottom {
padding-bottom: 0;
}
.no-padding-left {
padding-left: 0;
}
.no-padding {
padding: 0;
}
/* margin & padding utils END */
.w_120 {
width: 120px;
}
.w_340 {
width: 340px;
}
.w_250 {
width: 250px;
}
.btn-default {
background-color: #FFF;
border: 1px solid #e5e6e7;
color: inherit;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
background-color: #fff;
border: 1px solid #e5e6e7;
color: inherit;
}
.dropdown-menu li a {
outline: none;
}
button {
outline: none !important;
}
.footable-row-detail-name {
min-width: 100px;
}