@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,531 +1,537 @@
|
|
|
1
|
-
.gray-bg,
|
|
2
|
-
|
|
1
|
+
.gray-bg,
|
|
2
|
+
.bg-muted {
|
|
3
|
+
background-color: #f3f3f4;
|
|
3
4
|
}
|
|
4
5
|
.hero-unit {
|
|
5
|
-
|
|
6
|
+
background-color: #ffffff;
|
|
6
7
|
}
|
|
7
8
|
.hover {
|
|
8
|
-
|
|
9
|
+
cursor: pointer;
|
|
9
10
|
}
|
|
10
11
|
|
|
11
|
-
.clear,
|
|
12
|
-
|
|
12
|
+
.clear,
|
|
13
|
+
.clr {
|
|
14
|
+
clear: both;
|
|
13
15
|
}
|
|
14
16
|
.left {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
+
display: block;
|
|
18
|
+
float: left;
|
|
17
19
|
}
|
|
18
20
|
.right {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
+
display: block;
|
|
22
|
+
float: right;
|
|
21
23
|
}
|
|
22
24
|
|
|
23
25
|
.pad5left {
|
|
24
|
-
|
|
26
|
+
padding-left: 5px;
|
|
25
27
|
}
|
|
26
28
|
.pad5right {
|
|
27
|
-
|
|
29
|
+
padding-right: 5px;
|
|
28
30
|
}
|
|
29
31
|
.pad5top {
|
|
30
|
-
|
|
32
|
+
padding-top: 5px;
|
|
31
33
|
}
|
|
32
34
|
.pad8top {
|
|
33
|
-
|
|
35
|
+
padding-top: 8px;
|
|
34
36
|
}
|
|
35
37
|
.pad15top {
|
|
36
|
-
|
|
38
|
+
padding-top: 15px;
|
|
37
39
|
}
|
|
38
40
|
|
|
39
41
|
.dropdown-toggle {
|
|
40
|
-
|
|
42
|
+
cursor: pointer;
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
.img-supply,
|
|
44
46
|
.img-360 {
|
|
45
|
-
|
|
47
|
+
display: none;
|
|
46
48
|
}
|
|
47
49
|
.supplytheme {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
50
|
+
.img-supply {
|
|
51
|
+
display: block;
|
|
52
|
+
}
|
|
53
|
+
.img-360 {
|
|
54
|
+
display: none;
|
|
55
|
+
}
|
|
54
56
|
}
|
|
55
57
|
.seko360theme {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
58
|
+
.nav-header {
|
|
59
|
+
padding: 16px 52px;
|
|
60
|
+
}
|
|
61
|
+
.img-supply {
|
|
62
|
+
display: none;
|
|
63
|
+
}
|
|
64
|
+
.img-360 {
|
|
65
|
+
display: block;
|
|
66
|
+
}
|
|
66
67
|
}
|
|
67
68
|
.img-radius {
|
|
68
|
-
|
|
69
|
+
border-radius: 5px;
|
|
69
70
|
}
|
|
70
71
|
|
|
71
|
-
|
|
72
|
+
/* Menu */
|
|
72
73
|
#menu-left {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
.menu-disabled {
|
|
75
|
+
display: none;
|
|
76
|
+
}
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
#MyWindows {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
color: #DFE4ED!important;
|
|
96
|
-
}
|
|
80
|
+
background: none !important;
|
|
81
|
+
box-shadow: none !important;
|
|
82
|
+
height: 100% !important;
|
|
83
|
+
left: -200px !important;
|
|
84
|
+
margin-left: 0 !important;
|
|
85
|
+
min-height: 100% !important;
|
|
86
|
+
opacity: 1 !important;
|
|
87
|
+
top: 0 !important;
|
|
88
|
+
z-index: 10001 !important;
|
|
89
|
+
|
|
90
|
+
a {
|
|
91
|
+
color: #a7b1c2 !important;
|
|
92
|
+
}
|
|
93
|
+
#MyWindowsTitle {
|
|
94
|
+
color: #dfe4ed !important;
|
|
95
|
+
}
|
|
97
96
|
}
|
|
98
97
|
#MyWindows.open {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
98
|
+
left: 0 !important;
|
|
99
|
+
-webkit-transition: left ease-in 0.5s;
|
|
100
|
+
transition: left ease-in 0.5s;
|
|
102
101
|
}
|
|
103
102
|
|
|
104
103
|
.contextMenu,
|
|
105
104
|
.contextMenu LI {
|
|
106
|
-
|
|
105
|
+
width: 125px !important;
|
|
107
106
|
}
|
|
108
107
|
|
|
109
108
|
.navbar-static-side {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
109
|
+
margin-left: -200px;
|
|
110
|
+
position: fixed;
|
|
111
|
+
top: 0;
|
|
113
112
|
}
|
|
114
113
|
.navbar-static-side.open {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
114
|
+
margin-left: 0;
|
|
115
|
+
-webkit-transition: left ease-in 0.5s;
|
|
116
|
+
transition: left ease-in 0.5s;
|
|
118
117
|
}
|
|
119
118
|
body.mini-navbar .navbar-static-side {
|
|
120
|
-
|
|
119
|
+
margin-left: -70px;
|
|
121
120
|
}
|
|
122
121
|
body.mini-navbar .navbar-static-side.open {
|
|
123
|
-
|
|
122
|
+
margin-left: 0;
|
|
124
123
|
}
|
|
125
124
|
|
|
126
125
|
.menu-icon-minimized {
|
|
127
|
-
|
|
126
|
+
display: none;
|
|
128
127
|
}
|
|
129
128
|
|
|
130
129
|
.logo-element .fa {
|
|
131
|
-
|
|
130
|
+
cursor: pointer;
|
|
132
131
|
}
|
|
133
132
|
|
|
134
|
-
|
|
135
|
-
// Top Bar
|
|
133
|
+
/* Top Bar */
|
|
136
134
|
#supply-top-navbar {
|
|
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
|
-
#menu-left.collapse.in
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
135
|
+
margin-top: -50px;
|
|
136
|
+
.navbar {
|
|
137
|
+
box-shadow: 0px 2px 12px #333333;
|
|
138
|
+
margin-bottom: 0;
|
|
139
|
+
background: #ffffff;
|
|
140
|
+
}
|
|
141
|
+
.navbar-header {
|
|
142
|
+
padding-left: 11px;
|
|
143
|
+
}
|
|
144
|
+
.navbar-logo {
|
|
145
|
+
margin-top: 9px;
|
|
146
|
+
position: absolute;
|
|
147
|
+
text-align: center;
|
|
148
|
+
width: 100%;
|
|
149
|
+
z-index: -1;
|
|
150
|
+
img {
|
|
151
|
+
height: 40px;
|
|
152
|
+
width: auto;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
.badge {
|
|
156
|
+
border: 1px solid #cccccc;
|
|
157
|
+
border-radius: 8px;
|
|
158
|
+
color: #444444;
|
|
159
|
+
padding: 0 4px 2px 4px;
|
|
160
|
+
position: absolute;
|
|
161
|
+
top: 4px;
|
|
162
|
+
}
|
|
163
|
+
.btn-primary {
|
|
164
|
+
background-color: @nav-bg !important;
|
|
165
|
+
border-color: @nav-bg !important;
|
|
166
|
+
color: #fff;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
#menu-left.collapse.in
|
|
170
|
+
+ #page-wrapper-default
|
|
171
|
+
#supply-top-navbar
|
|
172
|
+
.btn-primary.navbar-minimalize {
|
|
173
|
+
background-color: lighten(@nav-bg, 15%) !important;
|
|
174
|
+
outline: none;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
#topBarIcons {
|
|
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
|
-
|
|
178
|
+
float: right;
|
|
179
|
+
height: 100% !important;
|
|
180
|
+
padding: 8px 20px 6px 0;
|
|
181
|
+
width: auto !important;
|
|
182
|
+
|
|
183
|
+
#ssTopBar_Btn_Support,
|
|
184
|
+
#ctl00_csPageContent_ucTopBar_ssTopBar_Btn_Personalisation,
|
|
185
|
+
#ssTopBar_Btn_Search,
|
|
186
|
+
#ssTopBar_Btn_Dashboard,
|
|
187
|
+
#ctl00_csPageContent_ucTopBar_ssTopBar_Btn_Dashboard {
|
|
188
|
+
background: none;
|
|
189
|
+
margin-left: 0;
|
|
190
|
+
}
|
|
191
|
+
.ssTopBarBtnInt {
|
|
192
|
+
display: block;
|
|
193
|
+
float: right;
|
|
194
|
+
}
|
|
195
|
+
.fa-stack {
|
|
196
|
+
cursor: pointer;
|
|
197
|
+
margin: 4px 4px 0 0;
|
|
198
|
+
}
|
|
199
|
+
.dropdown {
|
|
200
|
+
position: relative;
|
|
201
|
+
}
|
|
202
|
+
#ctl00_csPageContent_ucTopBar_lblFullName {
|
|
203
|
+
cursor: pointer;
|
|
204
|
+
font-weight: bold;
|
|
205
|
+
}
|
|
206
|
+
.top-bar-dropdown {
|
|
207
|
+
.media-left {
|
|
208
|
+
padding: 0 12px 0 8px;
|
|
209
|
+
}
|
|
210
|
+
.media-body {
|
|
211
|
+
display: table-cell;
|
|
212
|
+
padding-top: 6px;
|
|
213
|
+
span {
|
|
214
|
+
display: block;
|
|
215
|
+
line-height: 16px;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
.dropdown-menu {
|
|
220
|
+
li {
|
|
221
|
+
clear: both;
|
|
222
|
+
}
|
|
223
|
+
a {
|
|
224
|
+
padding-left: 35px;
|
|
225
|
+
position: relative;
|
|
226
|
+
}
|
|
227
|
+
a[data-icon='user']:before {
|
|
228
|
+
content: '\f2c3';
|
|
229
|
+
left: 10px;
|
|
230
|
+
}
|
|
231
|
+
a[data-icon='desktop']:before {
|
|
232
|
+
content: '\f108';
|
|
233
|
+
left: 10px;
|
|
234
|
+
}
|
|
235
|
+
a[data-icon='globe']:before {
|
|
236
|
+
content: '\f0ac';
|
|
237
|
+
left: 11px;
|
|
238
|
+
}
|
|
239
|
+
a[data-icon='sign-out']:before {
|
|
240
|
+
content: '\f08b';
|
|
241
|
+
left: 11px;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
a[data-icon='user']:before,
|
|
245
|
+
a[data-icon='desktop']:before,
|
|
246
|
+
a[data-icon='globe']:before,
|
|
247
|
+
a[data-icon='sign-out']:before {
|
|
248
|
+
font-family: FontAwesome;
|
|
249
|
+
font-style: normal;
|
|
250
|
+
font-weight: normal;
|
|
251
|
+
text-decoration: inherit;
|
|
252
|
+
font-size: 13px;
|
|
253
|
+
position: absolute;
|
|
254
|
+
text-align: center;
|
|
255
|
+
top: 4px;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
258
|
}
|
|
259
259
|
#topBarDetails {
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
260
|
+
float: right;
|
|
261
|
+
margin-right: 0 !important;
|
|
262
|
+
padding: 14px 12px 6px 12px;
|
|
263
|
+
position: relative !important;
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
.profile-element img {
|
|
267
|
-
|
|
268
|
-
|
|
267
|
+
height: auto;
|
|
268
|
+
width: 100%;
|
|
269
269
|
}
|
|
270
270
|
.profile-img {
|
|
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
|
-
}
|
|
271
|
+
margin-left: 7px;
|
|
272
|
+
|
|
273
|
+
a {
|
|
274
|
+
color: #676a6c;
|
|
275
|
+
}
|
|
276
|
+
a:hover {
|
|
277
|
+
color: #444444;
|
|
278
|
+
}
|
|
279
|
+
.dropdown-menu {
|
|
280
|
+
left: auto;
|
|
281
|
+
padding-top: 10px;
|
|
282
|
+
padding-bottom: 6px;
|
|
283
|
+
right: 12px;
|
|
284
|
+
top: 45px;
|
|
285
|
+
width: auto;
|
|
286
|
+
min-width: 200px;
|
|
287
|
+
max-width: 300px;
|
|
288
|
+
}
|
|
289
|
+
img {
|
|
290
|
+
height: auto;
|
|
291
|
+
margin-top: 1px;
|
|
292
|
+
max-height: 40px;
|
|
293
|
+
width: 40px;
|
|
294
|
+
}
|
|
295
|
+
.dropdown-arrow {
|
|
296
|
+
font-weight: bold;
|
|
297
|
+
padding: 14px 0 0 10px;
|
|
298
|
+
}
|
|
300
299
|
}
|
|
301
300
|
.profile-img .dropdown-toggle img:hover {
|
|
302
|
-
|
|
301
|
+
box-shadow: 2px 2px 6px #444444;
|
|
303
302
|
}
|
|
304
303
|
|
|
305
304
|
.language-select {
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
305
|
+
min-height: 30px;
|
|
306
|
+
min-width: 45px;
|
|
307
|
+
padding: 2px 4px 5px;
|
|
309
308
|
}
|
|
310
309
|
.goog-te-menu-frame {
|
|
311
|
-
|
|
312
|
-
|
|
310
|
+
height: 288px !important;
|
|
311
|
+
top: 50px !important;
|
|
313
312
|
}
|
|
314
313
|
.goog-te-menu2 {
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
314
|
+
height: 288px;
|
|
315
|
+
max-width: 100%;
|
|
316
|
+
overflow: scroll;
|
|
317
|
+
width: 100% !important;
|
|
319
318
|
}
|
|
320
319
|
.goog-te-gadget-simple {
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
320
|
+
background-color: transparent !important;
|
|
321
|
+
border: none !important;
|
|
322
|
+
margin: 0 !important;
|
|
323
|
+
padding: 0 !important;
|
|
325
324
|
}
|
|
326
325
|
.goog-te-gadget-icon {
|
|
327
|
-
|
|
326
|
+
display: none !important;
|
|
328
327
|
}
|
|
329
328
|
.goog-te-gadget-simple .goog-te-menu-value {
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
329
|
+
color: #ffffff !important;
|
|
330
|
+
.fa {
|
|
331
|
+
font-size: 16px;
|
|
332
|
+
margin-right: 6px;
|
|
333
|
+
vertical-align: middle;
|
|
334
|
+
}
|
|
336
335
|
}
|
|
337
336
|
|
|
338
337
|
.translate-button {
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
338
|
+
color: #ffffff !important;
|
|
339
|
+
.fa.fa-globe {
|
|
340
|
+
font-size: 16px;
|
|
341
|
+
margin: 1px 3px;
|
|
342
|
+
vertical-align: middle;
|
|
343
|
+
}
|
|
344
|
+
.fa.fa-refresh {
|
|
345
|
+
font-size: 14px;
|
|
346
|
+
margin: 0 4px;
|
|
347
|
+
vertical-align: middle;
|
|
348
|
+
}
|
|
350
349
|
}
|
|
351
350
|
.translate-button:not(:hover) .fa.fa-spin-hover {
|
|
352
|
-
|
|
351
|
+
animation: none;
|
|
353
352
|
}
|
|
354
353
|
|
|
355
354
|
.top-bar-name {
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
355
|
+
font-weight: bold;
|
|
356
|
+
margin-left: 14px;
|
|
357
|
+
padding-top: 6px;
|
|
359
358
|
}
|
|
360
359
|
|
|
361
360
|
.message-icons {
|
|
362
|
-
|
|
363
|
-
|
|
361
|
+
font-size: 13px;
|
|
362
|
+
padding: 10px 10px 0 0;
|
|
364
363
|
}
|
|
365
364
|
|
|
366
|
-
|
|
365
|
+
/* Right Sidebar */
|
|
367
366
|
#right-sidebar {
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.btn.btn-inverse.focus,
|
|
407
|
-
|
|
408
|
-
|
|
367
|
+
.nav-tabs {
|
|
368
|
+
margin: 0;
|
|
369
|
+
}
|
|
370
|
+
.nav-tabs > li {
|
|
371
|
+
margin-top: 0;
|
|
372
|
+
}
|
|
373
|
+
.nav-tabs > li > a {
|
|
374
|
+
line-height: normal;
|
|
375
|
+
min-width: 100%;
|
|
376
|
+
}
|
|
377
|
+
.sidebar-container {
|
|
378
|
+
background: #f9f9f9;
|
|
379
|
+
|
|
380
|
+
.sidebar-message > a > .pull-left {
|
|
381
|
+
margin-left: 6px;
|
|
382
|
+
.fa {
|
|
383
|
+
margin-right: 4px;
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
.sidebar-title .fa {
|
|
388
|
+
margin-right: 8px;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
#dvUserManager .sidebar-message {
|
|
392
|
+
padding: 5px 10px;
|
|
393
|
+
> a {
|
|
394
|
+
display: block;
|
|
395
|
+
padding: 10px;
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
#dvUserManager #page-wrapper {
|
|
399
|
+
box-shadow: none !important;
|
|
400
|
+
-moz-box-shadow: none !important;
|
|
401
|
+
-webkit-box-shadow: none !important;
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.btn.btn-inverse.focus,
|
|
406
|
+
.btn.btn-inverse:focus,
|
|
407
|
+
.btn.btn-inverse:hover {
|
|
408
|
+
color: #dedede;
|
|
409
|
+
text-decoration: none;
|
|
409
410
|
}
|
|
410
411
|
|
|
411
412
|
.tour-open .nav-header {
|
|
412
|
-
|
|
413
|
+
background-image: none;
|
|
413
414
|
}
|
|
414
415
|
|
|
415
416
|
.mini-navbar .nav.metismenu {
|
|
416
|
-
|
|
417
|
+
overflow: visible !important;
|
|
417
418
|
}
|
|
418
419
|
|
|
419
420
|
/* buttons */
|
|
420
|
-
.btn-success,
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
421
|
+
.btn-success,
|
|
422
|
+
.btn-success:focus,
|
|
423
|
+
.btn-success:active,
|
|
424
|
+
.btn-success.active,
|
|
425
|
+
.btn-success:visited {
|
|
426
|
+
background-color: @nav-bg;
|
|
427
|
+
background-image: none;
|
|
428
|
+
border: 1px solid @nav-bg;
|
|
429
|
+
-webkit-box-shadow: inset 0 1px 1px @nav-bg-light;
|
|
430
|
+
-moz-box-shadow: inset 0 1px 1px @nav-bg-light;
|
|
431
|
+
box-shadow: inset 0 1px 1px @nav-bg-light;
|
|
427
432
|
}
|
|
428
433
|
.btn-success:hover {
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
434
|
+
background: @nav-bg-dark !important;
|
|
435
|
+
box-shadow: none;
|
|
436
|
+
border-color: @nav-bg-dark;
|
|
432
437
|
}
|
|
433
|
-
.btn-success.btn[disabled],
|
|
434
|
-
|
|
435
|
-
|
|
438
|
+
.btn-success.btn[disabled],
|
|
439
|
+
.btn-success:focus {
|
|
440
|
+
background: @nav-bg-dark;
|
|
441
|
+
border: 1px solid @nav-bg;
|
|
436
442
|
}
|
|
437
443
|
|
|
438
444
|
/* Kendo overrides */
|
|
439
445
|
.k-pager-numbers .k-state-selected {
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
446
|
+
border-color: lighten(@nav-bg, 55%);
|
|
447
|
+
background-color: lighten(@nav-bg, 55%);
|
|
448
|
+
color: @nav-bg-light;
|
|
443
449
|
}
|
|
444
450
|
.k-grid tbody .k-button.k-button-icontext.k-grid-Delete {
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
451
|
+
background-position: 0 0;
|
|
452
|
+
background-image: none;
|
|
453
|
+
color: @nav-bg;
|
|
454
|
+
display: inline-block;
|
|
455
|
+
font: normal normal normal 16px/1 FontAwesome;
|
|
456
|
+
min-width: 100%;
|
|
457
|
+
position: relative;
|
|
458
|
+
top: -1px;
|
|
453
459
|
}
|
|
454
460
|
.k-grid tbody .k-button.k-button-icontext.k-grid-Delete:before {
|
|
455
|
-
|
|
461
|
+
content: '\f1f8';
|
|
456
462
|
}
|
|
457
463
|
|
|
458
|
-
|
|
464
|
+
/* Responsive Queries */
|
|
459
465
|
@media (max-width: 960px) {
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
466
|
+
#topBarDetails {
|
|
467
|
+
clear: right;
|
|
468
|
+
padding: 2px 12px 6px;
|
|
469
|
+
}
|
|
464
470
|
}
|
|
465
471
|
|
|
466
472
|
@media (min-width: 769px) {
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
473
|
+
.navbar-default.collapse {
|
|
474
|
+
display: block !important;
|
|
475
|
+
}
|
|
476
|
+
#MyWindows {
|
|
477
|
+
position: fixed !important;
|
|
478
|
+
}
|
|
479
|
+
#MyWindowsContextMenu {
|
|
480
|
+
left: -20px;
|
|
481
|
+
}
|
|
476
482
|
}
|
|
477
483
|
|
|
478
484
|
@media (max-width: 768px) {
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
485
|
+
#MyWindows {
|
|
486
|
+
background: #2f4050 !important;
|
|
487
|
+
left: -290px !important;
|
|
488
|
+
margin-left: 0 !important;
|
|
489
|
+
padding-top: 0;
|
|
490
|
+
z-index: 101 !important;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
#topBarIcons .message-icons {
|
|
494
|
+
bottom: 0;
|
|
495
|
+
position: fixed;
|
|
496
|
+
right: 12px;
|
|
497
|
+
}
|
|
498
|
+
.translate-dropdown .dropdown-menu {
|
|
499
|
+
bottom: 42px;
|
|
500
|
+
top: auto;
|
|
501
|
+
}
|
|
496
502
|
}
|
|
497
503
|
|
|
498
504
|
@media (min-width: 641px) {
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
505
|
+
.navbar-right {
|
|
506
|
+
margin-right: 0;
|
|
507
|
+
padding-right: 12px;
|
|
508
|
+
}
|
|
503
509
|
}
|
|
504
510
|
|
|
505
511
|
@media (max-width: 640px) {
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
512
|
+
.navbar-right {
|
|
513
|
+
float: left;
|
|
514
|
+
}
|
|
515
|
+
.footer.navbar,
|
|
516
|
+
.message-icons {
|
|
517
|
+
display: none;
|
|
518
|
+
}
|
|
519
|
+
.body-content {
|
|
520
|
+
margin-bottom: 0;
|
|
521
|
+
}
|
|
516
522
|
}
|
|
517
523
|
|
|
518
524
|
@media (max-width: 479px) {
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
525
|
+
#supply-top-navbar .navbar-logo {
|
|
526
|
+
padding-left: 30px;
|
|
527
|
+
}
|
|
522
528
|
}
|
|
523
529
|
|
|
524
530
|
@media (max-width: 360px) {
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
+
#topBarDetails_loginname {
|
|
532
|
+
.sstopBar_Dot:nth-child(2),
|
|
533
|
+
#ctl00_csPageContent_ucTopBar_lblCompanyName {
|
|
534
|
+
display: none;
|
|
535
|
+
}
|
|
536
|
+
}
|
|
531
537
|
}
|