primeng 7.1.3 → 8.0.2
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/.editorconfig +1 -1
- package/CHANGELOG.md +119 -0
- package/README.md +1 -1
- package/browserslist +12 -0
- package/components/accordion/accordion.d.ts +4 -2
- package/components/accordion/accordion.js +24 -7
- package/components/accordion/accordion.js.map +1 -1
- package/components/accordion/accordion.metadata.json +1 -1
- package/components/autocomplete/autocomplete.d.ts +2 -0
- package/components/autocomplete/autocomplete.js +13 -5
- package/components/autocomplete/autocomplete.js.map +1 -1
- package/components/autocomplete/autocomplete.metadata.json +1 -1
- package/components/blockui/blockui.js +2 -2
- package/components/blockui/blockui.js.map +1 -1
- package/components/blockui/blockui.metadata.json +1 -1
- package/components/button/button.d.ts +1 -1
- package/components/button/button.js.map +1 -1
- package/components/calendar/calendar.d.ts +5 -2
- package/components/calendar/calendar.js +47 -23
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/calendar.metadata.json +1 -1
- package/components/card/card.js +2 -2
- package/components/card/card.js.map +1 -1
- package/components/card/card.metadata.json +1 -1
- package/components/carousel/carousel.js +4 -4
- package/components/carousel/carousel.js.map +1 -1
- package/components/carousel/carousel.metadata.json +1 -1
- package/components/chart/chart.js +1 -0
- package/components/chart/chart.js.map +1 -1
- package/components/chart/chart.metadata.json +1 -1
- package/components/chips/chips.js +1 -1
- package/components/chips/chips.js.map +1 -1
- package/components/chips/chips.metadata.json +1 -1
- package/components/colorpicker/colorpicker.js +5 -5
- package/components/colorpicker/colorpicker.js.map +1 -1
- package/components/colorpicker/colorpicker.metadata.json +1 -1
- package/components/common/confirmationservice.d.ts +2 -2
- package/components/common/messageservice.d.ts +2 -2
- package/components/common/shared.js +1 -1
- package/components/common/shared.js.map +1 -1
- package/components/common/shared.metadata.json +1 -1
- package/components/common/treedragdropservice.d.ts +2 -2
- package/components/confirmdialog/confirmdialog.js +4 -4
- package/components/confirmdialog/confirmdialog.js.map +1 -1
- package/components/confirmdialog/confirmdialog.metadata.json +1 -1
- package/components/contextmenu/contextmenu.d.ts +5 -3
- package/components/contextmenu/contextmenu.js +14 -2
- package/components/contextmenu/contextmenu.js.map +1 -1
- package/components/contextmenu/contextmenu.metadata.json +1 -1
- package/components/datagrid/datagrid.d.ts +1 -1
- package/components/datagrid/datagrid.js +2 -2
- package/components/datagrid/datagrid.js.map +1 -1
- package/components/datagrid/datagrid.metadata.json +1 -1
- package/components/datalist/datalist.d.ts +1 -1
- package/components/datalist/datalist.js +2 -2
- package/components/datalist/datalist.js.map +1 -1
- package/components/datalist/datalist.metadata.json +1 -1
- package/components/datascroller/datascroller.js +3 -3
- package/components/datascroller/datascroller.js.map +1 -1
- package/components/datascroller/datascroller.metadata.json +1 -1
- package/components/dataview/dataview.d.ts +2 -1
- package/components/dataview/dataview.js +8 -3
- package/components/dataview/dataview.js.map +1 -1
- package/components/dataview/dataview.metadata.json +1 -1
- package/components/defer/defer.js +1 -1
- package/components/defer/defer.js.map +1 -1
- package/components/defer/defer.metadata.json +1 -1
- package/components/dialog/dialog.d.ts +0 -1
- package/components/dialog/dialog.js +4 -14
- package/components/dialog/dialog.js.map +1 -1
- package/components/dialog/dialog.metadata.json +1 -1
- package/components/dom/domhandler.d.ts +1 -0
- package/components/dom/domhandler.js +11 -1
- package/components/dom/domhandler.js.map +1 -1
- package/components/dropdown/dropdown.d.ts +6 -1
- package/components/dropdown/dropdown.js +41 -10
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/dropdown/dropdown.metadata.json +1 -1
- package/components/dynamicdialog/dynamicdialog.js +2 -2
- package/components/dynamicdialog/dynamicdialog.js.map +1 -1
- package/components/dynamicdialog/dynamicdialog.metadata.json +1 -1
- package/components/editor/editor.js +2 -1
- package/components/editor/editor.js.map +1 -1
- package/components/editor/editor.metadata.json +1 -1
- package/components/fieldset/fieldset.js +8 -3
- package/components/fieldset/fieldset.js.map +1 -1
- package/components/fieldset/fieldset.metadata.json +1 -1
- package/components/fileupload/fileupload.d.ts +11 -2
- package/components/fileupload/fileupload.js +83 -15
- package/components/fileupload/fileupload.js.map +1 -1
- package/components/fileupload/fileupload.metadata.json +1 -1
- package/components/focustrap/focustrap.d.ts +8 -0
- package/components/focustrap/focustrap.js +73 -0
- package/components/focustrap/focustrap.js.map +1 -0
- package/components/focustrap/focustrap.metadata.json +1 -0
- package/components/growl/growl.js +1 -1
- package/components/growl/growl.js.map +1 -1
- package/components/growl/growl.metadata.json +1 -1
- package/components/inputmask/inputmask.d.ts +1 -0
- package/components/inputmask/inputmask.js +7 -3
- package/components/inputmask/inputmask.js.map +1 -1
- package/components/inputmask/inputmask.metadata.json +1 -1
- package/components/keyfilter/keyfilter.d.ts +8 -1
- package/components/keyfilter/keyfilter.js +59 -3
- package/components/keyfilter/keyfilter.js.map +1 -1
- package/components/keyfilter/keyfilter.metadata.json +1 -1
- package/components/lightbox/lightbox.d.ts +4 -0
- package/components/lightbox/lightbox.js +39 -20
- package/components/lightbox/lightbox.js.map +1 -1
- package/components/lightbox/lightbox.metadata.json +1 -1
- package/components/listbox/listbox.js +3 -3
- package/components/listbox/listbox.js.map +1 -1
- package/components/listbox/listbox.metadata.json +1 -1
- package/components/menu/menu.d.ts +2 -2
- package/components/menu/menu.js +2 -2
- package/components/menu/menu.js.map +1 -1
- package/components/menu/menu.metadata.json +1 -1
- package/components/multiselect/multiselect.d.ts +4 -0
- package/components/multiselect/multiselect.js +51 -12
- package/components/multiselect/multiselect.js.map +1 -1
- package/components/multiselect/multiselect.metadata.json +1 -1
- package/components/orderlist/orderlist.js +2 -1
- package/components/orderlist/orderlist.js.map +1 -1
- package/components/orderlist/orderlist.metadata.json +1 -1
- package/components/organizationchart/organizationchart.d.ts +4 -2
- package/components/organizationchart/organizationchart.js +15 -1
- package/components/organizationchart/organizationchart.js.map +1 -1
- package/components/organizationchart/organizationchart.metadata.json +1 -1
- package/components/overlaypanel/overlaypanel.d.ts +2 -0
- package/components/overlaypanel/overlaypanel.js +8 -3
- package/components/overlaypanel/overlaypanel.js.map +1 -1
- package/components/overlaypanel/overlaypanel.metadata.json +1 -1
- package/components/paginator/paginator.d.ts +4 -2
- package/components/paginator/paginator.js +25 -9
- package/components/paginator/paginator.js.map +1 -1
- package/components/paginator/paginator.metadata.json +1 -1
- package/components/panel/panel.js +9 -3
- package/components/panel/panel.js.map +1 -1
- package/components/panel/panel.metadata.json +1 -1
- package/components/panelmenu/panelmenu.js +15 -5
- package/components/panelmenu/panelmenu.js.map +1 -1
- package/components/panelmenu/panelmenu.metadata.json +1 -1
- package/components/picklist/picklist.js +4 -4
- package/components/picklist/picklist.js.map +1 -1
- package/components/picklist/picklist.metadata.json +1 -1
- package/components/radiobutton/radiobutton.js +2 -2
- package/components/radiobutton/radiobutton.js.map +1 -1
- package/components/radiobutton/radiobutton.metadata.json +1 -1
- package/components/scrollpanel/scrollpanel.js +4 -4
- package/components/scrollpanel/scrollpanel.js.map +1 -1
- package/components/scrollpanel/scrollpanel.metadata.json +1 -1
- package/components/selectbutton/selectbutton.js +1 -1
- package/components/selectbutton/selectbutton.js.map +1 -1
- package/components/selectbutton/selectbutton.metadata.json +1 -1
- package/components/sidebar/sidebar.d.ts +6 -0
- package/components/sidebar/sidebar.js +40 -3
- package/components/sidebar/sidebar.js.map +1 -1
- package/components/sidebar/sidebar.metadata.json +1 -1
- package/components/slidemenu/slidemenu.d.ts +2 -2
- package/components/slidemenu/slidemenu.js +6 -6
- package/components/slidemenu/slidemenu.js.map +1 -1
- package/components/slidemenu/slidemenu.metadata.json +1 -1
- package/components/spinner/spinner.d.ts +11 -5
- package/components/spinner/spinner.js +54 -40
- package/components/spinner/spinner.js.map +1 -1
- package/components/spinner/spinner.metadata.json +1 -1
- package/components/splitbutton/splitbutton.js +2 -2
- package/components/splitbutton/splitbutton.js.map +1 -1
- package/components/splitbutton/splitbutton.metadata.json +1 -1
- package/components/table/table.d.ts +13 -14
- package/components/table/table.js +59 -59
- package/components/table/table.js.map +1 -1
- package/components/table/table.metadata.json +1 -1
- package/components/terminal/terminalservice.d.ts +2 -2
- package/components/tieredmenu/tieredmenu.d.ts +2 -2
- package/components/tieredmenu/tieredmenu.js +2 -2
- package/components/tieredmenu/tieredmenu.js.map +1 -1
- package/components/tieredmenu/tieredmenu.metadata.json +1 -1
- package/components/toast/toast.js +2 -2
- package/components/toast/toast.js.map +1 -1
- package/components/toast/toast.metadata.json +1 -1
- package/components/togglebutton/togglebutton.js +7 -3
- package/components/togglebutton/togglebutton.js.map +1 -1
- package/components/togglebutton/togglebutton.metadata.json +1 -1
- package/components/tree/tree.d.ts +2 -2
- package/components/tree/tree.js +1 -1
- package/components/tree/tree.js.map +1 -1
- package/components/tree/tree.metadata.json +1 -1
- package/components/treetable/treetable.d.ts +6 -6
- package/components/treetable/treetable.js +22 -16
- package/components/treetable/treetable.js.map +1 -1
- package/components/treetable/treetable.metadata.json +1 -1
- package/components/utils/objectutils.js +3 -5
- package/components/utils/objectutils.js.map +1 -1
- package/components/virtualscroller/virtualscroller.js +3 -3
- package/components/virtualscroller/virtualscroller.js.map +1 -1
- package/components/virtualscroller/virtualscroller.metadata.json +1 -1
- package/focustrap.d.ts +1 -0
- package/{datatable.js → focustrap.js} +1 -1
- package/package.json +35 -39
- package/primeng.d.ts +0 -1
- package/primeng.js +0 -1
- package/resources/components/dropdown/dropdown.css +15 -0
- package/resources/components/inputtextarea/inputtextarea.css +12 -7
- package/resources/components/lightbox/lightbox.css +3 -0
- package/resources/components/multiselect/multiselect.css +4 -0
- package/resources/primeng.css +780 -1123
- package/resources/primeng.min.css +1 -1
- package/tsconfig.app.json +15 -0
- package/tsconfig.spec.json +19 -0
- package/components/datatable/datatable.d.ts +0 -353
- package/components/datatable/datatable.js +0 -2402
- package/components/datatable/datatable.js.map +0 -1
- package/components/datatable/datatable.metadata.json +0 -1
- package/datatable.d.ts +0 -1
- package/resources/components/datatable/datatable.css +0 -370
- package/resources/themes/_theme.scss +0 -857
- package/resources/themes/bootstrap/theme.css +0 -2248
- package/resources/themes/cruze/theme.css +0 -881
- package/resources/themes/cruze/theme.scss +0 -61
- package/resources/themes/cupertino/theme.css +0 -881
- package/resources/themes/cupertino/theme.scss +0 -61
- package/resources/themes/darkness/theme.css +0 -881
- package/resources/themes/darkness/theme.scss +0 -61
- package/resources/themes/flick/theme.css +0 -881
- package/resources/themes/flick/theme.scss +0 -61
- package/resources/themes/home/theme.css +0 -881
- package/resources/themes/home/theme.scss +0 -61
- package/resources/themes/kasper/theme.css +0 -881
- package/resources/themes/kasper/theme.scss +0 -61
- package/resources/themes/lightness/theme.css +0 -881
- package/resources/themes/lightness/theme.scss +0 -61
- package/resources/themes/ludvig/theme.css +0 -881
- package/resources/themes/ludvig/theme.scss +0 -61
- package/resources/themes/omega/fonts/roboto-v15-latin-regular.eot +0 -0
- package/resources/themes/omega/fonts/roboto-v15-latin-regular.svg +0 -308
- package/resources/themes/omega/fonts/roboto-v15-latin-regular.ttf +0 -0
- package/resources/themes/omega/fonts/roboto-v15-latin-regular.woff +0 -0
- package/resources/themes/omega/fonts/roboto-v15-latin-regular.woff2 +0 -0
- package/resources/themes/omega/images/icons_16.png +0 -0
- package/resources/themes/omega/images/slider_handles.png +0 -0
- package/resources/themes/omega/images/slider_handles@2x.png +0 -0
- package/resources/themes/omega/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- package/resources/themes/omega/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- package/resources/themes/omega/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- package/resources/themes/omega/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- package/resources/themes/omega/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- package/resources/themes/omega/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- package/resources/themes/omega/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- package/resources/themes/omega/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- package/resources/themes/omega/images/ui-icons_222222_256x240.png +0 -0
- package/resources/themes/omega/images/ui-icons_2e83ff_256x240.png +0 -0
- package/resources/themes/omega/images/ui-icons_454545_256x240.png +0 -0
- package/resources/themes/omega/images/ui-icons_cd0a0a_256x240.png +0 -0
- package/resources/themes/omega/images/ui-icons_ffffff_256x240.png +0 -0
- package/resources/themes/omega/theme.css +0 -1457
- package/resources/themes/omega/theme.scss +0 -641
- package/resources/themes/pepper-grinder/theme.css +0 -881
- package/resources/themes/pepper-grinder/theme.scss +0 -61
- package/resources/themes/redmond/theme.css +0 -881
- package/resources/themes/redmond/theme.scss +0 -61
- package/resources/themes/rocket/theme.css +0 -881
- package/resources/themes/rocket/theme.scss +0 -61
- package/resources/themes/south-street/theme.css +0 -887
- package/resources/themes/south-street/theme.scss +0 -67
- package/resources/themes/start/theme.css +0 -881
- package/resources/themes/start/theme.scss +0 -61
- package/resources/themes/trontastic/theme.css +0 -881
- package/resources/themes/trontastic/theme.scss +0 -61
- package/resources/themes/voclain/theme.css +0 -881
- package/resources/themes/voclain/theme.scss +0 -61
package/resources/primeng.css
CHANGED
@@ -188,55 +188,6 @@ button {
|
|
188
188
|
-webkit-border-radius: 0;
|
189
189
|
border-radius: 0;
|
190
190
|
}
|
191
|
-
.ui-accordion {
|
192
|
-
width: 100%;
|
193
|
-
}
|
194
|
-
|
195
|
-
.ui-accordion .ui-accordion-header {
|
196
|
-
cursor: pointer;
|
197
|
-
position: relative;
|
198
|
-
margin-top: 1px;
|
199
|
-
zoom: 1;
|
200
|
-
}
|
201
|
-
|
202
|
-
.ui-accordion .ui-accordion-header a {
|
203
|
-
display: block;
|
204
|
-
padding: .5em;
|
205
|
-
}
|
206
|
-
|
207
|
-
.ui-accordion .ui-accordion-toggle-icon,
|
208
|
-
.ui-accordion .ui-accordion-header-text {
|
209
|
-
vertical-align: middle;
|
210
|
-
}
|
211
|
-
|
212
|
-
.ui-accordion .ui-accordion-content {
|
213
|
-
padding: 1em;
|
214
|
-
border-top: 0;
|
215
|
-
overflow: visible;
|
216
|
-
zoom: 1;
|
217
|
-
}
|
218
|
-
|
219
|
-
.ui-accordion .ui-accordion-header.ui-state-disabled,
|
220
|
-
.ui-accordion .ui-accordion-header.ui-state-disabled a {
|
221
|
-
cursor: default;
|
222
|
-
}
|
223
|
-
|
224
|
-
.ui-accordion-content-wrapper-overflown {
|
225
|
-
overflow: hidden;
|
226
|
-
}
|
227
|
-
|
228
|
-
.ui-rtl .ui-accordion .ui-accordion-header a {
|
229
|
-
padding: .5em 2em .5em .5em;
|
230
|
-
}
|
231
|
-
|
232
|
-
.ui-rtl .ui-accordion .ui-accordion-toggle-icon {
|
233
|
-
left: initial;
|
234
|
-
right: .5em;
|
235
|
-
}
|
236
|
-
|
237
|
-
.ui-rtl .ui-accordion .ui-accordion-toggle-icon.pi-caret-right:before {
|
238
|
-
content: '\e904';
|
239
|
-
}
|
240
191
|
.ui-autocomplete {
|
241
192
|
width: auto;
|
242
193
|
zoom: 1;
|
@@ -412,6 +363,55 @@ button {
|
|
412
363
|
.ui-blockui-document {
|
413
364
|
position: fixed;
|
414
365
|
}
|
366
|
+
.ui-accordion {
|
367
|
+
width: 100%;
|
368
|
+
}
|
369
|
+
|
370
|
+
.ui-accordion .ui-accordion-header {
|
371
|
+
cursor: pointer;
|
372
|
+
position: relative;
|
373
|
+
margin-top: 1px;
|
374
|
+
zoom: 1;
|
375
|
+
}
|
376
|
+
|
377
|
+
.ui-accordion .ui-accordion-header a {
|
378
|
+
display: block;
|
379
|
+
padding: .5em;
|
380
|
+
}
|
381
|
+
|
382
|
+
.ui-accordion .ui-accordion-toggle-icon,
|
383
|
+
.ui-accordion .ui-accordion-header-text {
|
384
|
+
vertical-align: middle;
|
385
|
+
}
|
386
|
+
|
387
|
+
.ui-accordion .ui-accordion-content {
|
388
|
+
padding: 1em;
|
389
|
+
border-top: 0;
|
390
|
+
overflow: visible;
|
391
|
+
zoom: 1;
|
392
|
+
}
|
393
|
+
|
394
|
+
.ui-accordion .ui-accordion-header.ui-state-disabled,
|
395
|
+
.ui-accordion .ui-accordion-header.ui-state-disabled a {
|
396
|
+
cursor: default;
|
397
|
+
}
|
398
|
+
|
399
|
+
.ui-accordion-content-wrapper-overflown {
|
400
|
+
overflow: hidden;
|
401
|
+
}
|
402
|
+
|
403
|
+
.ui-rtl .ui-accordion .ui-accordion-header a {
|
404
|
+
padding: .5em 2em .5em .5em;
|
405
|
+
}
|
406
|
+
|
407
|
+
.ui-rtl .ui-accordion .ui-accordion-toggle-icon {
|
408
|
+
left: initial;
|
409
|
+
right: .5em;
|
410
|
+
}
|
411
|
+
|
412
|
+
.ui-rtl .ui-accordion .ui-accordion-toggle-icon.pi-caret-right:before {
|
413
|
+
content: '\e904';
|
414
|
+
}
|
415
415
|
/** Breadcrumb **/
|
416
416
|
.ui-breadcrumb {
|
417
417
|
margin: 0;
|
@@ -445,117 +445,6 @@ button {
|
|
445
445
|
.ui-breadcrumb .ui-menuitem-text {
|
446
446
|
vertical-align: middle;
|
447
447
|
}
|
448
|
-
/* Button */
|
449
|
-
.ui-button {
|
450
|
-
display: inline-block;
|
451
|
-
position: relative;
|
452
|
-
padding: 0;
|
453
|
-
text-decoration: none !important;
|
454
|
-
cursor: pointer;
|
455
|
-
text-align: center;
|
456
|
-
zoom: 1;
|
457
|
-
overflow: visible; /* the overflow property removes extra width in IE */
|
458
|
-
}
|
459
|
-
|
460
|
-
p-button {
|
461
|
-
display: inline-block;
|
462
|
-
}
|
463
|
-
|
464
|
-
/*button text element */
|
465
|
-
.ui-button .ui-button-text {
|
466
|
-
display: block;
|
467
|
-
line-height: normal;
|
468
|
-
}
|
469
|
-
|
470
|
-
.ui-button-text-only .ui-button-text {
|
471
|
-
padding: .25em 1em;
|
472
|
-
}
|
473
|
-
|
474
|
-
.ui-button-icon-only .ui-button-text,
|
475
|
-
.ui-button-text-empty .ui-button-text {
|
476
|
-
padding: .25em;
|
477
|
-
text-indent: -9999999px;
|
478
|
-
}
|
479
|
-
|
480
|
-
.ui-button-text-icon-left .ui-button-text {
|
481
|
-
padding: .25em 1em .25em 2.1em;
|
482
|
-
}
|
483
|
-
|
484
|
-
.ui-button-text-icon-right .ui-button-text {
|
485
|
-
padding: .25em 2.1em .25em 1em;
|
486
|
-
}
|
487
|
-
|
488
|
-
/*button icon element(s) */
|
489
|
-
.ui-button-icon-only .ui-button-icon-left,
|
490
|
-
.ui-button-text-icon-left .ui-button-icon-left,
|
491
|
-
.ui-button-text-icon-right .ui-button-icon-right {
|
492
|
-
position: absolute;
|
493
|
-
top: 50%;
|
494
|
-
margin-top: -.5em;
|
495
|
-
height: 1em;
|
496
|
-
}
|
497
|
-
|
498
|
-
.ui-button-icon-only .ui-button-icon-left {
|
499
|
-
top: 50%;
|
500
|
-
left: 50%;
|
501
|
-
margin-top: -.5em;
|
502
|
-
margin-left: -.5em;
|
503
|
-
width: 1em;
|
504
|
-
height: 1em;
|
505
|
-
}
|
506
|
-
|
507
|
-
.ui-button-icon-left {
|
508
|
-
left: .5em;
|
509
|
-
}
|
510
|
-
|
511
|
-
.ui-button-icon-right {
|
512
|
-
right: .5em;
|
513
|
-
}
|
514
|
-
|
515
|
-
/*button sets*/
|
516
|
-
.ui-buttonset .ui-button {
|
517
|
-
margin-left: 0;
|
518
|
-
margin-right: 0;
|
519
|
-
}
|
520
|
-
|
521
|
-
/* workarounds */
|
522
|
-
button.ui-button::-moz-focus-inner {
|
523
|
-
border: 0; padding: 0; /* reset extra padding in Firefox */
|
524
|
-
}
|
525
|
-
|
526
|
-
/** Fluid **/
|
527
|
-
.ui-fluid .ui-button {
|
528
|
-
width: 100%;
|
529
|
-
}
|
530
|
-
|
531
|
-
.ui-fluid .ui-button-text-icon-left .ui-button-text,
|
532
|
-
.ui-fluid .ui-button-text-icon-right .ui-button-text {
|
533
|
-
padding-left: 1em;
|
534
|
-
padding-right: 1em;
|
535
|
-
}
|
536
|
-
|
537
|
-
/** ButtonSet **/
|
538
|
-
.ui-fluid .ui-buttonset {
|
539
|
-
width: 100%;
|
540
|
-
}
|
541
|
-
|
542
|
-
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button {width: 100%;}
|
543
|
-
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button {width: 50%;}
|
544
|
-
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button {width: 33.3%;}
|
545
|
-
.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button {width: 25%;}
|
546
|
-
.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button {width: 20%;}
|
547
|
-
.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {width: 16.6%;}
|
548
|
-
|
549
|
-
@media (max-width: 640px) {
|
550
|
-
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button,
|
551
|
-
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button,
|
552
|
-
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button,
|
553
|
-
.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button,
|
554
|
-
.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button,
|
555
|
-
.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {
|
556
|
-
width: 100%;
|
557
|
-
}
|
558
|
-
}
|
559
448
|
.ui-calendar {
|
560
449
|
position: relative;
|
561
450
|
display: inline-block;
|
@@ -829,39 +718,150 @@ input[type=text]::-ms-clear {
|
|
829
718
|
}
|
830
719
|
}
|
831
720
|
|
832
|
-
|
833
|
-
|
721
|
+
/* Button */
|
722
|
+
.ui-button {
|
723
|
+
display: inline-block;
|
724
|
+
position: relative;
|
725
|
+
padding: 0;
|
726
|
+
text-decoration: none !important;
|
727
|
+
cursor: pointer;
|
728
|
+
text-align: center;
|
729
|
+
zoom: 1;
|
730
|
+
overflow: visible; /* the overflow property removes extra width in IE */
|
834
731
|
}
|
835
732
|
|
836
|
-
|
837
|
-
|
733
|
+
p-button {
|
734
|
+
display: inline-block;
|
838
735
|
}
|
839
736
|
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
737
|
+
/*button text element */
|
738
|
+
.ui-button .ui-button-text {
|
739
|
+
display: block;
|
740
|
+
line-height: normal;
|
844
741
|
}
|
845
742
|
|
846
|
-
.ui-
|
847
|
-
|
848
|
-
margin-bottom: .5em;
|
849
|
-
margin-top: -.25em;
|
850
|
-
font-weight: bold;
|
743
|
+
.ui-button-text-only .ui-button-text {
|
744
|
+
padding: .25em 1em;
|
851
745
|
}
|
852
746
|
|
853
|
-
.ui-
|
854
|
-
|
747
|
+
.ui-button-icon-only .ui-button-text,
|
748
|
+
.ui-button-text-empty .ui-button-text {
|
749
|
+
padding: .25em;
|
750
|
+
text-indent: -9999999px;
|
855
751
|
}
|
856
|
-
|
857
|
-
|
858
|
-
padding: .
|
752
|
+
|
753
|
+
.ui-button-text-icon-left .ui-button-text {
|
754
|
+
padding: .25em 1em .25em 2.1em;
|
859
755
|
}
|
860
756
|
|
861
|
-
.ui-
|
862
|
-
|
863
|
-
|
864
|
-
|
757
|
+
.ui-button-text-icon-right .ui-button-text {
|
758
|
+
padding: .25em 2.1em .25em 1em;
|
759
|
+
}
|
760
|
+
|
761
|
+
/*button icon element(s) */
|
762
|
+
.ui-button-icon-only .ui-button-icon-left,
|
763
|
+
.ui-button-text-icon-left .ui-button-icon-left,
|
764
|
+
.ui-button-text-icon-right .ui-button-icon-right {
|
765
|
+
position: absolute;
|
766
|
+
top: 50%;
|
767
|
+
margin-top: -.5em;
|
768
|
+
height: 1em;
|
769
|
+
}
|
770
|
+
|
771
|
+
.ui-button-icon-only .ui-button-icon-left {
|
772
|
+
top: 50%;
|
773
|
+
left: 50%;
|
774
|
+
margin-top: -.5em;
|
775
|
+
margin-left: -.5em;
|
776
|
+
width: 1em;
|
777
|
+
height: 1em;
|
778
|
+
}
|
779
|
+
|
780
|
+
.ui-button-icon-left {
|
781
|
+
left: .5em;
|
782
|
+
}
|
783
|
+
|
784
|
+
.ui-button-icon-right {
|
785
|
+
right: .5em;
|
786
|
+
}
|
787
|
+
|
788
|
+
/*button sets*/
|
789
|
+
.ui-buttonset .ui-button {
|
790
|
+
margin-left: 0;
|
791
|
+
margin-right: 0;
|
792
|
+
}
|
793
|
+
|
794
|
+
/* workarounds */
|
795
|
+
button.ui-button::-moz-focus-inner {
|
796
|
+
border: 0; padding: 0; /* reset extra padding in Firefox */
|
797
|
+
}
|
798
|
+
|
799
|
+
/** Fluid **/
|
800
|
+
.ui-fluid .ui-button {
|
801
|
+
width: 100%;
|
802
|
+
}
|
803
|
+
|
804
|
+
.ui-fluid .ui-button-text-icon-left .ui-button-text,
|
805
|
+
.ui-fluid .ui-button-text-icon-right .ui-button-text {
|
806
|
+
padding-left: 1em;
|
807
|
+
padding-right: 1em;
|
808
|
+
}
|
809
|
+
|
810
|
+
/** ButtonSet **/
|
811
|
+
.ui-fluid .ui-buttonset {
|
812
|
+
width: 100%;
|
813
|
+
}
|
814
|
+
|
815
|
+
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button {width: 100%;}
|
816
|
+
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button {width: 50%;}
|
817
|
+
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button {width: 33.3%;}
|
818
|
+
.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button {width: 25%;}
|
819
|
+
.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button {width: 20%;}
|
820
|
+
.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {width: 16.6%;}
|
821
|
+
|
822
|
+
@media (max-width: 640px) {
|
823
|
+
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button,
|
824
|
+
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button,
|
825
|
+
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button,
|
826
|
+
.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button,
|
827
|
+
.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button,
|
828
|
+
.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {
|
829
|
+
width: 100%;
|
830
|
+
}
|
831
|
+
}
|
832
|
+
.ui-card-header img {
|
833
|
+
width: 100%;
|
834
|
+
}
|
835
|
+
|
836
|
+
.ui-card-body {
|
837
|
+
padding: 1em;
|
838
|
+
}
|
839
|
+
|
840
|
+
.ui-card-title {
|
841
|
+
font-size: 1.5em;
|
842
|
+
font-weight: bold;
|
843
|
+
margin-bottom: .5em;
|
844
|
+
}
|
845
|
+
|
846
|
+
.ui-card-subtitle {
|
847
|
+
opacity: .7;
|
848
|
+
margin-bottom: .5em;
|
849
|
+
margin-top: -.25em;
|
850
|
+
font-weight: bold;
|
851
|
+
}
|
852
|
+
|
853
|
+
.ui-card-footer {
|
854
|
+
padding-top: 1em;
|
855
|
+
}
|
856
|
+
.ui-carousel {
|
857
|
+
position: relative;
|
858
|
+
padding: .063em;
|
859
|
+
}
|
860
|
+
|
861
|
+
.ui-carousel .ui-carousel-viewport .ui-carousel-items {
|
862
|
+
list-style: none outside none;
|
863
|
+
margin: 0;
|
864
|
+
padding:0;
|
865
865
|
position: relative;
|
866
866
|
width: 32000px;
|
867
867
|
left: 0;
|
@@ -1241,528 +1241,158 @@ input[type=text]::-ms-clear {
|
|
1241
1241
|
border-top: 0 none;
|
1242
1242
|
}
|
1243
1243
|
|
1244
|
-
.ui-
|
1245
|
-
position: relative;
|
1246
|
-
}
|
1247
|
-
|
1248
|
-
.ui-datatable table {
|
1249
|
-
border-collapse:collapse;
|
1250
|
-
width: 100%;
|
1251
|
-
table-layout: fixed;
|
1244
|
+
.ui-datascroller {
|
1252
1245
|
}
|
1253
1246
|
|
1254
|
-
.ui-
|
1255
|
-
.ui-datatable .ui-datatable-caption,
|
1256
|
-
.ui-datatable .ui-datatable-footer {
|
1247
|
+
.ui-datascroller .ui-datascroller-header {
|
1257
1248
|
text-align: center;
|
1258
1249
|
padding: .5em .75em;
|
1259
|
-
box-sizing: border-box;
|
1260
|
-
}
|
1261
|
-
|
1262
|
-
.ui-datatable .ui-datatable-caption,
|
1263
|
-
.ui-datatable .ui-datatable-header {
|
1264
1250
|
border-bottom: 0 none;
|
1265
1251
|
}
|
1266
1252
|
|
1267
|
-
.ui-
|
1268
|
-
border-top: 0 none;
|
1269
|
-
}
|
1270
|
-
|
1271
|
-
.ui-datatable thead th, .ui-datatable tfoot td {
|
1253
|
+
.ui-datascroller .ui-datascroller-footer {
|
1272
1254
|
text-align: center;
|
1255
|
+
padding: .25em .625em;
|
1256
|
+
border-top: 0px none;
|
1273
1257
|
}
|
1274
1258
|
|
1275
|
-
.ui-
|
1276
|
-
|
1259
|
+
.ui-datascroller .ui-datascroller-content {
|
1260
|
+
padding: .25em .625em;
|
1277
1261
|
}
|
1278
1262
|
|
1279
|
-
.ui-
|
1280
|
-
|
1281
|
-
.ui-datatable .ui-datatable-data > tr > td {
|
1282
|
-
border-color: inherit;
|
1283
|
-
box-sizing: border-box;
|
1284
|
-
padding: .25em .5em;
|
1285
|
-
border-width: 1px;
|
1286
|
-
border-style: solid;
|
1263
|
+
.ui-datascroller-inline .ui-datascroller-content {
|
1264
|
+
overflow: auto;
|
1287
1265
|
}
|
1288
1266
|
|
1289
|
-
|
1290
|
-
|
1291
|
-
|
1292
|
-
|
1293
|
-
overflow: hidden;
|
1267
|
+
.ui-datascroller .ui-datascroller-list {
|
1268
|
+
list-style-type: none;
|
1269
|
+
margin: 0;
|
1270
|
+
padding: 0;
|
1294
1271
|
}
|
1295
|
-
|
1296
|
-
|
1297
|
-
.ui-datatable .ui-datatable-tfoot > tr > td {
|
1298
|
-
font-weight: normal;
|
1272
|
+
.ui-dataview {
|
1273
|
+
position: relative;
|
1299
1274
|
}
|
1300
1275
|
|
1301
|
-
.ui-
|
1302
|
-
|
1276
|
+
.ui-dataview .ui-paginator {
|
1277
|
+
text-align: center;
|
1303
1278
|
}
|
1304
1279
|
|
1305
|
-
.ui-
|
1306
|
-
|
1280
|
+
.ui-dataview-column {
|
1281
|
+
padding: .25em;
|
1307
1282
|
}
|
1308
1283
|
|
1309
|
-
.ui-
|
1310
|
-
|
1311
|
-
margin-left: .125em;
|
1284
|
+
.ui-dataview-content-empty {
|
1285
|
+
padding: .25em .625em;
|
1312
1286
|
}
|
1313
1287
|
|
1314
|
-
.ui-
|
1315
|
-
|
1288
|
+
.ui-dataview .ui-dataview-header,
|
1289
|
+
.ui-dataview .ui-dataview-footer {
|
1290
|
+
padding: .5em .75em;
|
1316
1291
|
}
|
1317
1292
|
|
1318
|
-
|
1319
|
-
|
1320
|
-
overflow: auto;
|
1321
|
-
overflow-anchor: none;
|
1322
|
-
min-height: 0%;
|
1293
|
+
.ui-dataview .ui-dataview-header {
|
1294
|
+
border-bottom: 0 none;
|
1323
1295
|
}
|
1324
1296
|
|
1325
|
-
.ui-
|
1326
|
-
|
1327
|
-
overflow: hidden;
|
1297
|
+
.ui-dataview .ui-dataview-footer {
|
1298
|
+
border-top: 0 none;
|
1328
1299
|
}
|
1329
1300
|
|
1330
|
-
.ui-
|
1331
|
-
|
1332
|
-
position: relative;
|
1333
|
-
border: 0 none;
|
1301
|
+
.ui-dataview .ui-paginator-top {
|
1302
|
+
border-bottom: 0 none;
|
1334
1303
|
}
|
1335
1304
|
|
1336
|
-
.ui-
|
1337
|
-
|
1305
|
+
.ui-dataview .ui-paginator-bottom {
|
1306
|
+
border-top: 0 none;
|
1338
1307
|
}
|
1339
1308
|
|
1340
|
-
.ui-
|
1341
|
-
|
1342
|
-
border-top-color: transparent;
|
1309
|
+
.ui-dataview.ui-dataview-list > .ui-dataview-content > div.ui-g > div {
|
1310
|
+
width: 100%;
|
1343
1311
|
}
|
1344
1312
|
|
1345
|
-
.ui-
|
1346
|
-
|
1347
|
-
border-color: inherit;
|
1348
|
-
font-weight: inherit;
|
1349
|
-
cursor: pointer;
|
1313
|
+
.ui-dataview .ui-dataview-emptymessage {
|
1314
|
+
padding: .5em .75em;
|
1350
1315
|
}
|
1351
1316
|
|
1352
|
-
|
1353
|
-
.ui-
|
1354
|
-
|
1355
|
-
|
1317
|
+
/* Loader */
|
1318
|
+
.ui-dataview-loading {
|
1319
|
+
position: absolute;
|
1320
|
+
width: 100%;
|
1321
|
+
height: 100%;
|
1322
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
|
1323
|
+
opacity: 0.1;
|
1324
|
+
z-index: 1;
|
1356
1325
|
}
|
1357
1326
|
|
1358
|
-
.ui-
|
1359
|
-
|
1327
|
+
.ui-dataview-loading-content {
|
1328
|
+
position: absolute;
|
1329
|
+
left: 50%;
|
1330
|
+
top: 50%;
|
1331
|
+
z-index: 2;
|
1332
|
+
margin-top: -1em;
|
1333
|
+
margin-left: -1em;
|
1360
1334
|
}
|
1361
1335
|
|
1362
|
-
.ui-
|
1363
|
-
|
1336
|
+
.ui-dataview-loading-icon {
|
1337
|
+
font-size: 2em;
|
1364
1338
|
}
|
1365
1339
|
|
1366
|
-
.ui-
|
1367
|
-
|
1368
|
-
|
1369
|
-
border-top-width: 0;
|
1370
|
-
padding-top: 0;
|
1371
|
-
padding-bottom: 0;
|
1372
|
-
outline: 0 none;
|
1340
|
+
.ui-dialog {
|
1341
|
+
position: fixed;
|
1342
|
+
padding: 0;
|
1373
1343
|
}
|
1374
1344
|
|
1375
|
-
.ui-
|
1376
|
-
|
1377
|
-
|
1345
|
+
.ui-dynamicdialog {
|
1346
|
+
top: 50%;
|
1347
|
+
left: 50%;
|
1378
1348
|
}
|
1379
1349
|
|
1380
|
-
.ui-
|
1381
|
-
|
1350
|
+
.ui-dialog .ui-dialog-titlebar {
|
1351
|
+
padding: .5em .75em;
|
1352
|
+
position: relative;
|
1353
|
+
border: 0;
|
1382
1354
|
}
|
1383
1355
|
|
1384
|
-
.ui-
|
1385
|
-
|
1356
|
+
.ui-dialog .ui-dialog-content {
|
1357
|
+
position: relative;
|
1358
|
+
border: 0;
|
1359
|
+
padding: .5em .75em;
|
1360
|
+
background: none;
|
1361
|
+
zoom: 1;
|
1386
1362
|
}
|
1387
1363
|
|
1388
|
-
.ui-
|
1389
|
-
|
1364
|
+
.ui-dialog-resizable .ui-dialog-content {
|
1365
|
+
overflow: auto;
|
1390
1366
|
}
|
1391
1367
|
|
1392
|
-
.ui-
|
1393
|
-
|
1368
|
+
.ui-dialog .ui-resizable-se {
|
1369
|
+
width: 14px;
|
1370
|
+
height: 14px;
|
1371
|
+
right: 3px;
|
1372
|
+
bottom: 3px;
|
1394
1373
|
}
|
1395
|
-
|
1396
|
-
|
1397
|
-
.ui-datatable-rtl.ui-datatable tfoot td {
|
1398
|
-
text-align: right;
|
1374
|
+
.ui-draggable .ui-dialog-titlebar {
|
1375
|
+
cursor: move;
|
1399
1376
|
}
|
1400
1377
|
|
1401
|
-
|
1402
|
-
|
1378
|
+
.ui-dialog .ui-dialog-titlebar-icon {
|
1379
|
+
text-decoration: none;
|
1380
|
+
float: right;
|
1381
|
+
float: right;
|
1382
|
+
padding: .125em;
|
1403
1383
|
cursor: pointer;
|
1384
|
+
border: 1px solid transparent;
|
1404
1385
|
}
|
1405
1386
|
|
1406
|
-
|
1407
|
-
.ui-datatable .ui-column-resizer {
|
1387
|
+
.ui-dialog .ui-dialog-titlebar-icon span {
|
1408
1388
|
display: block;
|
1409
|
-
position: absolute !important;
|
1410
|
-
top: 0;
|
1411
|
-
right: 0;
|
1412
1389
|
margin: 0;
|
1413
|
-
width: .5em;
|
1414
|
-
height: 100%;
|
1415
|
-
padding: 0px;
|
1416
|
-
cursor:col-resize;
|
1417
|
-
border: 1px solid transparent;
|
1418
1390
|
}
|
1419
1391
|
|
1420
|
-
.ui-
|
1421
|
-
|
1422
|
-
|
1423
|
-
|
1424
|
-
display: none;
|
1425
|
-
}
|
1426
|
-
|
1427
|
-
.ui-datatable-resizable {
|
1428
|
-
padding-bottom: 1px; /*fix for webkit overlow*/
|
1429
|
-
overflow:auto;
|
1430
|
-
}
|
1431
|
-
|
1432
|
-
.ui-datatable-resizable thead th,
|
1433
|
-
.ui-datatable-resizable tbody td,
|
1434
|
-
.ui-datatable-resizable tfoot td {
|
1435
|
-
white-space: nowrap;
|
1436
|
-
}
|
1437
|
-
|
1438
|
-
.ui-datatable-resizable th.ui-resizable-column {
|
1439
|
-
background-clip: padding-box;
|
1440
|
-
position: relative;
|
1441
|
-
}
|
1442
|
-
|
1443
|
-
/** Reflow **/
|
1444
|
-
.ui-datatable-reflow .ui-datatable-data td .ui-column-title {
|
1445
|
-
display: none;
|
1446
|
-
}
|
1447
|
-
|
1448
|
-
/* Filter */
|
1449
|
-
.ui-datatable .ui-column-filter {
|
1450
|
-
display: block;
|
1451
|
-
width: 100%;
|
1452
|
-
box-sizing: border-box;
|
1453
|
-
margin-top: .25em;
|
1454
|
-
}
|
1455
|
-
|
1456
|
-
/* Editing */
|
1457
|
-
.ui-datatable .ui-editable-column input {
|
1458
|
-
width: 100%;
|
1459
|
-
outline: 0;
|
1460
|
-
}
|
1461
|
-
|
1462
|
-
.ui-datatable .ui-datatable-data > tr > td.ui-editable-column {
|
1463
|
-
padding: .5em;
|
1464
|
-
}
|
1465
|
-
|
1466
|
-
.ui-datatable .ui-editable-column > .ui-cell-editor {
|
1467
|
-
display: none;
|
1468
|
-
}
|
1469
|
-
|
1470
|
-
.ui-datatable .ui-datatable-data > tr > td.ui-editable-column.ui-cell-editing {
|
1471
|
-
padding: 1px;
|
1472
|
-
}
|
1473
|
-
|
1474
|
-
.ui-datatable .ui-editable-column.ui-cell-editing > .ui-cell-editor {
|
1475
|
-
display: block;
|
1476
|
-
}
|
1477
|
-
|
1478
|
-
.ui-datatable .ui-editable-column.ui-cell-editing > .ui-cell-data {
|
1479
|
-
display: none;
|
1480
|
-
}
|
1481
|
-
|
1482
|
-
.ui-datatable-stacked thead th,
|
1483
|
-
.ui-datatable-stacked tfoot td {
|
1484
|
-
display: none !important;
|
1485
|
-
}
|
1486
|
-
|
1487
|
-
.ui-datatable.ui-datatable-stacked .ui-datatable-data > tr > td {
|
1488
|
-
text-align: left;
|
1489
|
-
display: block;
|
1490
|
-
border: 0 none;
|
1491
|
-
width: 100%;
|
1492
|
-
-webkit-box-sizing: border-box;
|
1493
|
-
-moz-box-sizing: border-box;
|
1494
|
-
box-sizing: border-box;
|
1495
|
-
float: left;
|
1496
|
-
clear: left;
|
1497
|
-
}
|
1498
|
-
|
1499
|
-
.ui-datatable.ui-datatable-stacked .ui-datatable-data.ui-widget-content {
|
1500
|
-
border: 0 none;
|
1501
|
-
}
|
1502
|
-
|
1503
|
-
.ui-datatable-stacked .ui-datatable-data tr.ui-widget-content {
|
1504
|
-
border-left: 0 none;
|
1505
|
-
border-right: 0 none;
|
1506
|
-
}
|
1507
|
-
|
1508
|
-
.ui-datatable-stacked .ui-datatable-data td .ui-column-title {
|
1509
|
-
padding: .4em;
|
1510
|
-
min-width: 30%;
|
1511
|
-
display: inline-block;
|
1512
|
-
margin: -.4em 1em -.4em -.4em;
|
1513
|
-
font-weight: bold;
|
1514
|
-
}
|
1515
|
-
|
1516
|
-
.ui-datatable .ui-selection-column .ui-chkbox,
|
1517
|
-
.ui-datatable .ui-selection-column .ui-radiobutton {
|
1518
|
-
margin: 0;
|
1519
|
-
display: block;
|
1520
|
-
}
|
1521
|
-
|
1522
|
-
.ui-datatable .ui-selection-column .ui-chkbox-box,
|
1523
|
-
.ui-datatable .ui-selection-column .ui-radiobutton-box {
|
1524
|
-
display: block;
|
1525
|
-
box-sizing: border-box;
|
1526
|
-
margin: 0;
|
1527
|
-
}
|
1528
|
-
|
1529
|
-
.ui-datatable-scrollable-wrapper {
|
1530
|
-
position: relative;
|
1531
|
-
}
|
1532
|
-
|
1533
|
-
.ui-datatable-scrollable-view {
|
1534
|
-
|
1535
|
-
}
|
1536
|
-
|
1537
|
-
.ui-datatable-frozen-view .ui-datatable-scrollable-body {
|
1538
|
-
overflow: hidden;
|
1539
|
-
}
|
1540
|
-
|
1541
|
-
.ui-datatable-unfrozen-view {
|
1542
|
-
position: absolute;
|
1543
|
-
top: 0px;
|
1544
|
-
}
|
1545
|
-
|
1546
|
-
.ui-datatable .ui-datatable-load-status {
|
1547
|
-
width: 100%;
|
1548
|
-
height: 100%;
|
1549
|
-
top: 0px;
|
1550
|
-
left: 0px;
|
1551
|
-
}
|
1552
|
-
|
1553
|
-
.ui-datatable .ui-datatable-virtual-table {
|
1554
|
-
position: absolute;
|
1555
|
-
top: 0px;
|
1556
|
-
left: 0px;
|
1557
|
-
}
|
1558
|
-
|
1559
|
-
.ui-datatable .ui-datatable-loading {
|
1560
|
-
position: absolute;
|
1561
|
-
width: 100%;
|
1562
|
-
height: 100%;
|
1563
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
|
1564
|
-
opacity: 0.1;
|
1565
|
-
z-index: 1;
|
1566
|
-
}
|
1567
|
-
|
1568
|
-
.ui-datatable .ui-datatable-loading-content {
|
1569
|
-
position: absolute;
|
1570
|
-
left: 50%;
|
1571
|
-
top: 25%;
|
1572
|
-
z-index: 2;
|
1573
|
-
}
|
1574
|
-
|
1575
|
-
@media ( max-width: 35em ) {
|
1576
|
-
.ui-datatable-reflow thead th,
|
1577
|
-
.ui-datatable-reflow tfoot td {
|
1578
|
-
display: none !important;
|
1579
|
-
}
|
1580
|
-
|
1581
|
-
.ui-datatable-reflow .ui-datatable-data > tr > td {
|
1582
|
-
text-align: left;
|
1583
|
-
display: block;
|
1584
|
-
border: 0 none;
|
1585
|
-
width: 100% !important;
|
1586
|
-
-webkit-box-sizing: border-box;
|
1587
|
-
-moz-box-sizing: border-box;
|
1588
|
-
box-sizing: border-box;
|
1589
|
-
float: left;
|
1590
|
-
clear: left;
|
1591
|
-
}
|
1592
|
-
|
1593
|
-
.ui-datatable-reflow .ui-datatable-data.ui-widget-content {
|
1594
|
-
border: 0 none;
|
1595
|
-
}
|
1596
|
-
|
1597
|
-
.ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {
|
1598
|
-
border-left: 0 none;
|
1599
|
-
border-right: 0 none;
|
1600
|
-
}
|
1601
|
-
|
1602
|
-
.ui-datatable-reflow .ui-datatable-data td .ui-column-title {
|
1603
|
-
padding: .4em;
|
1604
|
-
min-width: 30%;
|
1605
|
-
display: inline-block;
|
1606
|
-
margin: -.4em 1em -.4em -.4em;
|
1607
|
-
font-weight: bold;
|
1608
|
-
}
|
1609
|
-
|
1610
|
-
.ui-datatable-reflow.ui-datatable-scrollable .ui-datatable-scrollable-body colgroup {
|
1611
|
-
display: block;
|
1612
|
-
}
|
1613
|
-
}
|
1614
|
-
.ui-datascroller {
|
1615
|
-
}
|
1616
|
-
|
1617
|
-
.ui-datascroller .ui-datascroller-header {
|
1618
|
-
text-align: center;
|
1619
|
-
padding: .5em .75em;
|
1620
|
-
border-bottom: 0 none;
|
1621
|
-
}
|
1622
|
-
|
1623
|
-
.ui-datascroller .ui-datascroller-footer {
|
1624
|
-
text-align: center;
|
1625
|
-
padding: .25em .625em;
|
1626
|
-
border-top: 0px none;
|
1627
|
-
}
|
1628
|
-
|
1629
|
-
.ui-datascroller .ui-datascroller-content {
|
1630
|
-
padding: .25em .625em;
|
1631
|
-
}
|
1632
|
-
|
1633
|
-
.ui-datascroller-inline .ui-datascroller-content {
|
1634
|
-
overflow: auto;
|
1635
|
-
}
|
1636
|
-
|
1637
|
-
.ui-datascroller .ui-datascroller-list {
|
1638
|
-
list-style-type: none;
|
1639
|
-
margin: 0;
|
1640
|
-
padding: 0;
|
1641
|
-
}
|
1642
|
-
.ui-dataview {
|
1643
|
-
position: relative;
|
1644
|
-
}
|
1645
|
-
|
1646
|
-
.ui-dataview .ui-paginator {
|
1647
|
-
text-align: center;
|
1648
|
-
}
|
1649
|
-
|
1650
|
-
.ui-dataview-column {
|
1651
|
-
padding: .25em;
|
1652
|
-
}
|
1653
|
-
|
1654
|
-
.ui-dataview-content-empty {
|
1655
|
-
padding: .25em .625em;
|
1656
|
-
}
|
1657
|
-
|
1658
|
-
.ui-dataview .ui-dataview-header,
|
1659
|
-
.ui-dataview .ui-dataview-footer {
|
1660
|
-
padding: .5em .75em;
|
1661
|
-
}
|
1662
|
-
|
1663
|
-
.ui-dataview .ui-dataview-header {
|
1664
|
-
border-bottom: 0 none;
|
1665
|
-
}
|
1666
|
-
|
1667
|
-
.ui-dataview .ui-dataview-footer {
|
1668
|
-
border-top: 0 none;
|
1669
|
-
}
|
1670
|
-
|
1671
|
-
.ui-dataview .ui-paginator-top {
|
1672
|
-
border-bottom: 0 none;
|
1673
|
-
}
|
1674
|
-
|
1675
|
-
.ui-dataview .ui-paginator-bottom {
|
1676
|
-
border-top: 0 none;
|
1677
|
-
}
|
1678
|
-
|
1679
|
-
.ui-dataview.ui-dataview-list > .ui-dataview-content > div.ui-g > div {
|
1680
|
-
width: 100%;
|
1681
|
-
}
|
1682
|
-
|
1683
|
-
.ui-dataview .ui-dataview-emptymessage {
|
1684
|
-
padding: .5em .75em;
|
1685
|
-
}
|
1686
|
-
|
1687
|
-
/* Loader */
|
1688
|
-
.ui-dataview-loading {
|
1689
|
-
position: absolute;
|
1690
|
-
width: 100%;
|
1691
|
-
height: 100%;
|
1692
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
|
1693
|
-
opacity: 0.1;
|
1694
|
-
z-index: 1;
|
1695
|
-
}
|
1696
|
-
|
1697
|
-
.ui-dataview-loading-content {
|
1698
|
-
position: absolute;
|
1699
|
-
left: 50%;
|
1700
|
-
top: 50%;
|
1701
|
-
z-index: 2;
|
1702
|
-
margin-top: -1em;
|
1703
|
-
margin-left: -1em;
|
1704
|
-
}
|
1705
|
-
|
1706
|
-
.ui-dataview-loading-icon {
|
1707
|
-
font-size: 2em;
|
1708
|
-
}
|
1709
|
-
|
1710
|
-
.ui-dialog {
|
1711
|
-
position: fixed;
|
1712
|
-
padding: 0;
|
1713
|
-
}
|
1714
|
-
|
1715
|
-
.ui-dynamicdialog {
|
1716
|
-
top: 50%;
|
1717
|
-
left: 50%;
|
1718
|
-
}
|
1719
|
-
|
1720
|
-
.ui-dialog .ui-dialog-titlebar {
|
1721
|
-
padding: .5em .75em;
|
1722
|
-
position: relative;
|
1723
|
-
border: 0;
|
1724
|
-
}
|
1725
|
-
|
1726
|
-
.ui-dialog .ui-dialog-content {
|
1727
|
-
position: relative;
|
1728
|
-
border: 0;
|
1729
|
-
padding: .5em .75em;
|
1730
|
-
background: none;
|
1731
|
-
zoom: 1;
|
1732
|
-
}
|
1733
|
-
|
1734
|
-
.ui-dialog-resizable .ui-dialog-content {
|
1735
|
-
overflow: auto;
|
1736
|
-
}
|
1737
|
-
|
1738
|
-
.ui-dialog .ui-resizable-se {
|
1739
|
-
width: 14px;
|
1740
|
-
height: 14px;
|
1741
|
-
right: 3px;
|
1742
|
-
bottom: 3px;
|
1743
|
-
}
|
1744
|
-
.ui-draggable .ui-dialog-titlebar {
|
1745
|
-
cursor: move;
|
1746
|
-
}
|
1747
|
-
|
1748
|
-
.ui-dialog .ui-dialog-titlebar-icon {
|
1749
|
-
text-decoration: none;
|
1750
|
-
float: right;
|
1751
|
-
float: right;
|
1752
|
-
padding: .125em;
|
1753
|
-
cursor: pointer;
|
1754
|
-
border: 1px solid transparent;
|
1755
|
-
}
|
1756
|
-
|
1757
|
-
.ui-dialog .ui-dialog-titlebar-icon span {
|
1758
|
-
display: block;
|
1759
|
-
margin: 0;
|
1760
|
-
}
|
1761
|
-
|
1762
|
-
.ui-dialog-footer {
|
1763
|
-
padding: 1em;
|
1764
|
-
border-width: 1px 0 0 0;
|
1765
|
-
text-align: right;
|
1392
|
+
.ui-dialog-footer {
|
1393
|
+
padding: 1em;
|
1394
|
+
border-width: 1px 0 0 0;
|
1395
|
+
text-align: right;
|
1766
1396
|
}
|
1767
1397
|
|
1768
1398
|
.ui-dialog-mask {
|
@@ -1824,6 +1454,21 @@ input[type=text]::-ms-clear {
|
|
1824
1454
|
min-width: 12.5em;
|
1825
1455
|
}
|
1826
1456
|
|
1457
|
+
.ui-dropdown .ui-dropdown-hidden-select {
|
1458
|
+
bottom: 0;
|
1459
|
+
clip: auto;
|
1460
|
+
}
|
1461
|
+
|
1462
|
+
.ui-dropdown .ui-dropdown-hidden-select select {
|
1463
|
+
-webkit-transform: none;
|
1464
|
+
transform: none;
|
1465
|
+
height: 1px;
|
1466
|
+
position: absolute;
|
1467
|
+
top: 0;
|
1468
|
+
clip: rect(0px, 0px, 0px, 0px);
|
1469
|
+
pointer-events: none;
|
1470
|
+
}
|
1471
|
+
|
1827
1472
|
.ui-dropdown .ui-dropdown-clear-icon {
|
1828
1473
|
position: absolute;
|
1829
1474
|
right: 2em;
|
@@ -2088,6 +1733,9 @@ input[type=text]::-ms-clear {
|
|
2088
1733
|
|
2089
1734
|
|
2090
1735
|
|
1736
|
+
.ui-fluid .fc .ui-button {
|
1737
|
+
width: auto;
|
1738
|
+
}
|
2091
1739
|
.ui-galleria {
|
2092
1740
|
overflow: hidden;
|
2093
1741
|
visibility: hidden;
|
@@ -2170,9 +1818,6 @@ input[type=text]::-ms-clear {
|
|
2170
1818
|
padding: 1em 1.4em;
|
2171
1819
|
}
|
2172
1820
|
|
2173
|
-
.ui-fluid .fc .ui-button {
|
2174
|
-
width: auto;
|
2175
|
-
}
|
2176
1821
|
/* Deprecated Grid CSS */
|
2177
1822
|
.ui-grid {
|
2178
1823
|
clear: both;
|
@@ -3197,20 +2842,28 @@ input[type=text]::-ms-clear {
|
|
3197
2842
|
width:100%;
|
3198
2843
|
}
|
3199
2844
|
|
3200
|
-
.ui-float-label textarea:focus ~ label,
|
3201
|
-
.ui-float-label textarea.ui-state-filled ~ label,
|
3202
|
-
.ui-float-label textarea:-webkit-autofill ~ label {
|
3203
|
-
top: -.75em;
|
3204
|
-
font-size: 12px;
|
3205
|
-
}
|
3206
|
-
|
3207
2845
|
.ui-float-label > textarea ~ label {
|
3208
2846
|
left: .25em;
|
3209
2847
|
top: .75em;
|
3210
2848
|
}
|
2849
|
+
|
2850
|
+
/* breaks firefox so defined separately */
|
2851
|
+
.ui-float-label textarea:-webkit-autofill ~ label {
|
2852
|
+
top:-.75em;
|
2853
|
+
font-size:12px;
|
2854
|
+
}
|
2855
|
+
|
2856
|
+
.ui-float-label textarea:focus ~ label,
|
2857
|
+
.ui-float-label textarea.ui-state-filled ~ label {
|
2858
|
+
top: -.75em;
|
2859
|
+
font-size: 12px;
|
2860
|
+
}
|
3211
2861
|
.ui-lightbox {
|
3212
2862
|
position: fixed;
|
3213
2863
|
display: none;
|
2864
|
+
top: 50%;
|
2865
|
+
left: 50%;
|
2866
|
+
transform: translateX(-50%) translateY(-50%);
|
3214
2867
|
}
|
3215
2868
|
|
3216
2869
|
.ui-lightbox-content-wrapper {
|
@@ -3269,6 +2922,96 @@ input[type=text]::-ms-clear {
|
|
3269
2922
|
.ui-lightbox-nav-left:hover, .ui-lightbox-nav-right:hover{
|
3270
2923
|
opacity: 1;
|
3271
2924
|
}
|
2925
|
+
.ui-megamenu {
|
2926
|
+
padding: .25em;
|
2927
|
+
}
|
2928
|
+
|
2929
|
+
.ui-megamenu-root-list {
|
2930
|
+
margin: 0;
|
2931
|
+
padding: 0;
|
2932
|
+
list-style: none;
|
2933
|
+
}
|
2934
|
+
|
2935
|
+
.ui-megamenu-root-list > .ui-menuitem {
|
2936
|
+
position: relative;
|
2937
|
+
}
|
2938
|
+
|
2939
|
+
.ui-megamenu .ui-menuitem-link {
|
2940
|
+
padding: .25em;
|
2941
|
+
display: block;
|
2942
|
+
text-decoration: none;
|
2943
|
+
}
|
2944
|
+
|
2945
|
+
.ui-megamenu .ui-menuitem-icon {
|
2946
|
+
margin-right: .25em;
|
2947
|
+
vertical-align: middle;
|
2948
|
+
}
|
2949
|
+
|
2950
|
+
.ui-megamenu .ui-menuitem-text {
|
2951
|
+
vertical-align: middle;
|
2952
|
+
}
|
2953
|
+
|
2954
|
+
.ui-megamenu-panel {
|
2955
|
+
display: none;
|
2956
|
+
position: absolute;
|
2957
|
+
width: auto;
|
2958
|
+
}
|
2959
|
+
|
2960
|
+
.ui-megamenu-root-list > .ui-menuitem-active > .ui-megamenu-panel {
|
2961
|
+
display: block;
|
2962
|
+
}
|
2963
|
+
|
2964
|
+
.ui-megamenu-panel .ui-menuitem {
|
2965
|
+
margin: .125em 0;
|
2966
|
+
}
|
2967
|
+
|
2968
|
+
.ui-megamenu-submenu {
|
2969
|
+
margin: 0;
|
2970
|
+
padding: 0;
|
2971
|
+
list-style: none;
|
2972
|
+
width: 12.5em;
|
2973
|
+
}
|
2974
|
+
|
2975
|
+
.ui-megamenu-submenu-header {
|
2976
|
+
padding: .25em;
|
2977
|
+
}
|
2978
|
+
|
2979
|
+
/* Horizontal */
|
2980
|
+
.ui-megamenu-horizontal .ui-megamenu-root-list > .ui-menuitem {
|
2981
|
+
display: inline-block;
|
2982
|
+
}
|
2983
|
+
|
2984
|
+
.ui-megamenu-horizontal .ui-megamenu-root-list > .ui-menuitem > .ui-menuitem-link > .ui-submenu-icon {
|
2985
|
+
vertical-align: middle;
|
2986
|
+
margin-left: .25em;
|
2987
|
+
}
|
2988
|
+
|
2989
|
+
/* Vertical */
|
2990
|
+
.ui-megamenu-vertical {
|
2991
|
+
width: 12.5em;
|
2992
|
+
}
|
2993
|
+
|
2994
|
+
.ui-megamenu-vertical .ui-megamenu-root-list > .ui-menuitem {
|
2995
|
+
display: block;
|
2996
|
+
}
|
2997
|
+
|
2998
|
+
.ui-megamenu-vertical .ui-megamenu-root-list > .ui-menuitem > .ui-menuitem-link {
|
2999
|
+
position: relative;
|
3000
|
+
}
|
3001
|
+
|
3002
|
+
.ui-megamenu-vertical .ui-megamenu-root-list > .ui-menuitem > .ui-menuitem-link > .ui-submenu-icon {
|
3003
|
+
position: absolute;
|
3004
|
+
width: 1em;
|
3005
|
+
height: 1em;
|
3006
|
+
top: 50%;
|
3007
|
+
right: 0;
|
3008
|
+
margin-top: -.5em;
|
3009
|
+
}
|
3010
|
+
|
3011
|
+
.ui-megamenu .ui-g {
|
3012
|
+
-ms-flex-wrap: nowrap;
|
3013
|
+
flex-wrap: nowrap;
|
3014
|
+
}
|
3272
3015
|
.ui-listbox {
|
3273
3016
|
padding: .25em;
|
3274
3017
|
width: 10em;
|
@@ -3343,136 +3086,46 @@ input[type=text]::-ms-clear {
|
|
3343
3086
|
}
|
3344
3087
|
.ui-menu {
|
3345
3088
|
width: 12.5em;
|
3346
|
-
padding: .25em;
|
3347
|
-
}
|
3348
|
-
|
3349
|
-
.ui-menu.ui-menu-dynamic {
|
3350
|
-
position: absolute;
|
3351
|
-
}
|
3352
|
-
|
3353
|
-
.ui-menu .ui-menu-separator {
|
3354
|
-
border-width: 1px 0 0 0;
|
3355
|
-
}
|
3356
|
-
|
3357
|
-
.ui-menu ul {
|
3358
|
-
list-style: none;
|
3359
|
-
margin: 0;
|
3360
|
-
padding: 0;
|
3361
|
-
}
|
3362
|
-
|
3363
|
-
.ui-menu .ui-submenu-header {
|
3364
|
-
padding: .25em .5em;
|
3365
|
-
margin: .125em 0;
|
3366
|
-
}
|
3367
|
-
|
3368
|
-
.ui-menu .ui-menuitem {
|
3369
|
-
margin: .125em 0;
|
3370
|
-
}
|
3371
|
-
|
3372
|
-
.ui-menu .ui-menuitem-link {
|
3373
|
-
cursor: pointer;
|
3374
|
-
padding: .25em;
|
3375
|
-
display: block;
|
3376
|
-
text-decoration: none;
|
3377
|
-
}
|
3378
|
-
|
3379
|
-
.ui-menu .ui-menuitem-icon {
|
3380
|
-
margin-right: .25em;
|
3381
|
-
vertical-align: middle;
|
3382
|
-
}
|
3383
|
-
|
3384
|
-
.ui-menu .ui-menuitem-text {
|
3385
|
-
vertical-align: middle;
|
3386
|
-
}
|
3387
|
-
.ui-megamenu {
|
3388
|
-
padding: .25em;
|
3389
|
-
}
|
3390
|
-
|
3391
|
-
.ui-megamenu-root-list {
|
3392
|
-
margin: 0;
|
3393
|
-
padding: 0;
|
3394
|
-
list-style: none;
|
3395
|
-
}
|
3396
|
-
|
3397
|
-
.ui-megamenu-root-list > .ui-menuitem {
|
3398
|
-
position: relative;
|
3399
|
-
}
|
3400
|
-
|
3401
|
-
.ui-megamenu .ui-menuitem-link {
|
3402
|
-
padding: .25em;
|
3403
|
-
display: block;
|
3404
|
-
text-decoration: none;
|
3405
|
-
}
|
3406
|
-
|
3407
|
-
.ui-megamenu .ui-menuitem-icon {
|
3408
|
-
margin-right: .25em;
|
3409
|
-
vertical-align: middle;
|
3410
|
-
}
|
3411
|
-
|
3412
|
-
.ui-megamenu .ui-menuitem-text {
|
3413
|
-
vertical-align: middle;
|
3414
|
-
}
|
3415
|
-
|
3416
|
-
.ui-megamenu-panel {
|
3417
|
-
display: none;
|
3418
|
-
position: absolute;
|
3419
|
-
width: auto;
|
3420
|
-
}
|
3421
|
-
|
3422
|
-
.ui-megamenu-root-list > .ui-menuitem-active > .ui-megamenu-panel {
|
3423
|
-
display: block;
|
3424
|
-
}
|
3425
|
-
|
3426
|
-
.ui-megamenu-panel .ui-menuitem {
|
3427
|
-
margin: .125em 0;
|
3428
|
-
}
|
3429
|
-
|
3430
|
-
.ui-megamenu-submenu {
|
3431
|
-
margin: 0;
|
3432
|
-
padding: 0;
|
3433
|
-
list-style: none;
|
3434
|
-
width: 12.5em;
|
3089
|
+
padding: .25em;
|
3435
3090
|
}
|
3436
3091
|
|
3437
|
-
.ui-
|
3438
|
-
|
3092
|
+
.ui-menu.ui-menu-dynamic {
|
3093
|
+
position: absolute;
|
3439
3094
|
}
|
3440
3095
|
|
3441
|
-
|
3442
|
-
|
3443
|
-
display: inline-block;
|
3096
|
+
.ui-menu .ui-menu-separator {
|
3097
|
+
border-width: 1px 0 0 0;
|
3444
3098
|
}
|
3445
3099
|
|
3446
|
-
.ui-
|
3447
|
-
|
3448
|
-
margin
|
3100
|
+
.ui-menu ul {
|
3101
|
+
list-style: none;
|
3102
|
+
margin: 0;
|
3103
|
+
padding: 0;
|
3449
3104
|
}
|
3450
3105
|
|
3451
|
-
|
3452
|
-
.
|
3453
|
-
|
3106
|
+
.ui-menu .ui-submenu-header {
|
3107
|
+
padding: .25em .5em;
|
3108
|
+
margin: .125em 0;
|
3454
3109
|
}
|
3455
3110
|
|
3456
|
-
.ui-
|
3457
|
-
|
3111
|
+
.ui-menu .ui-menuitem {
|
3112
|
+
margin: .125em 0;
|
3458
3113
|
}
|
3459
3114
|
|
3460
|
-
.ui-
|
3461
|
-
|
3115
|
+
.ui-menu .ui-menuitem-link {
|
3116
|
+
cursor: pointer;
|
3117
|
+
padding: .25em;
|
3118
|
+
display: block;
|
3119
|
+
text-decoration: none;
|
3462
3120
|
}
|
3463
3121
|
|
3464
|
-
.ui-
|
3465
|
-
|
3466
|
-
|
3467
|
-
height: 1em;
|
3468
|
-
top: 50%;
|
3469
|
-
right: 0;
|
3470
|
-
margin-top: -.5em;
|
3122
|
+
.ui-menu .ui-menuitem-icon {
|
3123
|
+
margin-right: .25em;
|
3124
|
+
vertical-align: middle;
|
3471
3125
|
}
|
3472
3126
|
|
3473
|
-
.ui-
|
3474
|
-
-
|
3475
|
-
flex-wrap: nowrap;
|
3127
|
+
.ui-menu .ui-menuitem-text {
|
3128
|
+
vertical-align: middle;
|
3476
3129
|
}
|
3477
3130
|
.ui-menubar {
|
3478
3131
|
padding: .25em;
|
@@ -3708,6 +3361,10 @@ input[type=text]::-ms-clear {
|
|
3708
3361
|
position: relative;
|
3709
3362
|
}
|
3710
3363
|
|
3364
|
+
.ui-multiselect-panel .ui-multiselect-empty-message {
|
3365
|
+
padding: .5em;
|
3366
|
+
}
|
3367
|
+
|
3711
3368
|
.ui-multiselect-panel .ui-multiselect-item .ui-chkbox {
|
3712
3369
|
display: inline-block;
|
3713
3370
|
vertical-align: middle;
|
@@ -3889,54 +3546,6 @@ input[type=text]::-ms-clear {
|
|
3889
3546
|
margin-right: .25em;
|
3890
3547
|
}
|
3891
3548
|
}
|
3892
|
-
.ui-organizationchart .ui-organizationchart-table {
|
3893
|
-
border-spacing: 0;
|
3894
|
-
border-collapse: separate;
|
3895
|
-
margin: 0 auto;
|
3896
|
-
}
|
3897
|
-
|
3898
|
-
.ui-organizationchart .ui-organizationchart-table > tr > td {
|
3899
|
-
text-align: center;
|
3900
|
-
vertical-align: top;
|
3901
|
-
padding: 0;
|
3902
|
-
padding: 0 .75em;
|
3903
|
-
}
|
3904
|
-
|
3905
|
-
.ui-organizationchart .ui-organizationchart-node-content {
|
3906
|
-
padding: .5em .75em;
|
3907
|
-
display: inline-block;
|
3908
|
-
position: relative;
|
3909
|
-
}
|
3910
|
-
|
3911
|
-
.ui-organizationchart .ui-organizationchart-node-content .ui-node-toggler {
|
3912
|
-
position: absolute;
|
3913
|
-
bottom: -9px;
|
3914
|
-
margin-left: -8px;
|
3915
|
-
z-index: 2;
|
3916
|
-
left: 50%;
|
3917
|
-
}
|
3918
|
-
|
3919
|
-
.ui-organizationchart .ui-organizationchart-line-down {
|
3920
|
-
margin: 0 auto;
|
3921
|
-
height: 20px;
|
3922
|
-
width: 1px;
|
3923
|
-
float: none;
|
3924
|
-
}
|
3925
|
-
|
3926
|
-
.ui-organizationchart .ui-organizationchart-line-right {
|
3927
|
-
float: none;
|
3928
|
-
border-radius: 0px;
|
3929
|
-
}
|
3930
|
-
|
3931
|
-
.ui-organizationchart .ui-organizationchart-line-left {
|
3932
|
-
float: none;
|
3933
|
-
border-radius: 0;
|
3934
|
-
}
|
3935
|
-
|
3936
|
-
.ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node {
|
3937
|
-
cursor: pointer;
|
3938
|
-
}
|
3939
|
-
|
3940
3549
|
.ui-overlaypanel {
|
3941
3550
|
padding: 0;
|
3942
3551
|
margin: 0;
|
@@ -4018,6 +3627,54 @@ input[type=text]::-ms-clear {
|
|
4018
3627
|
.ui-overlaypanel.ui-overlaypanel-flipped:before {
|
4019
3628
|
border-bottom-color: transparent
|
4020
3629
|
}
|
3630
|
+
.ui-organizationchart .ui-organizationchart-table {
|
3631
|
+
border-spacing: 0;
|
3632
|
+
border-collapse: separate;
|
3633
|
+
margin: 0 auto;
|
3634
|
+
}
|
3635
|
+
|
3636
|
+
.ui-organizationchart .ui-organizationchart-table > tr > td {
|
3637
|
+
text-align: center;
|
3638
|
+
vertical-align: top;
|
3639
|
+
padding: 0;
|
3640
|
+
padding: 0 .75em;
|
3641
|
+
}
|
3642
|
+
|
3643
|
+
.ui-organizationchart .ui-organizationchart-node-content {
|
3644
|
+
padding: .5em .75em;
|
3645
|
+
display: inline-block;
|
3646
|
+
position: relative;
|
3647
|
+
}
|
3648
|
+
|
3649
|
+
.ui-organizationchart .ui-organizationchart-node-content .ui-node-toggler {
|
3650
|
+
position: absolute;
|
3651
|
+
bottom: -9px;
|
3652
|
+
margin-left: -8px;
|
3653
|
+
z-index: 2;
|
3654
|
+
left: 50%;
|
3655
|
+
}
|
3656
|
+
|
3657
|
+
.ui-organizationchart .ui-organizationchart-line-down {
|
3658
|
+
margin: 0 auto;
|
3659
|
+
height: 20px;
|
3660
|
+
width: 1px;
|
3661
|
+
float: none;
|
3662
|
+
}
|
3663
|
+
|
3664
|
+
.ui-organizationchart .ui-organizationchart-line-right {
|
3665
|
+
float: none;
|
3666
|
+
border-radius: 0px;
|
3667
|
+
}
|
3668
|
+
|
3669
|
+
.ui-organizationchart .ui-organizationchart-line-left {
|
3670
|
+
float: none;
|
3671
|
+
border-radius: 0;
|
3672
|
+
}
|
3673
|
+
|
3674
|
+
.ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node {
|
3675
|
+
cursor: pointer;
|
3676
|
+
}
|
3677
|
+
|
4021
3678
|
.ui-paginator {
|
4022
3679
|
margin: 0;
|
4023
3680
|
text-align: center;
|
@@ -5122,6 +4779,55 @@ input[type=text]::-ms-clear {
|
|
5122
4779
|
.ui-splitbutton .ui-menuitem-link {
|
5123
4780
|
cursor: pointer;
|
5124
4781
|
}
|
4782
|
+
.ui-steps ul {
|
4783
|
+
list-style-type: none;
|
4784
|
+
padding: 0;
|
4785
|
+
margin: 0;
|
4786
|
+
}
|
4787
|
+
|
4788
|
+
.ui-steps .ui-steps-item {
|
4789
|
+
float: left;
|
4790
|
+
box-sizing: border-box;
|
4791
|
+
cursor: pointer;
|
4792
|
+
}
|
4793
|
+
|
4794
|
+
.ui-steps.ui-steps-readonly .ui-steps-item {
|
4795
|
+
cursor: auto;
|
4796
|
+
}
|
4797
|
+
|
4798
|
+
.ui-steps .ui-steps-item .ui-menuitem-link {
|
4799
|
+
text-decoration: none;
|
4800
|
+
display: block;
|
4801
|
+
padding: 1em;
|
4802
|
+
position: relative;
|
4803
|
+
text-align: center;
|
4804
|
+
}
|
4805
|
+
|
4806
|
+
.ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link,
|
4807
|
+
.ui-steps .ui-steps-item.ui-state-disabled .ui-menuitem-link {
|
4808
|
+
cursor: default;
|
4809
|
+
}
|
4810
|
+
|
4811
|
+
.ui-steps .ui-steps-number {
|
4812
|
+
font-size: 2em;
|
4813
|
+
display: block;
|
4814
|
+
}
|
4815
|
+
|
4816
|
+
.ui-steps .ui-steps-title {
|
4817
|
+
display: block;
|
4818
|
+
white-space: nowrap;
|
4819
|
+
}
|
4820
|
+
|
4821
|
+
/* Responsive */
|
4822
|
+
@media (max-width: 40em) {
|
4823
|
+
.ui-steps .ui-steps-item .ui-menuitem-link {
|
4824
|
+
padding: 0.5em;
|
4825
|
+
}
|
4826
|
+
|
4827
|
+
.ui-steps .ui-steps-item .ui-steps-title {
|
4828
|
+
display: none;
|
4829
|
+
}
|
4830
|
+
}
|
5125
4831
|
.ui-table {
|
5126
4832
|
position: relative;
|
5127
4833
|
}
|
@@ -5291,91 +4997,42 @@ input[type=text]::-ms-clear {
|
|
5291
4997
|
-webkit-box-sizing: border-box;
|
5292
4998
|
-moz-box-sizing: border-box;
|
5293
4999
|
box-sizing: border-box;
|
5294
|
-
float: left;
|
5295
|
-
clear: left;
|
5296
|
-
}
|
5297
|
-
|
5298
|
-
.ui-table-responsive .ui-table-tbody > tr > td .ui-column-title {
|
5299
|
-
padding: .4em;
|
5300
|
-
min-width: 30%;
|
5301
|
-
display: inline-block;
|
5302
|
-
margin: -.4em 1em -.4em -.4em;
|
5303
|
-
font-weight: bold;
|
5304
|
-
}
|
5305
|
-
}
|
5306
|
-
|
5307
|
-
/* Loader */
|
5308
|
-
.ui-table-loading {
|
5309
|
-
position: absolute;
|
5310
|
-
width: 100%;
|
5311
|
-
height: 100%;
|
5312
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
|
5313
|
-
opacity: 0.1;
|
5314
|
-
z-index: 1;
|
5315
|
-
}
|
5316
|
-
|
5317
|
-
.ui-table-loading-content {
|
5318
|
-
position: absolute;
|
5319
|
-
left: 50%;
|
5320
|
-
top: 50%;
|
5321
|
-
z-index: 2;
|
5322
|
-
margin-top: -1em;
|
5323
|
-
margin-left: -1em;
|
5324
|
-
}
|
5325
|
-
|
5326
|
-
.ui-table .ui-table-loading-icon {
|
5327
|
-
font-size: 2em;
|
5328
|
-
}
|
5329
|
-
|
5330
|
-
.ui-steps ul {
|
5331
|
-
list-style-type: none;
|
5332
|
-
padding: 0;
|
5333
|
-
margin: 0;
|
5334
|
-
}
|
5335
|
-
|
5336
|
-
.ui-steps .ui-steps-item {
|
5337
|
-
float: left;
|
5338
|
-
box-sizing: border-box;
|
5339
|
-
cursor: pointer;
|
5340
|
-
}
|
5341
|
-
|
5342
|
-
.ui-steps.ui-steps-readonly .ui-steps-item {
|
5343
|
-
cursor: auto;
|
5344
|
-
}
|
5345
|
-
|
5346
|
-
.ui-steps .ui-steps-item .ui-menuitem-link {
|
5347
|
-
text-decoration: none;
|
5348
|
-
display: block;
|
5349
|
-
padding: 1em;
|
5350
|
-
position: relative;
|
5351
|
-
text-align: center;
|
5352
|
-
}
|
5000
|
+
float: left;
|
5001
|
+
clear: left;
|
5002
|
+
}
|
5353
5003
|
|
5354
|
-
.ui-
|
5355
|
-
|
5356
|
-
|
5004
|
+
.ui-table-responsive .ui-table-tbody > tr > td .ui-column-title {
|
5005
|
+
padding: .4em;
|
5006
|
+
min-width: 30%;
|
5007
|
+
display: inline-block;
|
5008
|
+
margin: -.4em 1em -.4em -.4em;
|
5009
|
+
font-weight: bold;
|
5010
|
+
}
|
5357
5011
|
}
|
5358
5012
|
|
5359
|
-
|
5360
|
-
|
5361
|
-
|
5013
|
+
/* Loader */
|
5014
|
+
.ui-table-loading {
|
5015
|
+
position: absolute;
|
5016
|
+
width: 100%;
|
5017
|
+
height: 100%;
|
5018
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
|
5019
|
+
opacity: 0.1;
|
5020
|
+
z-index: 1;
|
5362
5021
|
}
|
5363
5022
|
|
5364
|
-
.ui-
|
5365
|
-
|
5366
|
-
|
5023
|
+
.ui-table-loading-content {
|
5024
|
+
position: absolute;
|
5025
|
+
left: 50%;
|
5026
|
+
top: 50%;
|
5027
|
+
z-index: 2;
|
5028
|
+
margin-top: -1em;
|
5029
|
+
margin-left: -1em;
|
5367
5030
|
}
|
5368
5031
|
|
5369
|
-
|
5370
|
-
|
5371
|
-
.ui-steps .ui-steps-item .ui-menuitem-link {
|
5372
|
-
padding: 0.5em;
|
5373
|
-
}
|
5374
|
-
|
5375
|
-
.ui-steps .ui-steps-item .ui-steps-title {
|
5376
|
-
display: none;
|
5377
|
-
}
|
5032
|
+
.ui-table .ui-table-loading-icon {
|
5033
|
+
font-size: 2em;
|
5378
5034
|
}
|
5035
|
+
|
5379
5036
|
/** TabMenu **/
|
5380
5037
|
.ui-tabmenu .ui-tabmenu-nav {
|
5381
5038
|
margin: 0;
|
@@ -5767,247 +5424,38 @@ input[type=text]::-ms-clear {
|
|
5767
5424
|
|
5768
5425
|
.ui-tooltip-right .ui-tooltip-arrow {
|
5769
5426
|
top: 50%;
|
5770
|
-
left: 0;
|
5771
|
-
margin-top: -.25em;
|
5772
|
-
border-width: .25em .25em .25em 0;
|
5773
|
-
border-right-color: rgb(76, 76, 76);
|
5774
|
-
}
|
5775
|
-
|
5776
|
-
.ui-tooltip-left .ui-tooltip-arrow {
|
5777
|
-
top: 50%;
|
5778
|
-
right: 0;
|
5779
|
-
margin-top: -.25em;
|
5780
|
-
border-width: .25em 0 .25em .25em;
|
5781
|
-
border-left-color: rgb(76, 76, 76);
|
5782
|
-
}
|
5783
|
-
|
5784
|
-
.ui-tooltip.ui-tooltip-top {
|
5785
|
-
padding: .25em 0;
|
5786
|
-
}
|
5787
|
-
|
5788
|
-
.ui-tooltip-top .ui-tooltip-arrow {
|
5789
|
-
bottom: 0;
|
5790
|
-
left: 50%;
|
5791
|
-
margin-left: -.25em;
|
5792
|
-
border-width: .25em .25em 0;
|
5793
|
-
border-top-color: rgb(76, 76, 76);
|
5794
|
-
}
|
5795
|
-
|
5796
|
-
.ui-tooltip-bottom .ui-tooltip-arrow {
|
5797
|
-
top: 0;
|
5798
|
-
left: 50%;
|
5799
|
-
margin-left: -.25em;
|
5800
|
-
border-width: 0 .25em .25em;
|
5801
|
-
border-bottom-color: rgb(76, 76, 76);
|
5802
|
-
}
|
5803
|
-
.ui-treetable {
|
5804
|
-
position: relative;
|
5805
|
-
}
|
5806
|
-
|
5807
|
-
.ui-treetable table {
|
5808
|
-
border-collapse: collapse;
|
5809
|
-
width: 100%;
|
5810
|
-
table-layout: fixed;
|
5811
|
-
}
|
5812
|
-
|
5813
|
-
.ui-treetable .ui-treetable-thead > tr > th,
|
5814
|
-
.ui-treetable .ui-treetable-tbody > tr > td,
|
5815
|
-
.ui-treetable .ui-treetable-tfoot > tr > td {
|
5816
|
-
padding: .25em .5em;
|
5817
|
-
}
|
5818
|
-
|
5819
|
-
.ui-treetable .ui-treetable-toggler {
|
5820
|
-
cursor: pointer;
|
5821
|
-
display: inline-block;
|
5822
|
-
height: 1em;
|
5823
|
-
position: relative;
|
5824
|
-
top: 50%;
|
5825
|
-
margin-top: -.5em;
|
5826
|
-
}
|
5827
|
-
|
5828
|
-
.ui-treetable .ui-sortable-column {
|
5829
|
-
cursor: pointer;
|
5830
|
-
}
|
5831
|
-
|
5832
|
-
.ui-treetable p-treetablesorticon {
|
5833
|
-
vertical-align: middle;
|
5834
|
-
}
|
5835
|
-
|
5836
|
-
.ui-treetable-auto-layout > .ui-treetable-wrapper {
|
5837
|
-
overflow-x: auto;
|
5838
|
-
}
|
5839
|
-
|
5840
|
-
.ui-treetable-auto-layout > .ui-treetable-wrapper > table {
|
5841
|
-
table-layout: auto;
|
5842
|
-
}
|
5843
|
-
|
5844
|
-
.ui-treetable .ui-treetable-chkbox {
|
5845
|
-
margin: 0 .25em;
|
5846
|
-
vertical-align: middle;
|
5847
|
-
}
|
5848
|
-
|
5849
|
-
/* Sections */
|
5850
|
-
.ui-treetable-caption,
|
5851
|
-
.ui-treetable-summary {
|
5852
|
-
padding: .25em .5em;
|
5853
|
-
text-align: center;
|
5854
|
-
font-weight: bold;
|
5855
|
-
}
|
5856
|
-
|
5857
|
-
.ui-treetable-caption {
|
5858
|
-
border-bottom: 0 none;
|
5859
|
-
}
|
5860
|
-
|
5861
|
-
.ui-treetable-summary {
|
5862
|
-
border-top: 0 none;
|
5863
|
-
}
|
5864
|
-
|
5865
|
-
/* Paginator */
|
5866
|
-
.ui-treetable .ui-paginator-top {
|
5867
|
-
border-bottom: 0 none;
|
5868
|
-
}
|
5869
|
-
|
5870
|
-
.ui-treetable .ui-paginator-bottom {
|
5871
|
-
border-top: 0 none;
|
5872
|
-
}
|
5873
|
-
|
5874
|
-
/* Scrollable */
|
5875
|
-
.ui-treetable-scrollable-wrapper {
|
5876
|
-
position: relative;
|
5877
|
-
}
|
5878
|
-
.ui-treetable-scrollable-header,
|
5879
|
-
.ui-treetable-scrollable-footer {
|
5880
|
-
overflow: hidden;
|
5881
|
-
border: 0 none;
|
5882
|
-
}
|
5883
|
-
|
5884
|
-
.ui-treetable-scrollable-body {
|
5885
|
-
overflow: auto;
|
5886
|
-
position: relative;
|
5887
|
-
}
|
5888
|
-
|
5889
|
-
.ui-treetable-scrollable-body > table > .ui-treetable-tbody > tr:first-child > td {
|
5890
|
-
border-top: 0 none;
|
5891
|
-
}
|
5892
|
-
|
5893
|
-
.ui-treetable-virtual-table {
|
5894
|
-
position: absolute;
|
5895
|
-
}
|
5896
|
-
|
5897
|
-
/* Frozen Columns */
|
5898
|
-
.ui-treetable-frozen-view .ui-treetable-scrollable-body {
|
5899
|
-
overflow: hidden;
|
5900
|
-
}
|
5901
|
-
|
5902
|
-
.ui-treetable-frozen-view > .ui-treetable-scrollable-body > table > .ui-treetable-tbody > tr > td:last-child {
|
5903
|
-
border-right: 0 none;
|
5904
|
-
}
|
5905
|
-
|
5906
|
-
.ui-treetable-unfrozen-view {
|
5907
|
-
position: absolute;
|
5908
|
-
top: 0px;
|
5909
|
-
}
|
5910
|
-
|
5911
|
-
/* Resizable */
|
5912
|
-
.ui-treetable-resizable > .ui-treetable-wrapper {
|
5913
|
-
overflow-x: auto;
|
5914
|
-
}
|
5915
|
-
|
5916
|
-
.ui-treetable-resizable .ui-treetable-thead > tr > th,
|
5917
|
-
.ui-treetable-resizable .ui-treetable-tfoot > tr > td,
|
5918
|
-
.ui-treetable-resizable .ui-treetable-tbody > tr > td {
|
5919
|
-
overflow: hidden;
|
5920
|
-
}
|
5921
|
-
|
5922
|
-
.ui-treetable-resizable .ui-resizable-column {
|
5923
|
-
background-clip: padding-box;
|
5924
|
-
position: relative;
|
5925
|
-
}
|
5926
|
-
|
5927
|
-
.ui-treetable-resizable-fit .ui-resizable-column:last-child .ui-column-resizer {
|
5928
|
-
display: none;
|
5929
|
-
}
|
5930
|
-
|
5931
|
-
.ui-treetable .ui-column-resizer {
|
5932
|
-
display: block;
|
5933
|
-
position: absolute !important;
|
5934
|
-
top: 0;
|
5935
|
-
right: 0;
|
5936
|
-
margin: 0;
|
5937
|
-
width: .5em;
|
5938
|
-
height: 100%;
|
5939
|
-
padding: 0px;
|
5940
|
-
cursor:col-resize;
|
5941
|
-
border: 1px solid transparent;
|
5942
|
-
}
|
5943
|
-
|
5944
|
-
.ui-treetable .ui-column-resizer-helper {
|
5945
|
-
width: 1px;
|
5946
|
-
position: absolute;
|
5947
|
-
z-index: 10;
|
5948
|
-
display: none;
|
5949
|
-
}
|
5950
|
-
|
5951
|
-
/* Reorder */
|
5952
|
-
.ui-treetable-reorder-indicator-up,
|
5953
|
-
.ui-treetable-reorder-indicator-down {
|
5954
|
-
position: absolute;
|
5955
|
-
display: none;
|
5956
|
-
}
|
5957
|
-
|
5958
|
-
/* Responsive */
|
5959
|
-
.ui-treetable-responsive .ui-treetable-tbody > tr > td .ui-column-title {
|
5960
|
-
display: none;
|
5961
|
-
}
|
5962
|
-
|
5963
|
-
@media screen and (max-width: 40em) {
|
5964
|
-
.ui-treetable-responsive .ui-treetable-thead > tr > th,
|
5965
|
-
.ui-treetable-responsive .ui-treetable-tfoot > tr > td {
|
5966
|
-
display: none !important;
|
5967
|
-
}
|
5968
|
-
|
5969
|
-
.ui-treetable-responsive .ui-treetable-tbody > tr > td {
|
5970
|
-
text-align: left;
|
5971
|
-
display: block;
|
5972
|
-
border: 0 none;
|
5973
|
-
width: 100% !important;
|
5974
|
-
-webkit-box-sizing: border-box;
|
5975
|
-
-moz-box-sizing: border-box;
|
5976
|
-
box-sizing: border-box;
|
5977
|
-
float: left;
|
5978
|
-
clear: left;
|
5979
|
-
}
|
5427
|
+
left: 0;
|
5428
|
+
margin-top: -.25em;
|
5429
|
+
border-width: .25em .25em .25em 0;
|
5430
|
+
border-right-color: rgb(76, 76, 76);
|
5431
|
+
}
|
5980
5432
|
|
5981
|
-
|
5982
|
-
|
5983
|
-
|
5984
|
-
|
5985
|
-
|
5986
|
-
|
5987
|
-
}
|
5433
|
+
.ui-tooltip-left .ui-tooltip-arrow {
|
5434
|
+
top: 50%;
|
5435
|
+
right: 0;
|
5436
|
+
margin-top: -.25em;
|
5437
|
+
border-width: .25em 0 .25em .25em;
|
5438
|
+
border-left-color: rgb(76, 76, 76);
|
5988
5439
|
}
|
5989
5440
|
|
5990
|
-
|
5991
|
-
.
|
5992
|
-
position: absolute;
|
5993
|
-
width: 100%;
|
5994
|
-
height: 100%;
|
5995
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
|
5996
|
-
opacity: 0.1;
|
5997
|
-
z-index: 1;
|
5441
|
+
.ui-tooltip.ui-tooltip-top {
|
5442
|
+
padding: .25em 0;
|
5998
5443
|
}
|
5999
5444
|
|
6000
|
-
.ui-
|
6001
|
-
|
5445
|
+
.ui-tooltip-top .ui-tooltip-arrow {
|
5446
|
+
bottom: 0;
|
6002
5447
|
left: 50%;
|
6003
|
-
|
6004
|
-
|
6005
|
-
|
6006
|
-
margin-left: -1em;
|
5448
|
+
margin-left: -.25em;
|
5449
|
+
border-width: .25em .25em 0;
|
5450
|
+
border-top-color: rgb(76, 76, 76);
|
6007
5451
|
}
|
6008
5452
|
|
6009
|
-
.ui-
|
6010
|
-
|
5453
|
+
.ui-tooltip-bottom .ui-tooltip-arrow {
|
5454
|
+
top: 0;
|
5455
|
+
left: 50%;
|
5456
|
+
margin-left: -.25em;
|
5457
|
+
border-width: 0 .25em .25em;
|
5458
|
+
border-bottom-color: rgb(76, 76, 76);
|
6011
5459
|
}
|
6012
5460
|
.ui-tree {
|
6013
5461
|
width: 18em;
|
@@ -6220,6 +5668,215 @@ input[type=text]::-ms-clear {
|
|
6220
5668
|
font-size: 2em;
|
6221
5669
|
}
|
6222
5670
|
|
5671
|
+
.ui-treetable {
|
5672
|
+
position: relative;
|
5673
|
+
}
|
5674
|
+
|
5675
|
+
.ui-treetable table {
|
5676
|
+
border-collapse: collapse;
|
5677
|
+
width: 100%;
|
5678
|
+
table-layout: fixed;
|
5679
|
+
}
|
5680
|
+
|
5681
|
+
.ui-treetable .ui-treetable-thead > tr > th,
|
5682
|
+
.ui-treetable .ui-treetable-tbody > tr > td,
|
5683
|
+
.ui-treetable .ui-treetable-tfoot > tr > td {
|
5684
|
+
padding: .25em .5em;
|
5685
|
+
}
|
5686
|
+
|
5687
|
+
.ui-treetable .ui-treetable-toggler {
|
5688
|
+
cursor: pointer;
|
5689
|
+
display: inline-block;
|
5690
|
+
height: 1em;
|
5691
|
+
position: relative;
|
5692
|
+
top: 50%;
|
5693
|
+
margin-top: -.5em;
|
5694
|
+
}
|
5695
|
+
|
5696
|
+
.ui-treetable .ui-sortable-column {
|
5697
|
+
cursor: pointer;
|
5698
|
+
}
|
5699
|
+
|
5700
|
+
.ui-treetable p-treetablesorticon {
|
5701
|
+
vertical-align: middle;
|
5702
|
+
}
|
5703
|
+
|
5704
|
+
.ui-treetable-auto-layout > .ui-treetable-wrapper {
|
5705
|
+
overflow-x: auto;
|
5706
|
+
}
|
5707
|
+
|
5708
|
+
.ui-treetable-auto-layout > .ui-treetable-wrapper > table {
|
5709
|
+
table-layout: auto;
|
5710
|
+
}
|
5711
|
+
|
5712
|
+
.ui-treetable .ui-treetable-chkbox {
|
5713
|
+
margin: 0 .25em;
|
5714
|
+
vertical-align: middle;
|
5715
|
+
}
|
5716
|
+
|
5717
|
+
/* Sections */
|
5718
|
+
.ui-treetable-caption,
|
5719
|
+
.ui-treetable-summary {
|
5720
|
+
padding: .25em .5em;
|
5721
|
+
text-align: center;
|
5722
|
+
font-weight: bold;
|
5723
|
+
}
|
5724
|
+
|
5725
|
+
.ui-treetable-caption {
|
5726
|
+
border-bottom: 0 none;
|
5727
|
+
}
|
5728
|
+
|
5729
|
+
.ui-treetable-summary {
|
5730
|
+
border-top: 0 none;
|
5731
|
+
}
|
5732
|
+
|
5733
|
+
/* Paginator */
|
5734
|
+
.ui-treetable .ui-paginator-top {
|
5735
|
+
border-bottom: 0 none;
|
5736
|
+
}
|
5737
|
+
|
5738
|
+
.ui-treetable .ui-paginator-bottom {
|
5739
|
+
border-top: 0 none;
|
5740
|
+
}
|
5741
|
+
|
5742
|
+
/* Scrollable */
|
5743
|
+
.ui-treetable-scrollable-wrapper {
|
5744
|
+
position: relative;
|
5745
|
+
}
|
5746
|
+
.ui-treetable-scrollable-header,
|
5747
|
+
.ui-treetable-scrollable-footer {
|
5748
|
+
overflow: hidden;
|
5749
|
+
border: 0 none;
|
5750
|
+
}
|
5751
|
+
|
5752
|
+
.ui-treetable-scrollable-body {
|
5753
|
+
overflow: auto;
|
5754
|
+
position: relative;
|
5755
|
+
}
|
5756
|
+
|
5757
|
+
.ui-treetable-scrollable-body > table > .ui-treetable-tbody > tr:first-child > td {
|
5758
|
+
border-top: 0 none;
|
5759
|
+
}
|
5760
|
+
|
5761
|
+
.ui-treetable-virtual-table {
|
5762
|
+
position: absolute;
|
5763
|
+
}
|
5764
|
+
|
5765
|
+
/* Frozen Columns */
|
5766
|
+
.ui-treetable-frozen-view .ui-treetable-scrollable-body {
|
5767
|
+
overflow: hidden;
|
5768
|
+
}
|
5769
|
+
|
5770
|
+
.ui-treetable-frozen-view > .ui-treetable-scrollable-body > table > .ui-treetable-tbody > tr > td:last-child {
|
5771
|
+
border-right: 0 none;
|
5772
|
+
}
|
5773
|
+
|
5774
|
+
.ui-treetable-unfrozen-view {
|
5775
|
+
position: absolute;
|
5776
|
+
top: 0px;
|
5777
|
+
}
|
5778
|
+
|
5779
|
+
/* Resizable */
|
5780
|
+
.ui-treetable-resizable > .ui-treetable-wrapper {
|
5781
|
+
overflow-x: auto;
|
5782
|
+
}
|
5783
|
+
|
5784
|
+
.ui-treetable-resizable .ui-treetable-thead > tr > th,
|
5785
|
+
.ui-treetable-resizable .ui-treetable-tfoot > tr > td,
|
5786
|
+
.ui-treetable-resizable .ui-treetable-tbody > tr > td {
|
5787
|
+
overflow: hidden;
|
5788
|
+
}
|
5789
|
+
|
5790
|
+
.ui-treetable-resizable .ui-resizable-column {
|
5791
|
+
background-clip: padding-box;
|
5792
|
+
position: relative;
|
5793
|
+
}
|
5794
|
+
|
5795
|
+
.ui-treetable-resizable-fit .ui-resizable-column:last-child .ui-column-resizer {
|
5796
|
+
display: none;
|
5797
|
+
}
|
5798
|
+
|
5799
|
+
.ui-treetable .ui-column-resizer {
|
5800
|
+
display: block;
|
5801
|
+
position: absolute !important;
|
5802
|
+
top: 0;
|
5803
|
+
right: 0;
|
5804
|
+
margin: 0;
|
5805
|
+
width: .5em;
|
5806
|
+
height: 100%;
|
5807
|
+
padding: 0px;
|
5808
|
+
cursor:col-resize;
|
5809
|
+
border: 1px solid transparent;
|
5810
|
+
}
|
5811
|
+
|
5812
|
+
.ui-treetable .ui-column-resizer-helper {
|
5813
|
+
width: 1px;
|
5814
|
+
position: absolute;
|
5815
|
+
z-index: 10;
|
5816
|
+
display: none;
|
5817
|
+
}
|
5818
|
+
|
5819
|
+
/* Reorder */
|
5820
|
+
.ui-treetable-reorder-indicator-up,
|
5821
|
+
.ui-treetable-reorder-indicator-down {
|
5822
|
+
position: absolute;
|
5823
|
+
display: none;
|
5824
|
+
}
|
5825
|
+
|
5826
|
+
/* Responsive */
|
5827
|
+
.ui-treetable-responsive .ui-treetable-tbody > tr > td .ui-column-title {
|
5828
|
+
display: none;
|
5829
|
+
}
|
5830
|
+
|
5831
|
+
@media screen and (max-width: 40em) {
|
5832
|
+
.ui-treetable-responsive .ui-treetable-thead > tr > th,
|
5833
|
+
.ui-treetable-responsive .ui-treetable-tfoot > tr > td {
|
5834
|
+
display: none !important;
|
5835
|
+
}
|
5836
|
+
|
5837
|
+
.ui-treetable-responsive .ui-treetable-tbody > tr > td {
|
5838
|
+
text-align: left;
|
5839
|
+
display: block;
|
5840
|
+
border: 0 none;
|
5841
|
+
width: 100% !important;
|
5842
|
+
-webkit-box-sizing: border-box;
|
5843
|
+
-moz-box-sizing: border-box;
|
5844
|
+
box-sizing: border-box;
|
5845
|
+
float: left;
|
5846
|
+
clear: left;
|
5847
|
+
}
|
5848
|
+
|
5849
|
+
.ui-treetable-responsive .ui-treetable-tbody > tr > td .ui-column-title {
|
5850
|
+
padding: .4em;
|
5851
|
+
min-width: 30%;
|
5852
|
+
display: inline-block;
|
5853
|
+
margin: -.4em 1em -.4em -.4em;
|
5854
|
+
font-weight: bold;
|
5855
|
+
}
|
5856
|
+
}
|
5857
|
+
|
5858
|
+
/* Loader */
|
5859
|
+
.ui-treetable-loading {
|
5860
|
+
position: absolute;
|
5861
|
+
width: 100%;
|
5862
|
+
height: 100%;
|
5863
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
|
5864
|
+
opacity: 0.1;
|
5865
|
+
z-index: 1;
|
5866
|
+
}
|
5867
|
+
|
5868
|
+
.ui-treetable-loading-content {
|
5869
|
+
position: absolute;
|
5870
|
+
left: 50%;
|
5871
|
+
top: 50%;
|
5872
|
+
z-index: 2;
|
5873
|
+
margin-top: -1em;
|
5874
|
+
margin-left: -1em;
|
5875
|
+
}
|
5876
|
+
|
5877
|
+
.ui-treetable .ui-treetable-loading-icon {
|
5878
|
+
font-size: 2em;
|
5879
|
+
}
|
6223
5880
|
.ui-virtualscroller .ui-virtualscroller-header {
|
6224
5881
|
text-align: center;
|
6225
5882
|
padding: .5em .75em;
|