isite 2025.1.12 → 2025.1.15

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.
@@ -8,297 +8,322 @@
8
8
 
9
9
  /* Large devices (desktops, 992px and up) */
10
10
  @media (min-width: 992px) {
11
- .navbar-nav .dropdown-menu.show {
12
- display: table;
13
- }
11
+ .navbar-nav .dropdown-menu.show {
12
+ display: table;
13
+ }
14
14
  }
15
15
 
16
16
  /* X-Large devices (large desktops, 1200px and up) */
17
17
  @media (min-width: 1200px) {
18
- .navbar-nav .dropdown-menu.show {
19
- display: table;
20
- }
18
+ .navbar-nav .dropdown-menu.show {
19
+ display: table;
20
+ }
21
21
  }
22
22
 
23
23
  /* XX-Large devices (larger desktops, 1400px and up) */
24
24
  @media (min-width: 1400px) {
25
- .navbar-nav .dropdown-menu.show {
26
- display: table;
27
- }
25
+ .navbar-nav .dropdown-menu.show {
26
+ display: table;
27
+ }
28
28
  }
29
29
 
30
30
  :root {
31
- --table-hover-background-color: #0dcaf09e;
31
+ --table-hover-background-color: #0dcaf09e;
32
32
  }
33
33
  body {
34
- margin-bottom: 100px;
34
+ margin-bottom: 100px;
35
35
  }
36
36
  .container {
37
- max-width: 100%;
37
+ max-width: 100%;
38
+ }
39
+
40
+ .form-check {
41
+ display: flex;
42
+ min-height: 1.5rem;
43
+ padding-left: 1.5em;
44
+ margin-bottom: 0.125rem;
45
+ flex-direction: row;
46
+ flex-wrap: nowrap;
47
+ align-content: center;
48
+ justify-content: center;
49
+ align-items: flex-end;
50
+ gap: 5px;
51
+ label {
52
+ cursor: pointer;
53
+ }
54
+ input {
55
+ cursor: pointer;
56
+ }
38
57
  }
39
58
  .form-check .form-check-input {
40
- min-width: 1em;
59
+ min-width: 1em;
60
+ margin: 5px;
41
61
  }
42
62
  .ar .form-check .form-check-input,
43
63
  .AR .form-check .form-check-input {
44
- margin-right: -1.5em;
64
+ margin-right: -1.5em;
45
65
  }
46
66
  a {
47
- word-wrap: break-word;
67
+ word-wrap: break-word;
48
68
  }
49
69
  .form-label {
50
- margin-bottom: 5px;
51
- margin-left: 7px;
52
- margin-right: 7px;
53
- border-bottom: 1px solid var(--label-color);
70
+ margin-bottom: 5px;
71
+ margin-left: 7px;
72
+ margin-right: 7px;
73
+ border-bottom: 1px solid var(--label-color);
54
74
  }
55
75
  label {
56
- float: var(--float);
57
- color: var(--label-color);
58
- font-weight: var(--label-font-weight);
59
- font-size: var(--label-font-size);
60
- background: var(--label-background);
76
+ float: var(--float);
77
+ color: var(--label-color);
78
+ font-weight: var(--label-font-weight);
79
+ font-size: var(--label-font-size);
80
+ background: var(--label-background);
61
81
  }
62
82
 
63
83
  fieldset {
64
- padding: var(--fieldset-padding);
65
- margin: var(--fieldset-margin);
66
- background: var(--fieldset-background);
67
- border: var(--fieldset-border);
68
- border-radius: var(--fieldset-border-radius);
69
- max-width: 98% !important;
84
+ padding: var(--fieldset-padding);
85
+ margin: var(--fieldset-margin);
86
+ background: var(--fieldset-background);
87
+ border: var(--fieldset-border);
88
+ border-radius: var(--fieldset-border-radius);
89
+ max-width: 98% !important;
90
+ margin-bottom: 10px !important;
70
91
  }
71
92
 
72
93
  fieldset legend {
73
- display: contents;
74
- color: var(--legend-color);
75
- font-size: var(--legend-font-size);
76
- text-shadow: var(--legend-text-shadow);
77
- font-weight: var(--legend-font-weight);
78
- background: var(--fieldset-background);
79
- border: var(--legend-border);
80
- float: var(--float);
81
- width: auto;
82
- padding: 5px;
94
+ display: contents;
95
+ color: var(--legend-color);
96
+ font-size: var(--legend-font-size);
97
+ text-shadow: var(--legend-text-shadow);
98
+ font-weight: var(--legend-font-weight);
99
+ background: var(--fieldset-background);
100
+ border: var(--legend-border);
101
+ float: var(--float);
102
+ width: auto;
103
+ padding: 5px;
83
104
  }
84
105
 
85
106
  .border {
86
- border: 1px solid #ced4da !important;
87
- border-radius: 0.375rem;
107
+ border: 1px solid #ced4da !important;
108
+ border-radius: 0.375rem;
88
109
  }
89
110
  i-control {
90
- display: block;
111
+ display: block;
91
112
  }
92
113
  i-textarea {
93
- margin: 0px;
114
+ margin: 0px;
94
115
  }
