@indigina/kendo 1.0.155-beta → 1.0.172-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/styles/kendoGrids.less +42 -37
- package/assets/styles/less/inspiria/base.less +141 -116
- package/assets/styles/less/inspiria/custom-hub.less +392 -386
- package/assets/styles/less/inspiria/custom.less +366 -368
- package/assets/styles/less/inspiria/md-skin.less +59 -49
- package/assets/styles/less/inspiria/media.less +16 -19
- package/assets/styles/less/inspiria/navigation.less +0 -1
- package/assets/styles/less/inspiria/rtl.less +18 -14
- package/assets/styles/less/inspiria/sidebar.less +44 -51
- package/assets/styles/less/inspiria/skins.less +51 -25
- package/assets/styles/less/inspiria/variables.less +26 -29
- package/bundles/indigina-kendo.umd.js +56 -73
- package/bundles/indigina-kendo.umd.js.map +1 -1
- package/esm2015/lib/angular/indigina.module.js +1 -4
- package/esm2015/lib/angular/services/http.service.js +10 -2
- package/esm2015/lib/angular/widgets/live-updates-control/live-updates-control.component.js +1 -1
- package/esm2015/lib/angular/widgets/side-menu/menu-item-group/menu-item-group.component.js +6 -5
- package/esm2015/lib/angular/widgets/side-menu/side-menu.component.js +1 -1
- package/esm2015/lib/angular/widgets/tree-view/tree-view-node-prop/tree-view-node-prop.component.js +1 -1
- package/esm2015/lib/angular/widgets/tree-view/tree-view.component.js +1 -1
- package/esm2015/lib/components/account-menu/account-menu.component.js +1 -1
- package/esm2015/lib/components/azure-login-callback/azure-login-callback.component.js +7 -4
- package/esm2015/lib/components/language-selector/language-selector.component.js +1 -1
- package/esm2015/lib/kendo.module.js +1 -4
- package/esm2015/lib/services/account.service.js +1 -1
- package/esm2015/lib/services/activity.filter.service.js +1 -1
- package/esm2015/lib/services/auth.providers/azureb2c.provider.js +2 -1
- package/esm2015/lib/services/signalr/signalr.service.js +1 -1
- package/esm2015/lib/widgets/activity-filter/FilterConverter.js +1 -1
- package/esm2015/lib/widgets/activity-filter/activity-filter.component.js +2 -2
- package/esm2015/lib/widgets/entity-list/entity-list.component.js +1 -1
- package/esm2015/lib/widgets/modal-window/modal-window.component.js +2 -2
- package/esm2015/lib/widgets/multicheck-filter/multicheck-filter.component.js +1 -1
- package/fesm2015/indigina-kendo.js +29 -22
- package/fesm2015/indigina-kendo.js.map +1 -1
- package/indigina-kendo.metadata.json +1 -1
- package/package.json +2 -2
- package/bundles/indigina-kendo.umd.min.js +0 -17
- package/bundles/indigina-kendo.umd.min.js.map +0 -1
|
@@ -1,96 +1,101 @@
|
|
|
1
1
|
body {
|
|
2
|
-
|
|
2
|
+
font-size: 14px;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
span.k-state-selected {
|
|
6
|
-
|
|
6
|
+
margin-top: 3px;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.table-wrapper.header-padding .k-grid-header {
|
|
10
|
-
|
|
10
|
+
padding-right: 17px !important;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.k-header > span.k-link {
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
color: #fff !important;
|
|
15
|
+
margin-right: 0 !important;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.checkboxes-margin ~ .k-animation-container {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
input[type='radio'],
|
|
20
|
+
input[type='checkbox'] {
|
|
21
|
+
margin: -4px 4px 0 0;
|
|
22
|
+
}
|
|
22
23
|
}
|
|
23
24
|
|
|
24
|
-
|
|
25
|
+
/* fix wrong color for sort desc */
|
|
25
26
|
.k-sort-desc.k-state-selected {
|
|
26
|
-
|
|
27
|
+
background-color: #e5daf8 !important;
|
|
27
28
|
}
|
|
28
29
|
|
|
29
30
|
.grid-table.k-grid tr:last-child td {
|
|
30
|
-
|
|
31
|
+
border-bottom: 0px;
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
.grid-table.k-grid tbody tbody tr:last-child td {
|
|
34
|
-
|
|
35
|
+
border-bottom: 1px solid #c5c5c5;
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
.grid-table.k-grid tbody tbody tr td:last-child {
|
|
38
|
-
|
|
39
|
+
border-right: 1px solid #c5c5c5;
|
|
39
40
|
}
|
|
40
41
|
|
|
41
|
-
|
|
42
|
+
/* fix for col-resize cursor in the end of columns */
|
|
42
43
|
.table-wrapper.header-padding > .k-widget.k-grid {
|
|
43
|
-
|
|
44
|
+
border: 1px solid #ffffff;
|
|
44
45
|
}
|
|
45
46
|
|
|
46
|
-
|
|
47
|
+
/* fix for middle click on details button */
|
|
47
48
|
.table-wrapper.link-color-white .k-header > .k-link {
|
|
48
|
-
|
|
49
|
+
color: #ffffff;
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
.k-column-menu .k-filter-item .k-multicheck-wrap {
|
|
52
|
-
|
|
53
|
+
max-height: 320px !important;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.k-column-menu .k-filter-item .k-multicheck-wrap .k-label {
|
|
56
|
-
|
|
57
|
-
|
|
57
|
+
font-weight: bold;
|
|
58
|
+
padding: 2px 20px 2px 2px;
|
|
58
59
|
}
|
|
59
60
|
|
|
60
|
-
#SSGridContainer
|
|
61
|
-
|
|
61
|
+
#SSGridContainer
|
|
62
|
+
.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
|
|
63
|
+
width: 140px !important;
|
|
62
64
|
}
|
|
63
65
|
|
|
64
66
|
.custom-grid {
|
|
65
|
-
|
|
67
|
+
margin-top: 0px !important;
|
|
66
68
|
}
|
|
67
69
|
|
|
68
70
|
#GridSearchParent label {
|
|
69
|
-
|
|
71
|
+
font-family: Helvetica, Arial, sans-serif;
|
|
70
72
|
}
|
|
71
73
|
|
|
72
|
-
|
|
74
|
+
/* fix for small width on multiselect filter */
|
|
73
75
|
.k-filterable .k-button {
|
|
74
|
-
|
|
76
|
+
padding: 4px 0px !important;
|
|
75
77
|
}
|
|
76
78
|
|
|
77
|
-
button.k-button[type=
|
|
78
|
-
|
|
79
|
-
|
|
79
|
+
button.k-button[type='reset'] {
|
|
80
|
+
padding-left: 0px;
|
|
81
|
+
padding-right: 0px;
|
|
80
82
|
}
|
|
81
83
|
|
|
82
|
-
th[data-role=
|
|
83
|
-
|
|
84
|
+
th[data-role='droptarget'].k-header,
|
|
85
|
+
.k-grid-details,
|
|
86
|
+
.k-grid-track,
|
|
87
|
+
.k-grid-notes {
|
|
88
|
+
font-size: 0px;
|
|
84
89
|
}
|
|
85
90
|
|
|
86
91
|
.k-track {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
92
|
+
display: inline-block;
|
|
93
|
+
width: 16px;
|
|
94
|
+
height: 16px;
|
|
90
95
|
}
|
|
91
96
|
|
|
92
97
|
.k-notes {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
98
|
+
display: inline-block;
|
|
99
|
+
width: 16px;
|
|
100
|
+
height: 16px;
|
|
96
101
|
}
|
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
@import (reference)
|
|
1
|
+
@import (reference) 'variables.less';
|
|
2
|
+
body {
|
|
3
|
+
background-color: @nav-bg;
|
|
4
|
+
box-shadow: inset 10px 0px 10px -10px #333333;
|
|
5
|
+
-moz-box-shadow: inset 10px 0px 10px -10px #333333;
|
|
6
|
+
-webkit-box-shadow: inset 10px 0px 10px -10px #333333;
|
|
7
|
+
color: @text-color;
|
|
8
|
+
font-family: 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
9
|
+
font-size: 13px;
|
|
10
|
+
margin: 0;
|
|
11
|
+
overflow-x: hidden;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
html,
|
|
2
15
|
body {
|
|
3
|
-
background-color: @nav-bg;
|
|
4
|
-
box-shadow: inset 10px 0px 10px -10px #333333;
|
|
5
|
-
-moz-box-shadow: inset 10px 0px 10px -10px #333333;
|
|
6
|
-
-webkit-box-shadow: inset 10px 0px 10px -10px #333333;
|
|
7
|
-
color: @text-color;
|
|
8
|
-
font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
9
|
-
font-size: 13px;
|
|
10
|
-
margin: 0;
|
|
11
|
-
overflow-x: hidden;
|
|
12
|
-
//overflow-y: visible!important;
|
|
13
|
-
//padding: 15px;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
html, body {
|
|
17
16
|
height: 100%;
|
|
18
17
|
}
|
|
19
18
|
|
|
@@ -53,7 +52,8 @@ a {
|
|
|
53
52
|
cursor: pointer;
|
|
54
53
|
}
|
|
55
54
|
|
|
56
|
-
a:hover,
|
|
55
|
+
a:hover,
|
|
56
|
+
a:focus {
|
|
57
57
|
text-decoration: none;
|
|
58
58
|
}
|
|
59
59
|
|
|
@@ -114,8 +114,12 @@ video {
|
|
|
114
114
|
height: auto !important;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.note-editor.fullscreen {
|
|
118
|
-
|
|
117
|
+
.note-editor.fullscreen {
|
|
118
|
+
z-index: 2050;
|
|
119
|
+
}
|
|
120
|
+
.note-editor.note-frame.fullscreen {
|
|
121
|
+
z-index: 2020;
|
|
122
|
+
}
|
|
119
123
|
|
|
120
124
|
.note-editor.note-frame {
|
|
121
125
|
border: none;
|
|
@@ -128,7 +132,7 @@ video {
|
|
|
128
132
|
/* MODAL */
|
|
129
133
|
.modal-content {
|
|
130
134
|
background-clip: padding-box;
|
|
131
|
-
background-color: #
|
|
135
|
+
background-color: #ffffff;
|
|
132
136
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
133
137
|
border-radius: 4px;
|
|
134
138
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
|
@@ -176,12 +180,12 @@ video {
|
|
|
176
180
|
/* WRAPPERS */
|
|
177
181
|
|
|
178
182
|
#wrapper {
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
183
|
+
overflow: hidden;
|
|
184
|
+
overflow-x: hidden;
|
|
185
|
+
overflow-y: auto;
|
|
186
|
+
position: relative;
|
|
187
|
+
top: 0;
|
|
188
|
+
width: 100%;
|
|
185
189
|
}
|
|
186
190
|
|
|
187
191
|
.wrapper {
|
|
@@ -193,42 +197,42 @@ video {
|
|
|
193
197
|
}
|
|
194
198
|
|
|
195
199
|
#page-wrapper {
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
+
height: auto;
|
|
201
|
+
min-height: 100vh;
|
|
202
|
+
padding: 0;
|
|
203
|
+
position: relative !important;
|
|
200
204
|
}
|
|
201
205
|
#page-wrapper-default {
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
+
height: auto;
|
|
207
|
+
min-height: 100vh;
|
|
208
|
+
padding: 0;
|
|
209
|
+
position: relative !important;
|
|
206
210
|
}
|
|
207
211
|
|
|
208
212
|
.login-page #page-wrapper {
|
|
209
|
-
|
|
210
|
-
|
|
213
|
+
min-height: inherit;
|
|
214
|
+
padding: 0;
|
|
211
215
|
}
|
|
212
216
|
|
|
213
217
|
@media (min-width: 769px) {
|
|
214
218
|
#page-wrapper,
|
|
215
219
|
#page-wrapper-default {
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
220
|
+
box-shadow: inset 10px 0px 10px -10px #333333;
|
|
221
|
+
-moz-box-shadow: inset 10px 0px 10px -10px #333333;
|
|
222
|
+
-webkit-box-shadow: inset 10px 0px 10px -10px #333333;
|
|
223
|
+
border: none;
|
|
224
|
+
margin: 0 0 0 240px;
|
|
225
|
+
min-height: -ms-calc(~'100vh - 56px') !important;
|
|
226
|
+
min-height: -moz-calc(~'100vh - 56px') !important;
|
|
227
|
+
min-height: -webkit-calc(~'100vh - 56px') !important;
|
|
228
|
+
min-height: -o-calc(~'100vh - 56px') !important;
|
|
229
|
+
min-height: calc(~'100vh - 56px') !important;
|
|
230
|
+
position: inherit;
|
|
227
231
|
}
|
|
228
|
-
|
|
232
|
+
|
|
229
233
|
.login-page #page-wrapper {
|
|
230
|
-
|
|
231
|
-
|
|
234
|
+
margin: 0;
|
|
235
|
+
min-height: inherit !important;
|
|
232
236
|
}
|
|
233
237
|
}
|
|
234
238
|
|
|
@@ -237,12 +241,21 @@ video {
|
|
|
237
241
|
padding-top: 30px;
|
|
238
242
|
}
|
|
239
243
|
|
|
240
|
-
.ibox-content h1,
|
|
241
|
-
.ibox-
|
|
244
|
+
.ibox-content h1,
|
|
245
|
+
.ibox-content h2,
|
|
246
|
+
.ibox-content h3,
|
|
247
|
+
.ibox-content h4,
|
|
248
|
+
.ibox-content h5,
|
|
249
|
+
.ibox-title h1,
|
|
250
|
+
.ibox-title h2,
|
|
251
|
+
.ibox-title h3,
|
|
252
|
+
.ibox-title h4,
|
|
253
|
+
.ibox-title h5 {
|
|
242
254
|
margin-top: 5px;
|
|
243
255
|
}
|
|
244
256
|
|
|
245
|
-
ul.unstyled,
|
|
257
|
+
ul.unstyled,
|
|
258
|
+
ol.unstyled {
|
|
246
259
|
list-style: none outside none;
|
|
247
260
|
margin-left: 0;
|
|
248
261
|
}
|
|
@@ -312,31 +325,43 @@ body.body-small .footer.fixed {
|
|
|
312
325
|
padding: 0 10px 20px 10px;
|
|
313
326
|
}
|
|
314
327
|
|
|
315
|
-
.panel-heading h1,
|
|
328
|
+
.panel-heading h1,
|
|
329
|
+
.panel-heading h2 {
|
|
316
330
|
margin-bottom: 5px;
|
|
317
331
|
}
|
|
318
332
|
|
|
319
333
|
/* TABLES */
|
|
320
334
|
|
|
321
335
|
.table-bordered {
|
|
322
|
-
border: 1px solid #
|
|
336
|
+
border: 1px solid #ebebeb;
|
|
323
337
|
}
|
|
324
338
|
|
|
325
|
-
.table-bordered > thead > tr > th,
|
|
326
|
-
|
|
339
|
+
.table-bordered > thead > tr > th,
|
|
340
|
+
.table-bordered > thead > tr > td {
|
|
341
|
+
background-color: #f5f5f6;
|
|
327
342
|
border-bottom-width: 1px;
|
|
328
343
|
}
|
|
329
344
|
|
|
330
|
-
.table-bordered > thead > tr > th,
|
|
345
|
+
.table-bordered > thead > tr > th,
|
|
346
|
+
.table-bordered > tbody > tr > th,
|
|
347
|
+
.table-bordered > tfoot > tr > th,
|
|
348
|
+
.table-bordered > thead > tr > td,
|
|
349
|
+
.table-bordered > tbody > tr > td,
|
|
350
|
+
.table-bordered > tfoot > tr > td {
|
|
331
351
|
border: 1px solid #e7e7e7;
|
|
332
352
|
}
|
|
333
353
|
|
|
334
354
|
.table > thead > tr > th {
|
|
335
|
-
border-bottom: 1px solid #
|
|
355
|
+
border-bottom: 1px solid #dddddd;
|
|
336
356
|
vertical-align: bottom;
|
|
337
357
|
}
|
|
338
358
|
|
|
339
|
-
.table > thead > tr > th,
|
|
359
|
+
.table > thead > tr > th,
|
|
360
|
+
.table > tbody > tr > th,
|
|
361
|
+
.table > tfoot > tr > th,
|
|
362
|
+
.table > thead > tr > td,
|
|
363
|
+
.table > tbody > tr > td,
|
|
364
|
+
.table > tfoot > tr > td {
|
|
340
365
|
border-top: 1px solid @border-color;
|
|
341
366
|
line-height: 1.42857;
|
|
342
367
|
padding: 8px;
|
|
@@ -355,12 +380,13 @@ body.body-small .footer.fixed {
|
|
|
355
380
|
}
|
|
356
381
|
|
|
357
382
|
.nav-tabs > li > a {
|
|
358
|
-
color: #
|
|
383
|
+
color: #a7b1c2;
|
|
359
384
|
font-weight: 600;
|
|
360
385
|
padding: 10px 20px 10px 25px;
|
|
361
386
|
}
|
|
362
387
|
|
|
363
|
-
.nav-tabs > li > a:hover,
|
|
388
|
+
.nav-tabs > li > a:hover,
|
|
389
|
+
.nav-tabs > li > a:focus {
|
|
364
390
|
background-color: #e6e6e6;
|
|
365
391
|
color: @text-color;
|
|
366
392
|
}
|
|
@@ -450,7 +476,6 @@ body.body-small .footer.fixed {
|
|
|
450
476
|
.link-block a {
|
|
451
477
|
font-size: 10px;
|
|
452
478
|
color: inherit;
|
|
453
|
-
|
|
454
479
|
}
|
|
455
480
|
|
|
456
481
|
body.mini-navbar .branding {
|
|
@@ -458,13 +483,13 @@ body.mini-navbar .branding {
|
|
|
458
483
|
}
|
|
459
484
|
|
|
460
485
|
img.circle-border {
|
|
461
|
-
border: 6px solid #
|
|
486
|
+
border: 6px solid #ffffff;
|
|
462
487
|
border-radius: 50%;
|
|
463
488
|
}
|
|
464
489
|
|
|
465
490
|
.branding {
|
|
466
491
|
float: left;
|
|
467
|
-
color: #
|
|
492
|
+
color: #ffffff;
|
|
468
493
|
font-size: 18px;
|
|
469
494
|
font-weight: 600;
|
|
470
495
|
padding: 17px 20px;
|
|
@@ -517,7 +542,7 @@ img.circle-border {
|
|
|
517
542
|
}
|
|
518
543
|
|
|
519
544
|
code {
|
|
520
|
-
background-color: #
|
|
545
|
+
background-color: #f9f2f4;
|
|
521
546
|
border-radius: 4px;
|
|
522
547
|
color: #ca4440;
|
|
523
548
|
font-size: 90%;
|
|
@@ -526,7 +551,6 @@ code {
|
|
|
526
551
|
}
|
|
527
552
|
|
|
528
553
|
.ibox {
|
|
529
|
-
//clear: both;
|
|
530
554
|
margin-bottom: 25px;
|
|
531
555
|
margin-top: 0;
|
|
532
556
|
padding: 0;
|
|
@@ -537,14 +561,15 @@ code {
|
|
|
537
561
|
}
|
|
538
562
|
|
|
539
563
|
.ibox.collapsed .fa.fa-chevron-up:before {
|
|
540
|
-
content:
|
|
564
|
+
content: '\f078';
|
|
541
565
|
}
|
|
542
566
|
|
|
543
567
|
.ibox.collapsed .fa.fa-chevron-down:before {
|
|
544
|
-
content:
|
|
568
|
+
content: '\f077';
|
|
545
569
|
}
|
|
546
570
|
|
|
547
|
-
.ibox:after,
|
|
571
|
+
.ibox:after,
|
|
572
|
+
.ibox:before {
|
|
548
573
|
display: table;
|
|
549
574
|
}
|
|
550
575
|
|
|
@@ -575,7 +600,7 @@ code {
|
|
|
575
600
|
border-width: 1px 0;
|
|
576
601
|
}
|
|
577
602
|
.ibox-content.half-pad {
|
|
578
|
-
|
|
603
|
+
padding: 16px 10px;
|
|
579
604
|
}
|
|
580
605
|
|
|
581
606
|
.ibox-footer {
|
|
@@ -598,16 +623,19 @@ table.table-mail tr td {
|
|
|
598
623
|
padding-right: 20px;
|
|
599
624
|
}
|
|
600
625
|
|
|
601
|
-
.star-mail,
|
|
626
|
+
.star-mail,
|
|
627
|
+
.check-mail {
|
|
602
628
|
width: 40px;
|
|
603
629
|
}
|
|
604
630
|
|
|
605
|
-
.unread td a,
|
|
631
|
+
.unread td a,
|
|
632
|
+
.unread td {
|
|
606
633
|
font-weight: 600;
|
|
607
634
|
color: inherit;
|
|
608
635
|
}
|
|
609
636
|
|
|
610
|
-
.read td a,
|
|
637
|
+
.read td a,
|
|
638
|
+
.read td {
|
|
611
639
|
font-weight: normal;
|
|
612
640
|
color: inherit;
|
|
613
641
|
}
|
|
@@ -670,9 +698,9 @@ table.table-mail tr td {
|
|
|
670
698
|
|
|
671
699
|
.ibox .ibox-tools.open > .dropdown-menu,
|
|
672
700
|
.dropdown.inline.open > .dropdown-menu {
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
701
|
+
left: auto;
|
|
702
|
+
right: 0;
|
|
703
|
+
z-index: 10001;
|
|
676
704
|
}
|
|
677
705
|
|
|
678
706
|
/* BACKGROUNDS */
|
|
@@ -767,15 +795,18 @@ table.table-mail tr td {
|
|
|
767
795
|
background-color: @navy;
|
|
768
796
|
}
|
|
769
797
|
|
|
770
|
-
.progress-small,
|
|
798
|
+
.progress-small,
|
|
799
|
+
.progress-small .progress-bar {
|
|
771
800
|
height: 10px;
|
|
772
801
|
}
|
|
773
802
|
|
|
774
|
-
.progress-small,
|
|
803
|
+
.progress-small,
|
|
804
|
+
.progress-mini {
|
|
775
805
|
margin-top: 5px;
|
|
776
806
|
}
|
|
777
807
|
|
|
778
|
-
.progress-mini,
|
|
808
|
+
.progress-mini,
|
|
809
|
+
.progress-mini .progress-bar {
|
|
779
810
|
height: 5px;
|
|
780
811
|
margin-bottom: 0;
|
|
781
812
|
}
|
|
@@ -872,7 +903,8 @@ table.table-mail tr td {
|
|
|
872
903
|
.mailbox\.email_view nav.navbar,
|
|
873
904
|
.mailbox\.email_compose nav.navbar,
|
|
874
905
|
.dashboards\.dashboard_4_1 nav.navbar,
|
|
875
|
-
.metrics nav.navbar,
|
|
906
|
+
.metrics nav.navbar,
|
|
907
|
+
.metrics\.index nav.navbar,
|
|
876
908
|
.dashboards\.dashboard_5 nav.navbar {
|
|
877
909
|
background: #fff;
|
|
878
910
|
}
|
|
@@ -906,11 +938,11 @@ a.close-canvas-menu:hover {
|
|
|
906
938
|
}
|
|
907
939
|
|
|
908
940
|
.canvas-menu .close-canvas-menu {
|
|
909
|
-
display: block
|
|
941
|
+
display: block;
|
|
910
942
|
}
|
|
911
943
|
|
|
912
944
|
.light-navbar .navbar.navbar-static-top {
|
|
913
|
-
background-color: #fff
|
|
945
|
+
background-color: #fff;
|
|
914
946
|
}
|
|
915
947
|
|
|
916
948
|
/* FULL HEIGHT */
|
|
@@ -920,22 +952,22 @@ a.close-canvas-menu:hover {
|
|
|
920
952
|
}
|
|
921
953
|
|
|
922
954
|
.fh-breadcrumb {
|
|
923
|
-
height: calc(~
|
|
955
|
+
height: calc(~'100% - 196px');
|
|
924
956
|
margin: 0 -15px;
|
|
925
|
-
position: relative
|
|
957
|
+
position: relative;
|
|
926
958
|
}
|
|
927
959
|
|
|
928
960
|
.fh-no-breadcrumb {
|
|
929
|
-
height: calc(~
|
|
961
|
+
height: calc(~'100% - 99px');
|
|
930
962
|
margin: 0 -15px;
|
|
931
|
-
position: relative
|
|
963
|
+
position: relative;
|
|
932
964
|
}
|
|
933
965
|
|
|
934
966
|
.fh-column {
|
|
935
967
|
background: #fff;
|
|
936
968
|
height: 100%;
|
|
937
969
|
width: 240px;
|
|
938
|
-
float: left
|
|
970
|
+
float: left;
|
|
939
971
|
}
|
|
940
972
|
|
|
941
973
|
.modal-backdrop {
|
|
@@ -987,27 +1019,22 @@ a.close-canvas-menu:hover {
|
|
|
987
1019
|
|
|
988
1020
|
.p-w-sm {
|
|
989
1021
|
padding: 0 15px;
|
|
990
|
-
|
|
991
1022
|
}
|
|
992
1023
|
|
|
993
1024
|
.p-w-m {
|
|
994
1025
|
padding: 0 20px;
|
|
995
|
-
|
|
996
1026
|
}
|
|
997
1027
|
|
|
998
1028
|
.p-w-md {
|
|
999
1029
|
padding: 0 25px;
|
|
1000
|
-
|
|
1001
1030
|
}
|
|
1002
1031
|
|
|
1003
1032
|
.p-w-lg {
|
|
1004
1033
|
padding: 0 30px;
|
|
1005
|
-
|
|
1006
1034
|
}
|
|
1007
1035
|
|
|
1008
1036
|
.p-w-xl {
|
|
1009
1037
|
padding: 0 40px;
|
|
1010
|
-
|
|
1011
1038
|
}
|
|
1012
1039
|
|
|
1013
1040
|
.p-h-xs {
|
|
@@ -1016,27 +1043,22 @@ a.close-canvas-menu:hover {
|
|
|
1016
1043
|
|
|
1017
1044
|
.p-h-sm {
|
|
1018
1045
|
padding: 15px 0;
|
|
1019
|
-
|
|
1020
1046
|
}
|
|
1021
1047
|
|
|
1022
1048
|
.p-h-m {
|
|
1023
1049
|
padding: 20px 0;
|
|
1024
|
-
|
|
1025
1050
|
}
|
|
1026
1051
|
|
|
1027
1052
|
.p-h-md {
|
|
1028
1053
|
padding: 25px 0;
|
|
1029
|
-
|
|
1030
1054
|
}
|
|
1031
1055
|
|
|
1032
1056
|
.p-h-lg {
|
|
1033
1057
|
padding: 30px 0;
|
|
1034
|
-
|
|
1035
1058
|
}
|
|
1036
1059
|
|
|
1037
1060
|
.p-h-xl {
|
|
1038
1061
|
padding: 40px 0;
|
|
1039
|
-
|
|
1040
1062
|
}
|
|
1041
1063
|
|
|
1042
1064
|
.m-xxs {
|
|
@@ -1319,7 +1341,7 @@ a.close-canvas-menu:hover {
|
|
|
1319
1341
|
margin: 30px 0;
|
|
1320
1342
|
}
|
|
1321
1343
|
|
|
1322
|
-
|
|
1344
|
+
/* IMAGES SIZE */
|
|
1323
1345
|
|
|
1324
1346
|
.img-sm {
|
|
1325
1347
|
width: 32px;
|
|
@@ -1336,7 +1358,7 @@ a.close-canvas-menu:hover {
|
|
|
1336
1358
|
height: 96px;
|
|
1337
1359
|
}
|
|
1338
1360
|
|
|
1339
|
-
|
|
1361
|
+
/* BORDER RADIUS */
|
|
1340
1362
|
|
|
1341
1363
|
.b-r-xs {
|
|
1342
1364
|
-webkit-border-radius: 1px;
|
|
@@ -1368,7 +1390,7 @@ a.close-canvas-menu:hover {
|
|
|
1368
1390
|
border-radius: 24px;
|
|
1369
1391
|
}
|
|
1370
1392
|
|
|
1371
|
-
|
|
1393
|
+
*//* Fullscreen functions
|
|
1372
1394
|
|
|
1373
1395
|
.fullscreen-ibox-mode .animated {
|
|
1374
1396
|
animation: none;
|
|
@@ -1380,47 +1402,50 @@ body.fullscreen-ibox-mode {
|
|
|
1380
1402
|
|
|
1381
1403
|
.ibox.fullscreen {
|
|
1382
1404
|
z-index: 2030;
|
|
1383
|
-
position: fixed!important;
|
|
1405
|
+
position: fixed !important;
|
|
1384
1406
|
top: 0;
|
|
1385
1407
|
left: 0;
|
|
1386
1408
|
right: 0;
|
|
1387
1409
|
bottom: 0;
|
|
1388
1410
|
overflow: auto;
|
|
1389
1411
|
margin-bottom: 0;
|
|
1390
|
-
width: 100
|
|
1412
|
+
width: 100% !important;
|
|
1391
1413
|
}
|
|
1392
1414
|
|
|
1393
1415
|
.ibox.fullscreen {
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1416
|
+
.collapse-link,
|
|
1417
|
+
.close-widget-link {
|
|
1418
|
+
display: none;
|
|
1419
|
+
}
|
|
1398
1420
|
}
|
|
1399
1421
|
|
|
1400
1422
|
.ibox.fullscreen .ibox-content {
|
|
1401
|
-
|
|
1402
|
-
|
|
1423
|
+
border-bottom: 2px solid #aaa;
|
|
1424
|
+
min-height: calc(~'100% - 48px');
|
|
1403
1425
|
}
|
|
1404
1426
|
|
|
1405
|
-
|
|
1406
|
-
|
|
1427
|
+
/*
|
|
1428
|
+
Bootstrap issue in 3.3.0 with modal https://github.com/twbs/bootstrap/issues/9855
|
|
1429
|
+
Fix
|
|
1430
|
+
*/
|
|
1407
1431
|
body.modal-open {
|
|
1408
1432
|
padding-right: inherit !important;
|
|
1409
1433
|
}
|
|
1410
1434
|
|
|
1411
|
-
|
|
1435
|
+
/* Fix modal in Safari browser */
|
|
1412
1436
|
body.modal-open .wrapper-content.animated {
|
|
1413
1437
|
-webkit-animation: none;
|
|
1414
1438
|
}
|
|
1415
1439
|
|
|
1416
|
-
|
|
1440
|
+
/* Fix for modal backdrop with animate.css */
|
|
1417
1441
|
body.modal-open .animated {
|
|
1418
1442
|
animation-fill-mode: initial;
|
|
1419
|
-
z-index: inherit
|
|
1443
|
+
z-index: inherit;
|
|
1420
1444
|
}
|
|
1421
1445
|
|
|
1422
1446
|
/* Show profile dropdown on fixed sidebar */
|
|
1423
|
-
body.mini-navbar.fixed-sidebar .profile-element,
|
|
1447
|
+
body.mini-navbar.fixed-sidebar .profile-element,
|
|
1448
|
+
.block {
|
|
1424
1449
|
display: block !important;
|
|
1425
1450
|
}
|
|
1426
1451
|
|
|
@@ -1432,8 +1457,8 @@ body.mini-navbar.fixed-sidebar .logo-element {
|
|
|
1432
1457
|
display: none;
|
|
1433
1458
|
}
|
|
1434
1459
|
|
|
1435
|
-
|
|
1460
|
+
/* Remove animation on fullscreen video */
|
|
1436
1461
|
|
|
1437
1462
|
.fullscreen-video .animated {
|
|
1438
1463
|
animation: none;
|
|
1439
|
-
}
|
|
1464
|
+
}
|