kaui 3.0.9 → 4.0.0
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.
- checksums.yaml +4 -4
- data/app/assets/images/kaui/account/authorize.svg +4 -0
- data/app/assets/images/kaui/account/credit.svg +4 -0
- data/app/assets/images/kaui/account/down-arrow.svg +3 -0
- data/app/assets/images/kaui/account/edit.svg +4 -0
- data/app/assets/images/kaui/account/pay-all.svg +5 -0
- data/app/assets/images/kaui/account/plus.svg +3 -0
- data/app/assets/images/kaui/account/purchase.svg +5 -0
- data/app/assets/images/kaui/account/refresh.svg +5 -0
- data/app/assets/images/kaui/arrow.svg +3 -0
- data/app/assets/images/kaui/card.svg +5 -0
- data/app/assets/images/kaui/copy.svg +12 -0
- data/app/assets/images/kaui/dashboard/aviate.svg +6 -0
- data/app/assets/images/kaui/dashboard/custom-field.svg +5 -0
- data/app/assets/images/kaui/dashboard/kaui-doc-img.png +0 -0
- data/app/assets/images/kaui/dashboard/plugins.svg +7 -0
- data/app/assets/images/kaui/dashboard/tags.svg +4 -0
- data/app/assets/images/kaui/dashboard/users.svg +6 -0
- data/app/assets/images/kaui/delete.svg +6 -0
- data/app/assets/images/kaui/dots.svg +5 -0
- data/app/assets/images/kaui/download-csv.svg +5 -0
- data/app/assets/images/kaui/download.svg +4 -0
- data/app/assets/images/kaui/eye-off.svg +9 -0
- data/app/assets/images/kaui/eye.svg +7 -0
- data/app/assets/images/kaui/file-upload.svg +34 -0
- data/app/assets/images/kaui/generate.svg +5 -0
- data/app/assets/images/kaui/header/account.svg +4 -0
- data/app/assets/images/kaui/header/cog_icon.svg +4 -0
- data/app/assets/images/kaui/header/invoice.svg +5 -0
- data/app/assets/images/kaui/header/payment.svg +5 -0
- data/app/assets/images/kaui/header/search_icon.svg +4 -0
- data/app/assets/images/kaui/header/subscription.svg +6 -0
- data/app/assets/images/kaui/logout.svg +4 -0
- data/app/assets/images/kaui/modal/close.svg +3 -0
- data/app/assets/images/kaui/modal/plus.svg +3 -0
- data/app/assets/images/kaui/modal/red-close.svg +10 -0
- data/app/assets/images/kaui/modal/search.svg +4 -0
- data/app/assets/images/kaui/payment/payment.svg +4 -0
- data/app/assets/images/kaui/payment/refund.svg +4 -0
- data/app/assets/images/kaui/plus.svg +3 -0
- data/app/assets/images/kaui/search.svg +4 -0
- data/app/assets/images/kaui/setting/account.svg +10 -0
- data/app/assets/images/kaui/setting/analytics.svg +7 -0
- data/app/assets/images/kaui/setting/custom-field.svg +5 -0
- data/app/assets/images/kaui/setting/e-notifications.svg +6 -0
- data/app/assets/images/kaui/setting/plugins.svg +7 -0
- data/app/assets/images/kaui/setting/plus.svg +3 -0
- data/app/assets/images/kaui/setting/reset.svg +4 -0
- data/app/assets/images/kaui/setting/tag-definitions.svg +5 -0
- data/app/assets/images/kaui/setting/tags.svg +4 -0
- data/app/assets/images/kaui/setting/tenants.svg +6 -0
- data/app/assets/images/kaui/setting/users.svg +6 -0
- data/app/assets/images/kaui/setting.svg +4 -0
- data/app/assets/images/kaui/sidebar/account.svg +4 -0
- data/app/assets/images/kaui/sidebar/audit.svg +5 -0
- data/app/assets/images/kaui/sidebar/custom-fields.svg +5 -0
- data/app/assets/images/kaui/sidebar/invoices.svg +5 -0
- data/app/assets/images/kaui/sidebar/payments.svg +5 -0
- data/app/assets/images/kaui/sidebar/queues.svg +5 -0
- data/app/assets/images/kaui/sidebar/subscriptions.svg +6 -0
- data/app/assets/images/kaui/sidebar/tags.svg +5 -0
- data/app/assets/images/kaui/sidebar/timeline.svg +5 -0
- data/app/assets/images/kaui/sign_in_background.svg +57 -0
- data/app/assets/images/kaui/sort-down.svg +3 -0
- data/app/assets/images/kaui/sort-up.svg +3 -0
- data/app/assets/images/kaui/subscription/add-on.svg +7 -0
- data/app/assets/images/kaui/subscription/cancel.svg +6 -0
- data/app/assets/images/kaui/subscription/change.svg +6 -0
- data/app/assets/images/kaui/subscription/date.svg +6 -0
- data/app/assets/images/kaui/subscription/pause.svg +4 -0
- data/app/assets/images/kaui/timeline/authorize.svg +5 -0
- data/app/assets/images/kaui/timeline/capture.svg +5 -0
- data/app/assets/images/kaui/timeline/chargeback.svg +3 -0
- data/app/assets/images/kaui/timeline/credit.svg +6 -0
- data/app/assets/images/kaui/timeline/invoice.svg +5 -0
- data/app/assets/images/kaui/timeline/purchase.svg +5 -0
- data/app/assets/images/kaui/timeline/refund.svg +4 -0
- data/app/assets/images/kaui/timeline/void.svg +4 -0
- data/app/assets/images/kaui/view-doc.svg +6 -0
- data/app/assets/images/kaui/warning.png +0 -0
- data/app/assets/javascripts/application.js +2 -2
- data/app/assets/javascripts/kaui/kaui_override.js +232 -0
- data/app/assets/javascripts/kaui/multi_functions_bar_utils.js +125 -24
- data/app/assets/stylesheets/application.css +13 -1
- data/app/assets/stylesheets/kaui/account.css +2028 -14
- data/app/assets/stylesheets/kaui/account_timeline.css +183 -0
- data/app/assets/stylesheets/kaui/admin_allowed_users.css +260 -0
- data/app/assets/stylesheets/kaui/audit.css +26 -16
- data/app/assets/stylesheets/kaui/audit_logs.css +443 -0
- data/app/assets/stylesheets/kaui/auth_pages.css +72 -0
- data/app/assets/stylesheets/kaui/breadcrumb.css +38 -0
- data/app/assets/stylesheets/kaui/chargebacks.css +118 -0
- data/app/assets/stylesheets/kaui/clock.css +103 -0
- data/app/assets/stylesheets/kaui/common.css +1744 -401
- data/app/assets/stylesheets/kaui/custom_fields.css +546 -0
- data/app/assets/stylesheets/kaui/dashboard.css +26 -0
- data/app/assets/stylesheets/kaui/datatable.css +114 -56
- data/app/assets/stylesheets/kaui/header.css +221 -114
- data/app/assets/stylesheets/kaui/home.css +89 -62
- data/app/assets/stylesheets/kaui/invoice.css +1061 -27
- data/app/assets/stylesheets/kaui/kaui.css +217 -145
- data/app/assets/stylesheets/kaui/overdue.css +5 -3
- data/app/assets/stylesheets/kaui/payment.css +1102 -13
- data/app/assets/stylesheets/kaui/queues.css +269 -0
- data/app/assets/stylesheets/kaui/refunds.css +185 -0
- data/app/assets/stylesheets/kaui/role_definitions.css +111 -0
- data/app/assets/stylesheets/kaui/sidebar.css +122 -0
- data/app/assets/stylesheets/kaui/subscription.css +677 -0
- data/app/assets/stylesheets/kaui/tag_definitions.css +524 -0
- data/app/assets/stylesheets/kaui/tags.css +592 -121
- data/app/assets/stylesheets/kaui/tenants.css +1478 -0
- data/app/assets/stylesheets/kaui/tooltip.css +9 -5
- data/app/assets/stylesheets/kaui/wallets.css +121 -0
- data/app/controllers/kaui/accounts_controller.rb +3 -2
- data/app/controllers/kaui/admin_tenants_controller.rb +33 -0
- data/app/controllers/kaui/custom_fields_controller.rb +1 -1
- data/app/controllers/kaui/engine_controller.rb +1 -2
- data/app/controllers/kaui/engine_controller_util.rb +5 -7
- data/app/controllers/kaui/home_controller.rb +24 -17
- data/app/controllers/kaui/invoices_controller.rb +4 -15
- data/app/controllers/kaui/payments_controller.rb +1 -1
- data/app/controllers/kaui/sessions_controller.rb +1 -0
- data/app/controllers/kaui/tag_definitions_controller.rb +1 -0
- data/app/helpers/kaui/account_helper.rb +13 -0
- data/app/helpers/kaui/plugin_helper.rb +27 -0
- data/app/views/kaui/account_custom_fields/index.html.erb +95 -29
- data/app/views/kaui/account_emails/_account_emails_table.html.erb +13 -3
- data/app/views/kaui/account_emails/_form.html.erb +23 -6
- data/app/views/kaui/account_emails/new.html.erb +12 -6
- data/app/views/kaui/account_tags/_form_bar.html.erb +10 -1
- data/app/views/kaui/account_tags/index.html.erb +103 -24
- data/app/views/kaui/account_timelines/_multi_functions_bar.html.erb +302 -69
- data/app/views/kaui/account_timelines/show.html.erb +360 -254
- data/app/views/kaui/accounts/_account_details.html.erb +165 -0
- data/app/views/kaui/accounts/_account_filterbar.html.erb +70 -80
- data/app/views/kaui/accounts/_add_parent.html.erb +26 -0
- data/app/views/kaui/accounts/_billing_details.html.erb +196 -0
- data/app/views/kaui/accounts/_close_account_modal.html.erb +62 -40
- data/app/views/kaui/accounts/_form_account.html.erb +157 -0
- data/app/views/kaui/accounts/_functions_bar.html.erb +606 -0
- data/app/views/kaui/accounts/_link_parent_modal.html.erb +1 -1
- data/app/views/kaui/accounts/_link_parent_to_modal.html.erb +62 -0
- data/app/views/kaui/accounts/_multi_functions_bar.html.erb +67 -28
- data/app/views/kaui/accounts/_payment_gateways.html.erb +43 -0
- data/app/views/kaui/accounts/_personal_details.html.erb +67 -0
- data/app/views/kaui/accounts/edit.html.erb +15 -9
- data/app/views/kaui/accounts/index.html.erb +77 -27
- data/app/views/kaui/accounts/new.html.erb +14 -8
- data/app/views/kaui/accounts/show.html.erb +17 -11
- data/app/views/kaui/admin/index.html.erb +44 -19
- data/app/views/kaui/admin_allowed_users/_form.html.erb +123 -31
- data/app/views/kaui/admin_allowed_users/edit.html.erb +15 -9
- data/app/views/kaui/admin_allowed_users/index.html.erb +150 -30
- data/app/views/kaui/admin_allowed_users/new.html.erb +14 -8
- data/app/views/kaui/admin_allowed_users/show.html.erb +137 -32
- data/app/views/kaui/admin_tenants/_add_allowed_user_modal.html.erb +42 -15
- data/app/views/kaui/admin_tenants/_clock.html.erb +72 -0
- data/app/views/kaui/admin_tenants/_form.html.erb +32 -20
- data/app/views/kaui/admin_tenants/_form_catalog_translation.erb +21 -8
- data/app/views/kaui/admin_tenants/_form_invoice_template.erb +25 -9
- data/app/views/kaui/admin_tenants/_form_invoice_translation.erb +36 -20
- data/app/views/kaui/admin_tenants/_form_plugin_config.erb +16 -20
- data/app/views/kaui/admin_tenants/_show_catalog.erb +13 -6
- data/app/views/kaui/admin_tenants/_show_catalog_simple.erb +95 -46
- data/app/views/kaui/admin_tenants/_show_catalog_xml.erb +62 -37
- data/app/views/kaui/admin_tenants/_show_overdue.erb +91 -75
- data/app/views/kaui/admin_tenants/_tenant_details.html.erb +106 -17
- data/app/views/kaui/admin_tenants/_tenants_table.html.erb +67 -6
- data/app/views/kaui/admin_tenants/_useful_links.html.erb +21 -16
- data/app/views/kaui/admin_tenants/index.html.erb +35 -11
- data/app/views/kaui/admin_tenants/index.js.erb +3 -0
- data/app/views/kaui/admin_tenants/new.html.erb +19 -13
- data/app/views/kaui/admin_tenants/new_catalog.html.erb +230 -98
- data/app/views/kaui/admin_tenants/new_overdue_config.html.erb +152 -80
- data/app/views/kaui/admin_tenants/new_plan_currency.html.erb +44 -30
- data/app/views/kaui/admin_tenants/show.html.erb +211 -78
- data/app/views/kaui/admin_tenants/show.js.erb +3 -0
- data/app/views/kaui/audit_logs/_multi_functions_bar.html.erb +298 -101
- data/app/views/kaui/audit_logs/index.html.erb +137 -38
- data/app/views/kaui/bundle_tags/_form_bar.html.erb +11 -4
- data/app/views/kaui/bundles/_bundle_details.html.erb +24 -12
- data/app/views/kaui/bundles/index.html.erb +79 -104
- data/app/views/kaui/bundles/pause_resume.html.erb +73 -38
- data/app/views/kaui/chargebacks/_form.html.erb +35 -18
- data/app/views/kaui/chargebacks/new.html.erb +16 -9
- data/app/views/kaui/charges/_form.html.erb +54 -42
- data/app/views/kaui/charges/new.html.erb +15 -8
- data/app/views/kaui/components/breadcrumb/_breadcrumb.html.erb +146 -0
- data/app/views/kaui/components/button/_button.html.erb +16 -0
- data/app/views/kaui/components/dashboard/_card.html.erb +15 -0
- data/app/views/kaui/components/dashboard/_setting.html.erb +15 -0
- data/app/views/kaui/components/form_input/_form_input.html.erb +4 -0
- data/app/views/kaui/components/form_password/_form_password.html.erb +6 -0
- data/app/views/kaui/components/logo/_logo.html.erb +1 -0
- data/app/views/kaui/components/menu_dropdown/_menu_dropdown.html.erb +59 -0
- data/app/views/kaui/components/search_input/_search_input.html.erb +81 -0
- data/app/views/kaui/credits/_form.html.erb +42 -25
- data/app/views/kaui/credits/new.html.erb +15 -8
- data/app/views/kaui/custom_fields/_form.html.erb +37 -25
- data/app/views/kaui/custom_fields/_list_bar.html.erb +11 -10
- data/app/views/kaui/custom_fields/index.html.erb +121 -27
- data/app/views/kaui/custom_fields/new.html.erb +19 -8
- data/app/views/kaui/errors/500.html.erb +1 -1
- data/app/views/kaui/home/index.html.erb +77 -30
- data/app/views/kaui/invoice_items/_edit_form.html.erb +30 -14
- data/app/views/kaui/invoice_items/edit.html.erb +15 -7
- data/app/views/kaui/invoice_tags/_form_bar.html.erb +13 -3
- data/app/views/kaui/invoices/_invoice_filterbar.html.erb +53 -69
- data/app/views/kaui/invoices/_invoice_table.html.erb +77 -92
- data/app/views/kaui/invoices/_multi_functions_bar.html.erb +351 -140
- data/app/views/kaui/invoices/index.html.erb +89 -27
- data/app/views/kaui/invoices/show.html.erb +392 -80
- data/app/views/kaui/layouts/kaui_account_sidebar.html.erb +42 -0
- data/app/views/kaui/layouts/kaui_application.html.erb +29 -15
- data/app/views/kaui/layouts/kaui_flash.html.erb +82 -31
- data/app/views/kaui/layouts/kaui_navbar.html.erb +109 -82
- data/app/views/kaui/layouts/kaui_setting_sidebar.html.erb +36 -0
- data/app/views/kaui/payment_methods/_form.html.erb +32 -11
- data/app/views/kaui/payment_methods/_new_creditcard_payment_method.html.erb +35 -34
- data/app/views/kaui/payment_methods/_payment_methods_details_table.html.erb +27 -29
- data/app/views/kaui/payment_methods/_payment_methods_table.html.erb +116 -38
- data/app/views/kaui/payment_methods/_plugin_properties.html.erb +19 -9
- data/app/views/kaui/payment_methods/new.html.erb +14 -8
- data/app/views/kaui/payments/_form.html.erb +30 -13
- data/app/views/kaui/payments/_multi_functions_bar.html.erb +351 -141
- data/app/views/kaui/payments/_payment_filterbar.html.erb +63 -79
- data/app/views/kaui/payments/_payment_invoice_table.html.erb +105 -0
- data/app/views/kaui/payments/_payment_table.html.erb +4 -67
- data/app/views/kaui/payments/index.html.erb +90 -26
- data/app/views/kaui/payments/new.html.erb +15 -8
- data/app/views/kaui/payments/show.html.erb +222 -28
- data/app/views/kaui/queues/index.html.erb +329 -111
- data/app/views/kaui/refunds/_form.html.erb +68 -45
- data/app/views/kaui/refunds/new.html.erb +15 -8
- data/app/views/kaui/role_definitions/_form.html.erb +104 -17
- data/app/views/kaui/role_definitions/new.html.erb +15 -8
- data/app/views/kaui/sessions/_form.html.erb +9 -19
- data/app/views/kaui/sessions/new.html.erb +10 -9
- data/app/views/kaui/subscriptions/_cancel_by_date_modal.html.erb +65 -35
- data/app/views/kaui/subscriptions/_edit_form.html.erb +66 -35
- data/app/views/kaui/subscriptions/_form.html.erb +63 -32
- data/app/views/kaui/subscriptions/_subscriptions_table.html.erb +215 -57
- data/app/views/kaui/subscriptions/edit.html.erb +19 -8
- data/app/views/kaui/subscriptions/edit_bcd.erb +46 -16
- data/app/views/kaui/subscriptions/new.html.erb +22 -15
- data/app/views/kaui/tag_definitions/_form.html.erb +51 -30
- data/app/views/kaui/tag_definitions/index.html.erb +151 -40
- data/app/views/kaui/tag_definitions/new.html.erb +15 -8
- data/app/views/kaui/tags/index.html.erb +136 -47
- data/app/views/kaui/tenants/_form.html.erb +8 -5
- data/app/views/kaui/tenants/index.html.erb +15 -9
- data/app/views/kaui/transactions/_control_plugin_names.html.erb +18 -10
- data/app/views/kaui/transactions/_form.html.erb +86 -25
- data/app/views/kaui/transactions/new.html.erb +15 -9
- data/config/routes.rb +1 -0
- data/lib/kaui/engine.rb +11 -0
- data/lib/kaui/version.rb +1 -1
- data/lib/kaui.rb +0 -1
- metadata +120 -2
|
@@ -1,71 +1,129 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
.search table.table-colored-rows tr.update {
|
|
15
|
-
background-color: #fcf8e3; }
|
|
16
|
-
.search table.table-colored-rows tr.delete {
|
|
17
|
-
background-color: #f2dede; }
|
|
18
|
-
.search table.table-colored-rows th:first-of-type, .search table.table-colored-rows td:first-of-type {
|
|
19
|
-
padding-left: 20px; }
|
|
20
|
-
.search tr.disabled {
|
|
21
|
-
background-color: #f5f5f5; }
|
|
1
|
+
/* 2. Table wrapper — white card with rounded corners & soft shadow */
|
|
2
|
+
.dataTables_wrapper {
|
|
3
|
+
background: #fff;
|
|
4
|
+
margin-bottom: 2rem;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.dataTables_scroll {
|
|
8
|
+
margin-bottom: 1.5rem;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
#accounts-table {
|
|
12
|
+
margin-top: 0rem !important;
|
|
13
|
+
}
|
|
22
14
|
|
|
23
15
|
table.dataTable {
|
|
24
|
-
|
|
16
|
+
width: 100% !important;
|
|
17
|
+
border-collapse: separate !important;
|
|
18
|
+
border-spacing: 0;
|
|
19
|
+
border-radius: 0.375rem;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
font-size: 0.95rem;
|
|
22
|
+
border: 0rem !important;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
table.dataTable thead tr {
|
|
26
|
+
border: 0rem !important;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
table.dataTable thead {
|
|
30
|
+
border: 0rem !important;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
table th:first-of-type,
|
|
34
|
+
.search table td:first-of-type {
|
|
35
|
+
padding-left: 1.25rem !important;
|
|
36
|
+
font-weight: 600 !important;
|
|
37
|
+
font-size: 0.875rem;
|
|
38
|
+
line-height: 1.25rem;
|
|
39
|
+
color: blue;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
tbody tr td:first-of-type a {
|
|
43
|
+
color: #1570ef !important;
|
|
44
|
+
text-decoration: none;
|
|
45
|
+
}
|
|
25
46
|
|
|
26
47
|
table.dataTable thead th {
|
|
27
|
-
|
|
48
|
+
background-color: #fafafa;
|
|
49
|
+
font-weight: 500 !important;
|
|
50
|
+
padding: 0.75rem;
|
|
51
|
+
border: 0rem !important;
|
|
52
|
+
font-size: 0.75rem;
|
|
53
|
+
line-height: 1.125rem;
|
|
54
|
+
color: #717680;
|
|
55
|
+
text-transform: capitalize;
|
|
56
|
+
}
|
|
28
57
|
|
|
29
|
-
table.dataTable thead th,
|
|
30
58
|
table.dataTable tbody td {
|
|
31
|
-
|
|
59
|
+
padding: 0.9375rem 0.75rem !important;
|
|
60
|
+
vertical-align: middle;
|
|
61
|
+
border-bottom: 0.0625rem solid #e9eaeb !important;
|
|
62
|
+
font-weight: 400 !important;
|
|
63
|
+
font-size: 0.875rem;
|
|
64
|
+
line-height: 1.25rem;
|
|
65
|
+
color: #535862;
|
|
66
|
+
}
|
|
32
67
|
|
|
33
|
-
table.dataTable
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
content: '' !important; }
|
|
37
|
-
|
|
38
|
-
table.dataTable {
|
|
39
|
-
margin-top: 0 !important;
|
|
40
|
-
margin-bottom: 0 !important; }
|
|
41
|
-
@media (max-width: 768px) {
|
|
42
|
-
table.dataTable {
|
|
43
|
-
margin-bottom: 30px !important; } }
|
|
68
|
+
table.dataTable tbody tr:hover {
|
|
69
|
+
background-color: #f5f7fa;
|
|
70
|
+
}
|
|
44
71
|
|
|
45
|
-
table.dataTable
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
72
|
+
table.dataTable td input[type="checkbox"] {
|
|
73
|
+
margin: 0 auto;
|
|
74
|
+
display: block;
|
|
75
|
+
}
|
|
49
76
|
|
|
50
|
-
|
|
51
|
-
|
|
77
|
+
.dataTables_filter {
|
|
78
|
+
margin-bottom: 1rem;
|
|
79
|
+
text-align: right;
|
|
80
|
+
}
|
|
52
81
|
|
|
53
|
-
.
|
|
54
|
-
border-
|
|
82
|
+
.dataTables_filter input {
|
|
83
|
+
border-radius: 0.5rem;
|
|
84
|
+
padding: 0.4rem 0.75rem;
|
|
85
|
+
border: 0.0625rem solid #ced4da;
|
|
86
|
+
font-size: 0.9rem;
|
|
87
|
+
width: auto;
|
|
88
|
+
display: inline-block;
|
|
89
|
+
}
|
|
55
90
|
|
|
56
|
-
|
|
57
|
-
|
|
91
|
+
.dataTables_paginate {
|
|
92
|
+
margin-top: 1rem;
|
|
93
|
+
text-align: right;
|
|
94
|
+
}
|
|
58
95
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
96
|
+
.paginate_button {
|
|
97
|
+
border: none !important;
|
|
98
|
+
margin: 0 0.1875rem !important;
|
|
99
|
+
border-radius: 0.375rem !important;
|
|
100
|
+
padding: 0.375rem 0.625rem !important;
|
|
101
|
+
font-size: 0.875rem !important;
|
|
102
|
+
font-weight: 500 !important;
|
|
103
|
+
line-height: 1.25rem !important;
|
|
104
|
+
color: #414651 !important;
|
|
105
|
+
border: 0.0625rem solid #d5d7da !important;
|
|
106
|
+
}
|
|
62
107
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
108
|
+
.paginate_button.current,
|
|
109
|
+
.paginate_button:hover {
|
|
110
|
+
background: #fff !important;
|
|
111
|
+
color: #414651 !important;
|
|
112
|
+
opacity: 0.6;
|
|
113
|
+
transition: opacity 0.2s ease-in-out;
|
|
114
|
+
-webkit-transition: opacity 0.2s ease-in-out;
|
|
115
|
+
-moz-transition: opacity 0.2s ease-in-out;
|
|
116
|
+
-o-transition: opacity 0.2s ease-in-out;
|
|
117
|
+
cursor: pointer;
|
|
118
|
+
}
|
|
67
119
|
|
|
68
|
-
.
|
|
69
|
-
padding
|
|
120
|
+
.dataTables_processing {
|
|
121
|
+
padding: 6.25rem 0rem !important;
|
|
122
|
+
}
|
|
70
123
|
|
|
71
|
-
|
|
124
|
+
.dataTables_info {
|
|
125
|
+
font-size: 0.875rem !important;
|
|
126
|
+
font-weight: 400 !important;
|
|
127
|
+
line-height: 1.25rem !important;
|
|
128
|
+
color: #717680 !important;
|
|
129
|
+
}
|
|
@@ -2,128 +2,235 @@
|
|
|
2
2
|
* Header Layout
|
|
3
3
|
*/
|
|
4
4
|
header {
|
|
5
|
-
padding:
|
|
5
|
+
padding: 1.5625rem 0;
|
|
6
6
|
background: #fff;
|
|
7
|
-
border-bottom:
|
|
8
|
-
|
|
7
|
+
border-bottom: 0.0625rem solid #ccc;
|
|
8
|
+
}
|
|
9
|
+
header img {
|
|
10
|
+
vertical-align: middle;
|
|
11
|
+
}
|
|
12
|
+
@media (max-width: 48rem) {
|
|
9
13
|
header img {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
display: block;
|
|
15
|
+
margin: 0 auto 0.625rem;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
header #searchform {
|
|
19
|
+
margin: 0 1.875rem;
|
|
20
|
+
vertical-align: middle;
|
|
21
|
+
position: relative;
|
|
22
|
+
display: inline-block;
|
|
23
|
+
}
|
|
24
|
+
@media (max-width: 48rem) {
|
|
15
25
|
header #searchform {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
26
|
+
width: 11.5625rem;
|
|
27
|
+
display: block;
|
|
28
|
+
margin: 0 auto 0.625rem;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
header #searchform input[type="text"] {
|
|
32
|
+
padding-right: 1.75rem;
|
|
33
|
+
}
|
|
34
|
+
@media (max-width: 64rem) {
|
|
35
|
+
header #searchform input[type="text"] {
|
|
36
|
+
width: 6.25rem;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
@media (max-width: 48rem) {
|
|
40
|
+
header #searchform input[type="text"] {
|
|
41
|
+
width: 100%;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
header #searchform input[type="submit"] {
|
|
45
|
+
display: block;
|
|
46
|
+
width: 1.125rem;
|
|
47
|
+
height: 0.9375rem;
|
|
48
|
+
position: absolute;
|
|
49
|
+
top: 0.4375rem;
|
|
50
|
+
right: 0.3125rem;
|
|
51
|
+
background: url("kaui/search.png") no-repeat top left;
|
|
52
|
+
border: 0;
|
|
53
|
+
text-indent: 999999px;
|
|
54
|
+
overflow: hidden;
|
|
55
|
+
outline: 0;
|
|
56
|
+
padding: 0;
|
|
57
|
+
}
|
|
58
|
+
header a {
|
|
59
|
+
font-size: 0.75rem;
|
|
60
|
+
text-transform: uppercase;
|
|
61
|
+
}
|
|
62
|
+
@media (max-width: 48rem) {
|
|
46
63
|
header a {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
64
|
+
text-align: center;
|
|
65
|
+
display: block;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
@media (max-width: 48rem) {
|
|
69
|
+
header nav {
|
|
70
|
+
text-align: center;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
header nav ul {
|
|
74
|
+
padding: 0.375rem 0;
|
|
75
|
+
margin: 0;
|
|
76
|
+
}
|
|
77
|
+
@media (max-width: 64rem) {
|
|
56
78
|
header nav ul {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
79
|
+
text-align: center;
|
|
80
|
+
}
|
|
81
|
+
header nav ul.account-menu {
|
|
82
|
+
margin: -0.625rem 0;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
header nav ul li {
|
|
86
|
+
list-style: none;
|
|
87
|
+
display: inline-block;
|
|
88
|
+
vertical-align: middle;
|
|
89
|
+
}
|
|
90
|
+
header nav ul li a {
|
|
91
|
+
color: #777777;
|
|
92
|
+
padding: 0 0.625rem;
|
|
93
|
+
border-right: 0.0625rem solid #ccc;
|
|
94
|
+
}
|
|
95
|
+
header nav ul li a:hover {
|
|
96
|
+
color: #000;
|
|
97
|
+
}
|
|
98
|
+
header nav ul li:last-of-type a {
|
|
99
|
+
border: 0;
|
|
100
|
+
}
|
|
76
101
|
|
|
77
102
|
.title-nav-area {
|
|
78
103
|
background: #c7e4e7;
|
|
79
|
-
margin: 0 0
|
|
104
|
+
margin: 0 0 1.875rem;
|
|
80
105
|
font-size: 0;
|
|
81
|
-
margin-top: -
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
width: 45%; }
|
|
103
|
-
.title-nav-area a:nth-of-type(3), .title-nav-area a:nth-of-type(5), .title-nav-area p:nth-of-type(3), .title-nav-area p:nth-of-type(5) {
|
|
104
|
-
border-right: 1px solid #fff; } }
|
|
105
|
-
@media (max-width: 450px) {
|
|
106
|
-
.title-nav-area a, .title-nav-area p {
|
|
107
|
-
width: 50%;
|
|
108
|
-
border: 0; }
|
|
109
|
-
.title-nav-area a:nth-of-type(2), .title-nav-area a:nth-of-type(4), .title-nav-area a:nth-of-type(5), .title-nav-area p:nth-of-type(2), .title-nav-area p:nth-of-type(4), .title-nav-area p:nth-of-type(5) {
|
|
110
|
-
border-right: 1px solid #fff; }
|
|
111
|
-
.title-nav-area a:nth-of-type(3), .title-nav-area p:nth-of-type(3) {
|
|
112
|
-
border-right: 0; }
|
|
113
|
-
.title-nav-area a:nth-of-type(4), .title-nav-area p:nth-of-type(4) {
|
|
114
|
-
width: 50%; }
|
|
115
|
-
.title-nav-area a:nth-of-type(5), .title-nav-area p:nth-of-type(5) {
|
|
116
|
-
width: 100%; } }
|
|
117
|
-
.title-nav-area a {
|
|
118
|
-
color: #666666;
|
|
119
|
-
text-transform: uppercase;
|
|
120
|
-
border-left: 1px solid #fff; }
|
|
121
|
-
.title-nav-area a:hover, .title-nav-area a.current {
|
|
122
|
-
color: #fff;
|
|
123
|
-
background: #00919d; }
|
|
124
|
-
.title-nav-area a:last-of-type {
|
|
125
|
-
border-right: 1px solid #fff; }
|
|
106
|
+
margin-top: -2.5rem;
|
|
107
|
+
}
|
|
108
|
+
@media (max-width: 48rem) {
|
|
109
|
+
.title-nav-area .container {
|
|
110
|
+
text-align: center;
|
|
111
|
+
width: 100%;
|
|
112
|
+
padding: 0 0.9375rem;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
.title-nav-area a,
|
|
116
|
+
.title-nav-area p {
|
|
117
|
+
display: inline-block;
|
|
118
|
+
padding: 0.75rem 2.5rem;
|
|
119
|
+
font-size: 0.75rem;
|
|
120
|
+
margin: 0;
|
|
121
|
+
line-height: 0.75rem;
|
|
122
|
+
background: transparent;
|
|
123
|
+
vertical-align: top;
|
|
124
|
+
}
|
|
125
|
+
@media (max-width: 48rem) {
|
|
126
|
+
.title-nav-area a,
|
|
126
127
|
.title-nav-area p {
|
|
127
|
-
|
|
128
|
+
width: 30%;
|
|
129
|
+
padding: 0.75rem 0;
|
|
130
|
+
text-align: center;
|
|
131
|
+
border-bottom: 0.0625rem solid #fff;
|
|
132
|
+
}
|
|
133
|
+
.title-nav-area a:nth-of-type(4),
|
|
134
|
+
.title-nav-area a:nth-of-type(5),
|
|
135
|
+
.title-nav-area p:nth-of-type(4),
|
|
136
|
+
.title-nav-area p:nth-of-type(5) {
|
|
137
|
+
width: 45%;
|
|
138
|
+
}
|
|
139
|
+
.title-nav-area a:nth-of-type(3),
|
|
140
|
+
.title-nav-area a:nth-of-type(5),
|
|
141
|
+
.title-nav-area p:nth-of-type(3),
|
|
142
|
+
.title-nav-area p:nth-of-type(5) {
|
|
143
|
+
border-right: 0.0625rem solid #fff;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
@media (max-width: 28.125rem) {
|
|
147
|
+
.title-nav-area a,
|
|
148
|
+
.title-nav-area p {
|
|
149
|
+
width: 50%;
|
|
150
|
+
border: 0;
|
|
151
|
+
}
|
|
152
|
+
.title-nav-area a:nth-of-type(2),
|
|
153
|
+
.title-nav-area a:nth-of-type(4),
|
|
154
|
+
.title-nav-area a:nth-of-type(5),
|
|
155
|
+
.title-nav-area p:nth-of-type(2),
|
|
156
|
+
.title-nav-area p:nth-of-type(4),
|
|
157
|
+
.title-nav-area p:nth-of-type(5) {
|
|
158
|
+
border-right: 0.0625rem solid #fff;
|
|
159
|
+
}
|
|
160
|
+
.title-nav-area a:nth-of-type(3),
|
|
161
|
+
.title-nav-area p:nth-of-type(3) {
|
|
162
|
+
border-right: 0;
|
|
163
|
+
}
|
|
164
|
+
.title-nav-area a:nth-of-type(4),
|
|
165
|
+
.title-nav-area p:nth-of-type(4) {
|
|
166
|
+
width: 50%;
|
|
167
|
+
}
|
|
168
|
+
.title-nav-area a:nth-of-type(5),
|
|
169
|
+
.title-nav-area p:nth-of-type(5) {
|
|
170
|
+
width: 100%;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
.title-nav-area a {
|
|
174
|
+
color: #666666;
|
|
175
|
+
text-transform: uppercase;
|
|
176
|
+
border-left: 0.0625rem solid #fff;
|
|
177
|
+
}
|
|
178
|
+
.title-nav-area a:hover,
|
|
179
|
+
.title-nav-area a.current {
|
|
180
|
+
color: #fff;
|
|
181
|
+
background: #00919d;
|
|
182
|
+
}
|
|
183
|
+
.title-nav-area a:last-of-type {
|
|
184
|
+
border-right: 0.0625rem solid #fff;
|
|
185
|
+
}
|
|
186
|
+
.title-nav-area p {
|
|
187
|
+
font-weight: normal;
|
|
188
|
+
}
|
|
128
189
|
|
|
129
|
-
|
|
190
|
+
/* Updated */
|
|
191
|
+
.search-container {
|
|
192
|
+
max-width: 40.625rem;
|
|
193
|
+
width: 100%;
|
|
194
|
+
}
|
|
195
|
+
.search-box {
|
|
196
|
+
position: relative;
|
|
197
|
+
display: inline-block;
|
|
198
|
+
width: 100%;
|
|
199
|
+
border-radius: 0.5rem;
|
|
200
|
+
}
|
|
201
|
+
.search-box input.form-control::-webkit-input-placeholder {
|
|
202
|
+
color: #717680;
|
|
203
|
+
font-weight: 400;
|
|
204
|
+
font-size: 1rem;
|
|
205
|
+
font-style: normal !important;
|
|
206
|
+
opacity: 1; /* required for Firefox */
|
|
207
|
+
}
|
|
208
|
+
.dropdown-menu {
|
|
209
|
+
padding: 0.75rem 0;
|
|
210
|
+
box-shadow: 0 0.375rem 1.5rem rgba(0, 0, 0, 0.08);
|
|
211
|
+
border-radius: 2rem;
|
|
212
|
+
}
|
|
213
|
+
ul.header-menu {
|
|
214
|
+
}
|
|
215
|
+
ul.header-menu li a {
|
|
216
|
+
height: 2.25rem;
|
|
217
|
+
padding: 0 1rem;
|
|
218
|
+
}
|
|
219
|
+
ul.header-menu li span {
|
|
220
|
+
text-transform: none;
|
|
221
|
+
}
|
|
222
|
+
.autocomplete-box {
|
|
223
|
+
z-index: 1050;
|
|
224
|
+
max-height: 26.25rem;
|
|
225
|
+
overflow-y: auto;
|
|
226
|
+
}
|
|
227
|
+
.header-tag {
|
|
228
|
+
border: 0.0625rem solid #ccc;
|
|
229
|
+
}
|
|
230
|
+
.header-tag a {
|
|
231
|
+
text-transform: none;
|
|
232
|
+
font-size: 1rem;
|
|
233
|
+
}
|
|
234
|
+
.header-tag:hover {
|
|
235
|
+
background-color: #fff !important;
|
|
236
|
+
}
|
|
@@ -2,71 +2,98 @@
|
|
|
2
2
|
* Home Page
|
|
3
3
|
*/
|
|
4
4
|
.home {
|
|
5
|
-
text-align: center;
|
|
5
|
+
text-align: center;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.home #home_searchform {
|
|
9
|
+
padding-top: 9.375rem;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@media (max-width: 48rem) {
|
|
6
13
|
.home #home_searchform {
|
|
7
|
-
padding-top:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
.
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
14
|
+
padding-top: 3.125rem;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.home #home_searchform #search {
|
|
19
|
+
line-height: 3rem;
|
|
20
|
+
padding: 0 1.5625rem;
|
|
21
|
+
font-size: 1.125rem;
|
|
22
|
+
width: 20.625rem;
|
|
23
|
+
height: 3.125rem;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@media (max-width: 48rem) {
|
|
27
|
+
.home #home_searchform #search {
|
|
28
|
+
line-height: 2.0625rem;
|
|
29
|
+
padding: 0 0.625rem;
|
|
30
|
+
font-size: 1rem;
|
|
31
|
+
width: 13.75rem;
|
|
32
|
+
height: 2.1875rem;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.home #home_searchform input[type="submit"] {
|
|
37
|
+
background: #00919d url("kaui/search_white.png") no-repeat center center;
|
|
38
|
+
height: 3.125rem;
|
|
39
|
+
padding: 0 1.25rem;
|
|
40
|
+
text-indent: 6249.99375rem;
|
|
41
|
+
overflow: hidden;
|
|
42
|
+
width: 5.125rem;
|
|
43
|
+
border-radius: 1.5625rem;
|
|
44
|
+
vertical-align: top;
|
|
45
|
+
margin: 0 0 0 0.625rem;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
@media (max-width: 48rem) {
|
|
49
|
+
.home #home_searchform input[type="submit"] {
|
|
50
|
+
height: 2.1875rem;
|
|
51
|
+
width: 2.625rem;
|
|
52
|
+
border-radius: 0.9375rem;
|
|
53
|
+
background-size: 1.25rem;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.home .legend {
|
|
58
|
+
margin-top: 2.5rem;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.home .duck_help {
|
|
62
|
+
width: 22rem;
|
|
63
|
+
height: 16.25rem;
|
|
64
|
+
padding: 2.1875rem 7.5rem 6.25rem 1.875rem;
|
|
65
|
+
font-size: 1.125rem;
|
|
66
|
+
color: #666;
|
|
67
|
+
display: block;
|
|
68
|
+
position: fixed;
|
|
69
|
+
bottom: 0;
|
|
70
|
+
right: 20%;
|
|
71
|
+
background: url("kaui/duck.png") no-repeat center center;
|
|
72
|
+
text-align: center;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@media (max-width: 48rem) {
|
|
76
|
+
.home .duck_help {
|
|
77
|
+
position: relative;
|
|
78
|
+
right: initial;
|
|
79
|
+
bottom: initial;
|
|
80
|
+
width: 18.75rem;
|
|
81
|
+
background-size: 18.75rem auto;
|
|
82
|
+
font-size: 1rem;
|
|
83
|
+
padding: 1.25rem 7.5rem 6.875rem 2.5rem;
|
|
84
|
+
top: 3.125rem;
|
|
85
|
+
height: 13.75rem;
|
|
86
|
+
display: inline-block;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
@media (min-height: 37.5rem) {
|
|
42
91
|
.home .duck_help {
|
|
43
|
-
width: 352px;
|
|
44
|
-
height: 260px;
|
|
45
|
-
padding: 35px 120px 100px 30px;
|
|
46
|
-
font-size: 18px;
|
|
47
|
-
color: #666;
|
|
48
|
-
display: block;
|
|
49
92
|
position: fixed;
|
|
93
|
+
top: auto;
|
|
50
94
|
bottom: 0;
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
@media (max-width: 768px) {
|
|
55
|
-
.home .duck_help {
|
|
56
|
-
position: relative;
|
|
57
|
-
right: initial;
|
|
58
|
-
bottom: initial;
|
|
59
|
-
width: 300px;
|
|
60
|
-
background-size: 300px auto;
|
|
61
|
-
font-size: 16px;
|
|
62
|
-
padding: 20px 120px 110px 40px;
|
|
63
|
-
top: 50px;
|
|
64
|
-
height: 220px;
|
|
65
|
-
display: inline-block; } }
|
|
66
|
-
@media (min-height: 600px) {
|
|
67
|
-
.home .duck_help {
|
|
68
|
-
position: fixed;
|
|
69
|
-
top: auto;
|
|
70
|
-
bottom: 0; } }
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
71
98
|
|
|
72
99
|
/*# sourceMappingURL=home.css.map */
|