95
116
 
96
117
  i-checkbox {
97
- padding-left: 20px !important;
98
- padding-right: 20px !important;
118
+ padding-right: 20px !important;
119
+ padding-left: 20px !important;
120
+ display: block !important;
99
121
  }
100
122
  i-checkbox label {
101
- cursor: pointer;
102
- max-width: 100%;
103
- white-space: pre-line;
123
+ cursor: pointer;
124
+ max-width: 100%;
125
+ white-space: pre-line;
104
126
  }
105
127
  i-checkbox,
106
128
  i-radio {
107
- display: inline-flex;
108
- align-self: center;
109
- margin-left: 1.5em;
110
- margin-right: 1.5em;
111
- white-space: nowrap;
129
+ display: inline-flex;
130
+ align-self: center;
131
+ margin-left: 1.5em;
132
+ margin-right: 1.5em;
133
+ white-space: nowrap;
134
+ }
135
+ i-checklist i-checkbox {
136
+ display: flex !important;
137
+ flex-direction: row !important;
112
138
  }
113
-
114
139
  i-button {
115
- display: contents;
140
+ display: contents;
116
141
  }
117
142
  i-button button {
118
- margin: 5px !important;
119
- margin-top: 30px !important;
120
- padding: 7px 9px !important;
121
- max-height: 40px;
143
+ margin: 5px !important;
144
+ margin-top: 30px !important;
145
+ padding: 7px 9px !important;
146
+ max-height: 40px;
122
147
  }
123
148
  table i-button button {
124
- margin-top: 0px !important;
149
+ margin-top: 0px !important;
125
150
  }
126
151
  i-button.default button {
127
- margin: 3px;
128
- padding: 3px;
129
- width: 32px;
130
- height: 32px;
152
+ margin: 3px;
153
+ padding: 3px;
154
+ width: 32px;
155
+ height: 32px;
131
156
  }
132
157
  i-file {
133
- display: block;
134
- padding: 10px !important;
135
- border: 3px dashed var(--theme-color);
136
- margin: 1% !important;
137
- height: fit-content;
138
- width: 98% !important;
158
+ display: block;
159
+ padding: 10px !important;
160
+ border: 3px dashed var(--theme-color);
161
+ margin: 1% !important;
162
+ height: fit-content;
163
+ width: 98% !important;
139
164
  }
140
165
  i-file label {
141
- margin-top: 10px !important;
166
+ margin-top: 10px !important;
142
167
  }
143
168
  i-file i-button {
144
- max-width: 100px;
169
+ max-width: 100px;
145
170
  }
146
171
  i-upload {
147
- display: contents;
172
+ display: contents;
148
173
  }
149
174
  i-upload form {
150
- display: contents;
175
+ display: contents;
151
176
  }
152
177
  i-date .left-10,
153
178
  i-datetime .left-10 {
154
- margin-left: 10px;
179
+ margin-left: 10px;
155
180
  }
156
181
  i-date .fas,
157
182
  i-datetime .fas {
158
- color: green;
159
- font-size: 24px;
160
- margin: 5px;
161
- cursor: pointer;
183
+ color: green;
184
+ font-size: 24px;
185
+ margin: 5px;
186
+ cursor: pointer;
162
187
  }
163
188
  i-date p,
164
189
  i-datetime p {
165
- margin: 0 !important;
190
+ margin: 0 !important;
166
191
  }
167
192
  i-date button,
168
193
  i-datetime button {
169
- background: transparent !important;
170
- margin: 0 !important;
194
+ background: transparent !important;
195
+ margin: 0 !important;
171
196
  }
172
197
  i-date input,
173
198
  i-datetime input {
174
- margin: 0 !important;
199
+ margin: 0 !important;
175
200
  }
176
201
 
177
202
  .modal-content {
178
- width: 75vw;
179
- height: auto;
180
- max-height: 100vh;
203
+ width: 75%;
204
+ height: auto;
205
+ max-height: 100vh;
181
206
  }
182
207
  .modal-content:has(i-list) {
183
- min-height: 50px;
208
+ min-height: 50px;
184
209
  }
185
210
  .full .modal-content {
186
- width: 95vw;
187
- height: auto;
188
- max-height: 100vh;
211
+ width: 96%;
212
+ height: auto;
213
+ max-height: 100vh;
189
214
  }
190
215
  .modal-body {
191
- padding: 1rem;
192
- display: block;
193
- overflow: hidden;
194
- overflow-y: auto;
216
+ padding: 1rem;
217
+ display: block;
218
+ overflow: hidden;
219
+ overflow-y: auto;
195
220
  }
196
221
  .modal-footer {
197
- display: flex;
198
- width: 100%;
199
- flex-wrap: nowrap;
200
- align-content: center;
201
- justify-content: center;
202
- align-items: center;
203
- flex-direction: row;
222
+ display: flex;
223
+ width: 100%;
224
+ flex-wrap: nowrap;
225
+ align-content: center;
226
+ justify-content: center;
227
+ align-items: center;
228
+ flex-direction: row;
204
229
  }
205
230
  .dropdown-content {
206
- display: none;
207
- position: absolute;
208
- top: 75px !important;
209
- background-color: #ffffff;
210
- width: 100%;
211
- z-index: 999;
212
- max-height: 75vh;
213
- padding: 0px;
214
- margin: 0;
215
- scroll-behavior: smooth;
216
- overflow: auto;
217
- border: 5px solid var(--theme-color);
218
- border-top: 10px solid var(--theme-color);
219
- border-bottom: 10px solid var(--theme-color);
220
- border-radius: 5px;
231
+ display: none;
232
+ position: absolute;
233
+ top: 75px !important;
234
+ background-color: #ffffff;
235
+ width: 100%;
236
+ z-index: 999;
237
+ max-height: 75vh;
238
+ padding: 0px;
239
+ margin: 0;
240
+ scroll-behavior: smooth;
241
+ overflow: auto;
242
+ border: 5px solid var(--theme-color);
243
+ border-top: 10px solid var(--theme-color);
244
+ border-bottom: 10px solid var(--theme-color);
245
+ border-radius: 5px;
221
246
  }
222
247
  .v-tabs .nav-link {
223
- color: #aaa !important;
224
- background: #fff !important;
225
- position: relative;
226
- cursor: pointer;
227
- font-weight: bold;
228
- width: auto;
248
+ color: #aaa !important;
249
+ background: #fff !important;
250
+ position: relative;
251
+ cursor: pointer;
252
+ font-weight: bold;
253
+ width: auto;
229
254
  }
230
255
 
231
256
  .v-tabs .nav-link.active {
232
- color: #45b649;
233
- background: #fff;
257
+ color: #45b649;
258
+ background: #fff;
234
259
  }
235
260
  .nav-link {
236
- width: max-content;
261
+ width: max-content;
237
262
  }
238
263
 
239
264
  @media (min-width: 992px) {
240
- .v-tabs .nav-link::before {
241
- content: '';
242
- display: block;
243
- border-top: 8px solid transparent;
244
- border-left: 10px solid #fff;
245
- border-bottom: 8px solid transparent;
246
- position: absolute;
247
- top: 50%;
248
- right: -10px;
249
- transform: translateY(-50%);
250
- opacity: 0;
251
- }
252
- .ar .v-tabs .nav-link::before,
253
- .AR .v-tabs .nav-link::before {
254
- border-right: 10px solid #fff;
255
- left: -10px;
256
- }
265
+ .v-tabs .nav-link::before {
266
+ content: '';
267
+ display: block;
268
+ border-top: 8px solid transparent;
269
+ border-left: 10px solid #fff;
270
+ border-bottom: 8px solid transparent;
271
+ position: absolute;
272
+ top: 50%;
273
+ right: -10px;
274
+ transform: translateY(-50%);
275
+ opacity: 0;
276
+ }
277
+ .ar .v-tabs .nav-link::before,
278
+ .AR .v-tabs .nav-link::before {
279
+ border-right: 10px solid #fff;
280
+ left: -10px;
281
+ }
257
282
  }
258
283
 
259
284
  .v-tabs .nav-link.active::before {
260
- opacity: 1;
285
+ opacity: 1;
261
286
  }
262
287
 
263
288
  i-audio {
264
- background: #fff;
265
- border: 1px solid #ddd;
266
- display: block;
267
- padding: 5px;
289
+ background: #fff;
290
+ border: 1px solid #ddd;
291
+ display: block;
292
+ padding: 5px;
268
293
  }
269
294
  i-audio audio {
270
- vertical-align: bottom;
295
+ vertical-align: bottom;
271
296
  }
272
297
  i-video {
273
- border: 1px solid #4caf50;
274
- padding: 5px;
275
- display: block;
298
+ border: 1px solid #4caf50;
299
+ padding: 5px;
300
+ display: block;
276
301
  }
277
302
  i-audio .btn {
278
- vertical-align: top;
303
+ vertical-align: top;
279
304
  }
280
305
 
281
306
  i-video video {
282
- max-height: 50vh;
307
+ max-height: 50vh;
283
308
  }
284
309
  i-time .time {
285
- display: flex;
286
- flex-wrap: nowrap;
287
- align-content: space-between;
288
- justify-content: space-evenly;
289
- align-items: baseline;
290
- flex-direction: row;
291
- --scrollbar-width: 3px;
292
- .dropdown-content {
293
- top: 40px !important;
294
- }
295
- input {
296
- font-weight: bold;
297
- }
310
+ display: flex;
311
+ flex-wrap: nowrap;
312
+ align-content: space-between;
313
+ justify-content: space-evenly;
314
+ align-items: baseline;
315
+ flex-direction: row;
316
+ --scrollbar-width: 3px;
317
+ .dropdown-content {
318
+ top: 40px !important;
319
+ }
320
+ input {
321
+ font-weight: bold;
322
+ }
298
323
  }
299
324
  i-time .sep span {
300
- font-size: xx-large;
301
- line-height: 0;
302
- margin-left: 5px;
303
- margin-right: 5px;
325
+ font-size: xx-large;
326
+ line-height: 0;
327
+ margin-left: 5px;
328
+ margin-right: 5px;
304
329
  }