kaui 3.0.1 → 3.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/app/assets/config/kaui_manifest.js +2 -44
- data/app/assets/images/kaui/logo.svg +37 -0
- data/app/assets/javascripts/application.js +12 -0
- data/app/assets/javascripts/kaui/kaui.js +7 -452
- data/app/assets/javascripts/kaui/kaui_override.js +441 -0
- data/app/assets/stylesheets/application.css +23 -0
- data/app/assets/stylesheets/kaui/account.css +34 -0
- data/app/assets/stylesheets/kaui/audit.css +19 -0
- data/app/assets/stylesheets/kaui/common.css +550 -0
- data/app/assets/stylesheets/kaui/datatable.css +71 -0
- data/app/assets/stylesheets/kaui/header.css +129 -0
- data/app/assets/stylesheets/kaui/home.css +72 -0
- data/app/assets/stylesheets/kaui/invoice.css +37 -0
- data/app/assets/stylesheets/kaui/kaui.css +152 -0
- data/app/assets/stylesheets/kaui/overdue.css +7 -0
- data/app/assets/stylesheets/kaui/payment.css +28 -0
- data/app/assets/stylesheets/kaui/subscription.css +15 -0
- data/app/assets/stylesheets/kaui/tags.css +137 -0
- data/app/assets/stylesheets/kaui/timeline.css +5 -0
- data/app/assets/stylesheets/kaui/tooltip.css +16 -0
- data/app/controllers/kaui/account_tags_controller.rb +1 -1
- data/app/controllers/kaui/accounts_controller.rb +5 -6
- data/app/controllers/kaui/admin_allowed_users_controller.rb +1 -1
- data/app/controllers/kaui/admin_tenants_controller.rb +22 -9
- data/app/controllers/kaui/audit_logs_controller.rb +3 -3
- data/app/controllers/kaui/bundle_tags_controller.rb +1 -1
- data/app/controllers/kaui/charges_controller.rb +1 -1
- data/app/controllers/kaui/credits_controller.rb +1 -1
- data/app/controllers/kaui/custom_fields_controller.rb +3 -3
- data/app/controllers/kaui/engine_controller_util.rb +1 -1
- data/app/controllers/kaui/home_controller.rb +25 -16
- data/app/controllers/kaui/invoice_items_controller.rb +1 -1
- data/app/controllers/kaui/invoice_tags_controller.rb +1 -1
- data/app/controllers/kaui/invoices_controller.rb +10 -5
- data/app/controllers/kaui/payment_methods_controller.rb +4 -4
- data/app/controllers/kaui/payments_controller.rb +1 -1
- data/app/controllers/kaui/refunds_controller.rb +3 -2
- data/app/controllers/kaui/subscriptions_controller.rb +17 -16
- data/app/controllers/kaui/transactions_controller.rb +3 -3
- data/app/helpers/kaui/object_helper.rb +16 -1
- data/app/models/kaui/admin_tenant.rb +1 -1
- data/app/models/kaui/catalog.rb +2 -2
- data/app/models/kaui/custom_field.rb +1 -1
- data/app/models/kaui/invoice_payment.rb +1 -1
- data/app/models/kaui/overdue.rb +2 -2
- data/app/models/kaui/payment_method.rb +4 -4
- data/app/models/kaui/tag.rb +2 -2
- data/app/models/kaui/tag_definition.rb +1 -1
- data/app/views/kaui/accounts/_billing_info.html.erb +2 -4
- data/app/views/kaui/accounts/_form.html.erb +3 -3
- data/app/views/kaui/accounts/index.html.erb +0 -1
- data/app/views/kaui/admin_tenants/new_overdue_config.html.erb +5 -5
- data/app/views/kaui/home/_advanced_search_modal.html.erb +22 -1
- data/app/views/kaui/invoices/show.html.erb +2 -1
- data/app/views/kaui/layouts/kaui_header.html.erb +2 -18
- data/app/views/kaui/layouts/kaui_navbar.html.erb +1 -1
- data/app/views/kaui/refunds/_form.html.erb +50 -2
- data/app/views/kaui/subscriptions/_cancel_by_date_modal.html.erb +1 -1
- data/app/views/kaui/subscriptions/_edit_form.html.erb +1 -1
- data/app/views/kaui/subscriptions/_form.html.erb +1 -1
- data/app/views/kaui/subscriptions/edit_bcd.erb +1 -1
- data/app/views/kaui/tag_definitions/_form.html.erb +1 -2
- data/config/routes.rb +1 -0
- data/lib/kaui/engine.rb +1 -4
- data/lib/kaui/version.rb +1 -1
- data/lib/kaui.rb +10 -10
- data/lib/tasks/kaui_tasks.rake +1 -0
- metadata +30 -131
- data/app/assets/images/kaui/logo.png +0 -0
- data/app/assets/javascripts/jquery.spin.js +0 -76
- data/app/assets/javascripts/kaui_application.js +0 -25
- data/app/assets/javascripts/spin.js +0 -76
- data/app/assets/stylesheets/bootstrap_and_overrides.scss +0 -240
- data/app/assets/stylesheets/kaui/account.scss +0 -52
- data/app/assets/stylesheets/kaui/audit.scss +0 -42
- data/app/assets/stylesheets/kaui/common.scss +0 -765
- data/app/assets/stylesheets/kaui/datatable.scss +0 -115
- data/app/assets/stylesheets/kaui/header.scss +0 -197
- data/app/assets/stylesheets/kaui/home.scss +0 -89
- data/app/assets/stylesheets/kaui/invoice.scss +0 -58
- data/app/assets/stylesheets/kaui/kaui.scss +0 -265
- data/app/assets/stylesheets/kaui/kaui_bootstrap.scss +0 -3
- data/app/assets/stylesheets/kaui/overdue.scss +0 -11
- data/app/assets/stylesheets/kaui/payment.scss +0 -43
- data/app/assets/stylesheets/kaui/subscription.scss +0 -27
- data/app/assets/stylesheets/kaui/tags.scss +0 -208
- data/app/assets/stylesheets/kaui/timeline.scss +0 -7
- data/app/assets/stylesheets/kaui/tooltip.scss +0 -15
- data/app/assets/stylesheets/kaui_application.css +0 -12
@@ -0,0 +1,550 @@
|
|
1
|
+
/*
|
2
|
+
* Basic & Common
|
3
|
+
*/
|
4
|
+
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,300);
|
5
|
+
body {
|
6
|
+
background: #f9f9f9;
|
7
|
+
animation: all 0.5s;
|
8
|
+
font-family: "Lato", sans-serif;
|
9
|
+
color: #777777;
|
10
|
+
padding-bottom: 50px; }
|
11
|
+
|
12
|
+
h1, h2, h3 {
|
13
|
+
margin: 0 0 20px;
|
14
|
+
font-family: "Lato", sans-serif; }
|
15
|
+
|
16
|
+
h1 {
|
17
|
+
font-size: 18px;
|
18
|
+
color: #e44c3a;
|
19
|
+
text-transform: capitalize;
|
20
|
+
line-height: 1.333;
|
21
|
+
padding: 0 30px 10px;
|
22
|
+
border-bottom: 1px solid #ccc;
|
23
|
+
font-weight: 700; }
|
24
|
+
|
25
|
+
h2 {
|
26
|
+
font-size: 20px;
|
27
|
+
color: #313131;
|
28
|
+
line-height: 1.5;
|
29
|
+
text-align: center; }
|
30
|
+
|
31
|
+
h3 {
|
32
|
+
font-size: 16px;
|
33
|
+
color: #313131;
|
34
|
+
line-height: 1.5;
|
35
|
+
text-align: center; }
|
36
|
+
|
37
|
+
p {
|
38
|
+
font-size: 14px;
|
39
|
+
color: #999;
|
40
|
+
line-height: 20px;
|
41
|
+
text-align: left;
|
42
|
+
margin: 0 0 20px;
|
43
|
+
font-weight: 700; }
|
44
|
+
p span {
|
45
|
+
font-size: 14px;
|
46
|
+
margin: 0 10px; }
|
47
|
+
p.title-align {
|
48
|
+
padding-left: 30px; }
|
49
|
+
|
50
|
+
a {
|
51
|
+
color: #00919d;
|
52
|
+
transition: all 0.3s; }
|
53
|
+
a:hover {
|
54
|
+
text-decoration: none;
|
55
|
+
color: #00626a; }
|
56
|
+
a .fa-times {
|
57
|
+
color: #e44c3a; }
|
58
|
+
a .fa-times:hover {
|
59
|
+
color: #cf2f1c; }
|
60
|
+
|
61
|
+
span.success, span.fail {
|
62
|
+
display: inline-block;
|
63
|
+
font-size: 14px;
|
64
|
+
color: #fff;
|
65
|
+
font-weight: 400;
|
66
|
+
padding: 0px 10px;
|
67
|
+
background-color: #df4232; }
|
68
|
+
span.success {
|
69
|
+
background-color: #5eca8f; }
|
70
|
+
span.label {
|
71
|
+
font-size: 14px;
|
72
|
+
line-height: 20px;
|
73
|
+
padding: 0 5px;
|
74
|
+
display: inline-block;
|
75
|
+
font-weight: normal;
|
76
|
+
color: #777777; }
|
77
|
+
span.label.label-default, span.label.label-success, span.label.label-warning, span.label.label-danger {
|
78
|
+
color: #fff; }
|
79
|
+
|
80
|
+
input, textarea, select {
|
81
|
+
border: 1px solid #cccccc;
|
82
|
+
border-radius: 0;
|
83
|
+
background: #fff;
|
84
|
+
line-height: 28px;
|
85
|
+
height: 30px;
|
86
|
+
font-size: 14px;
|
87
|
+
padding: 0 5px;
|
88
|
+
outline-color: #7dc7cd; }
|
89
|
+
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
|
90
|
+
color: #aaaaaa;
|
91
|
+
font-weight: strong;
|
92
|
+
font-style: italic; }
|
93
|
+
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
|
94
|
+
/* Firefox 18- */
|
95
|
+
color: #aaaaaa;
|
96
|
+
font-weight: strong;
|
97
|
+
font-style: italic; }
|
98
|
+
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
|
99
|
+
/* Firefox 19+ */
|
100
|
+
color: #aaaaaa;
|
101
|
+
font-weight: strong;
|
102
|
+
font-style: italic; }
|
103
|
+
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
|
104
|
+
color: #aaaaaa;
|
105
|
+
font-weight: strong;
|
106
|
+
font-style: italic; }
|
107
|
+
|
108
|
+
input[type=radio], input[type=checkbox] {
|
109
|
+
height: 15px;
|
110
|
+
line-height: 30px; }
|
111
|
+
|
112
|
+
textarea {
|
113
|
+
line-height: 16px; }
|
114
|
+
|
115
|
+
button, input[type="submit"] {
|
116
|
+
background: #00919d;
|
117
|
+
color: #fff;
|
118
|
+
text-transform: uppercase;
|
119
|
+
font-size: 12px;
|
120
|
+
padding: 10px 30px;
|
121
|
+
border-radius: 14px;
|
122
|
+
line-height: 12px;
|
123
|
+
border: 0;
|
124
|
+
transition: all 0.5s; }
|
125
|
+
button:hover, input[type="submit"]:hover {
|
126
|
+
background: #00626a;
|
127
|
+
color: #fff; }
|
128
|
+
|
129
|
+
label {
|
130
|
+
cursor: pointer;
|
131
|
+
font-size: 100%;
|
132
|
+
color: #585858;
|
133
|
+
text-transform: none;
|
134
|
+
font-weight: normal; }
|
135
|
+
|
136
|
+
hr {
|
137
|
+
border-color: #ccc; }
|
138
|
+
|
139
|
+
table {
|
140
|
+
width: 100%;
|
141
|
+
font-size: 14px;
|
142
|
+
font-weight: 300;
|
143
|
+
border: 1px solid #f3f3f3;
|
144
|
+
padding: 0 60px; }
|
145
|
+
@media (max-width: 768px) {
|
146
|
+
table {
|
147
|
+
padding: 0 5px; } }
|
148
|
+
table th {
|
149
|
+
background: #f3f3f3;
|
150
|
+
color: #989898;
|
151
|
+
font-size: 14px;
|
152
|
+
font-weight: 700;
|
153
|
+
text-transform: uppercase;
|
154
|
+
padding: 10px 20px; }
|
155
|
+
@media (max-width: 768px) {
|
156
|
+
table th {
|
157
|
+
padding: 5px;
|
158
|
+
word-break: break-word; } }
|
159
|
+
table tr {
|
160
|
+
border-bottom: 1px solid #f3f3f3; }
|
161
|
+
table tr:last-of-type {
|
162
|
+
border: 0; }
|
163
|
+
table td {
|
164
|
+
padding: 20px; }
|
165
|
+
@media (max-width: 768px) {
|
166
|
+
table td {
|
167
|
+
padding: 5px;
|
168
|
+
word-break: break-word; } }
|
169
|
+
table.mobile-data > span {
|
170
|
+
display: none; }
|
171
|
+
@media (max-width: 768px) {
|
172
|
+
table.mobile-data {
|
173
|
+
padding: 0;
|
174
|
+
display: block;
|
175
|
+
line-height: 0;
|
176
|
+
position: relative;
|
177
|
+
font-size: 0;
|
178
|
+
margin-bottom: 20px; }
|
179
|
+
table.mobile-data > span {
|
180
|
+
display: block;
|
181
|
+
font-size: 40px;
|
182
|
+
position: absolute;
|
183
|
+
right: 0;
|
184
|
+
bottom: -40px;
|
185
|
+
cursor: pointer;
|
186
|
+
color: #ccc;
|
187
|
+
z-index: 10; }
|
188
|
+
table.mobile-data > span.left {
|
189
|
+
right: auto;
|
190
|
+
left: 0; }
|
191
|
+
table.mobile-data > span.center {
|
192
|
+
font-size: 20px;
|
193
|
+
text-align: center;
|
194
|
+
width: 100%;
|
195
|
+
bottom: -20px;
|
196
|
+
z-index: 5; }
|
197
|
+
table.mobile-data tbody {
|
198
|
+
display: inline-block;
|
199
|
+
font-size: 0;
|
200
|
+
width: 50%; }
|
201
|
+
table.mobile-data thead {
|
202
|
+
display: inline-block;
|
203
|
+
width: 50%; }
|
204
|
+
table.mobile-data tr {
|
205
|
+
display: none;
|
206
|
+
line-height: initial;
|
207
|
+
width: 100%; }
|
208
|
+
table.mobile-data tr:first-of-type {
|
209
|
+
display: inline-block; }
|
210
|
+
table.mobile-data tr:first-of-type th, table.mobile-data tr:first-of-type td {
|
211
|
+
width: 100% !important;
|
212
|
+
box-sizing: border-box; }
|
213
|
+
table.mobile-data td, table.mobile-data th {
|
214
|
+
padding: 5px;
|
215
|
+
display: block;
|
216
|
+
width: 100%;
|
217
|
+
word-break: break-word; } }
|
218
|
+
table.transparent {
|
219
|
+
border: 0;
|
220
|
+
background-color: transparent; }
|
221
|
+
table.transparent th, table.transparent td, table.transparent tr {
|
222
|
+
border: 0;
|
223
|
+
background-color: transparent; }
|
224
|
+
table.transparent th {
|
225
|
+
font-weight: 700;
|
226
|
+
text-transform: none;
|
227
|
+
color: #585858; }
|
228
|
+
table.transparent th, table.transparent td {
|
229
|
+
padding: 5px; }
|
230
|
+
@media (max-width: 768px) {
|
231
|
+
table.transparent th, table.transparent td {
|
232
|
+
padding: 2px;
|
233
|
+
font-size: 10px; } }
|
234
|
+
table.transparent td {
|
235
|
+
font-weight: normal;
|
236
|
+
color: #777777; }
|
237
|
+
|
238
|
+
table.transparent {
|
239
|
+
margin-bottom: 30px; }
|
240
|
+
@media (max-width: 768px) {
|
241
|
+
table.transparent th {
|
242
|
+
width: 40%;
|
243
|
+
word-break: break-all; }
|
244
|
+
table.transparent td {
|
245
|
+
width: 60%;
|
246
|
+
word-break: break-all; } }
|
247
|
+
|
248
|
+
table.subtitle {
|
249
|
+
margin-bottom: 10px; }
|
250
|
+
table.subtitle th, table.subtitle td {
|
251
|
+
padding-left: 0 !important; }
|
252
|
+
|
253
|
+
.container {
|
254
|
+
max-width: 1200px;
|
255
|
+
width: 100%;
|
256
|
+
margin: 0 auto; }
|
257
|
+
|
258
|
+
.text-uppercase {
|
259
|
+
text-transform: uppercase; }
|
260
|
+
|
261
|
+
.text-capitalize {
|
262
|
+
text-transform: capitalize; }
|
263
|
+
|
264
|
+
.column-block {
|
265
|
+
padding: 30px 15px;
|
266
|
+
border-radius: 20px;
|
267
|
+
border: 1px solid #ccc;
|
268
|
+
background: #fff;
|
269
|
+
width: 100%;
|
270
|
+
margin-bottom: 50px; }
|
271
|
+
.column-block.square {
|
272
|
+
border-radius: 0;
|
273
|
+
box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.11);
|
274
|
+
border: 0; }
|
275
|
+
|
276
|
+
.info-wrapper {
|
277
|
+
border: 1px solid #ccc; }
|
278
|
+
|
279
|
+
.fix-position {
|
280
|
+
padding-left: 20px; }
|
281
|
+
@media (max-width: 768px) {
|
282
|
+
.fix-position {
|
283
|
+
padding-left: 15px; } }
|
284
|
+
|
285
|
+
@media (max-width: 768px) {
|
286
|
+
> .row > .col-md-5 {
|
287
|
+
padding: 0 15px 0 25px; } }
|
288
|
+
|
289
|
+
.toggler {
|
290
|
+
border-bottom: 1px solid #ddd;
|
291
|
+
padding: 0 25px;
|
292
|
+
font-size: 14px;
|
293
|
+
line-height: 50px;
|
294
|
+
max-height: 50px;
|
295
|
+
overflow: hidden;
|
296
|
+
transition: all 0.5s; }
|
297
|
+
@media (max-width: 768px) {
|
298
|
+
.toggler {
|
299
|
+
padding: 0 10px; } }
|
300
|
+
.toggler:last-of-type {
|
301
|
+
border: 0; }
|
302
|
+
.toggler:hover {
|
303
|
+
background-color: #f9f9f9; }
|
304
|
+
.toggler.toggled {
|
305
|
+
background-color: #f9f9f9;
|
306
|
+
max-height: 1500px; }
|
307
|
+
.toggler.toggled .first-line {
|
308
|
+
font-weight: 900; }
|
309
|
+
.toggler.toggled .first-line > .fa-caret-down {
|
310
|
+
display: none; }
|
311
|
+
.toggler.toggled .first-line > .fa-caret-up {
|
312
|
+
display: inline-block; }
|
313
|
+
.toggler .fa-star {
|
314
|
+
color: #00919d; }
|
315
|
+
.toggler .first-line {
|
316
|
+
cursor: pointer; }
|
317
|
+
@media (max-width: 768px) {
|
318
|
+
.toggler .first-line {
|
319
|
+
font-size: 12px; } }
|
320
|
+
.toggler .first-line > .fa-caret-down {
|
321
|
+
float: right;
|
322
|
+
margin-left: 30px;
|
323
|
+
display: inline-block;
|
324
|
+
line-height: 50px;
|
325
|
+
color: #999; }
|
326
|
+
.toggler .first-line > .fa-caret-up {
|
327
|
+
float: right;
|
328
|
+
margin-left: 30px;
|
329
|
+
display: none;
|
330
|
+
line-height: 50px;
|
331
|
+
color: #999; }
|
332
|
+
.toggler .first-line a {
|
333
|
+
float: right;
|
334
|
+
margin-left: 30px; }
|
335
|
+
.toggler .first-line a.default-payment-method, .toggler .first-line a.non-default-payment-method {
|
336
|
+
float: left;
|
337
|
+
margin-left: 0;
|
338
|
+
margin-right: 10px; }
|
339
|
+
.toggler .expires {
|
340
|
+
float: right; }
|
341
|
+
@media (max-width: 768px) {
|
342
|
+
.toggler .expires {
|
343
|
+
display: none; } }
|
344
|
+
.toggler .toggle .actions {
|
345
|
+
margin: 0 -25px;
|
346
|
+
padding: 0 25px;
|
347
|
+
text-align: center;
|
348
|
+
border-bottom: 1px solid #ccc;
|
349
|
+
margin-bottom: 30px; }
|
350
|
+
@media (max-width: 768px) {
|
351
|
+
.toggler .toggle .actions {
|
352
|
+
margin: 0 -10px;
|
353
|
+
padding: 0 10px; } }
|
354
|
+
.toggler .toggle .actions a {
|
355
|
+
margin: 0 5px;
|
356
|
+
text-transform: uppercase;
|
357
|
+
font-size: 12px; }
|
358
|
+
.toggler .toggle .actions a i {
|
359
|
+
margin: 0 5px 0 0; }
|
360
|
+
@media (max-width: 768px) {
|
361
|
+
.toggler .toggle .actions a {
|
362
|
+
width: 32%;
|
363
|
+
display: inline-block;
|
364
|
+
text-align: center;
|
365
|
+
margin: 0;
|
366
|
+
font-size: 10px; } }
|
367
|
+
.toggler .toggle table {
|
368
|
+
line-height: initial;
|
369
|
+
margin: 0 0 30px; }
|
370
|
+
|
371
|
+
.filter-select {
|
372
|
+
margin: 10px 20px 30px 0; }
|
373
|
+
|
374
|
+
hr.breathe {
|
375
|
+
margin-top: 45px;
|
376
|
+
margin-bottom: 45px; }
|
377
|
+
|
378
|
+
form[id^="new_tag_definition"] div:first-of-type {
|
379
|
+
margin-bottom: 0; }
|
380
|
+
form[id^="new_tag_definition"] #object_types div {
|
381
|
+
margin-bottom: 15px; }
|
382
|
+
form[id^="new_tag_definition"] #object_types div .tag-definition-add-link {
|
383
|
+
padding-right: 0; }
|
384
|
+
form[id^="new_tag_definition"] #object_types div .tag-definition-select {
|
385
|
+
display: inline-block;
|
386
|
+
width: calc(unquote("100% - 25px")); }
|
387
|
+
|
388
|
+
/* The switch - the box around the slider */
|
389
|
+
.switch-half-container {
|
390
|
+
padding-top: 9px !important; }
|
391
|
+
|
392
|
+
.switch-half {
|
393
|
+
position: relative;
|
394
|
+
display: inline-block;
|
395
|
+
margin-bottom: 0;
|
396
|
+
width: 20px;
|
397
|
+
height: 12px;
|
398
|
+
/* Hide default HTML checkbox */
|
399
|
+
/* The slider */ }
|
400
|
+
.switch-half input {
|
401
|
+
display: none; }
|
402
|
+
.switch-half .slider {
|
403
|
+
position: absolute;
|
404
|
+
cursor: pointer;
|
405
|
+
top: 0;
|
406
|
+
left: 0;
|
407
|
+
right: 0;
|
408
|
+
bottom: 0;
|
409
|
+
background-color: #ccc;
|
410
|
+
-webkit-transition: .4s;
|
411
|
+
transition: .4s; }
|
412
|
+
.switch-half .slider:before {
|
413
|
+
position: absolute;
|
414
|
+
content: "";
|
415
|
+
height: 10px;
|
416
|
+
width: 10px;
|
417
|
+
left: 1px;
|
418
|
+
bottom: 1px;
|
419
|
+
background-color: white;
|
420
|
+
-webkit-transition: .4s;
|
421
|
+
transition: .4s; }
|
422
|
+
.switch-half input:checked + .slider {
|
423
|
+
background-color: #00919d; }
|
424
|
+
.switch-half input:focus + .slider {
|
425
|
+
box-shadow: 0 0 1px #2196F3; }
|
426
|
+
.switch-half input:checked + .slider:before {
|
427
|
+
-webkit-transform: translateX(8px);
|
428
|
+
-ms-transform: translateX(8px);
|
429
|
+
transform: translateX(8px); }
|
430
|
+
|
431
|
+
.switch {
|
432
|
+
position: relative;
|
433
|
+
display: inline-block;
|
434
|
+
width: 36px;
|
435
|
+
height: 20px;
|
436
|
+
/* Hide default HTML checkbox */
|
437
|
+
/* The slider */ }
|
438
|
+
.switch input {
|
439
|
+
display: none; }
|
440
|
+
.switch .slider {
|
441
|
+
position: absolute;
|
442
|
+
cursor: pointer;
|
443
|
+
top: 0;
|
444
|
+
left: 0;
|
445
|
+
right: 0;
|
446
|
+
bottom: 0;
|
447
|
+
background-color: #ccc;
|
448
|
+
-webkit-transition: .4s;
|
449
|
+
transition: .4s; }
|
450
|
+
.switch .slider:before {
|
451
|
+
position: absolute;
|
452
|
+
content: "";
|
453
|
+
height: 16px;
|
454
|
+
width: 16px;
|
455
|
+
left: 2px;
|
456
|
+
bottom: 2px;
|
457
|
+
background-color: white;
|
458
|
+
-webkit-transition: .4s;
|
459
|
+
transition: .4s; }
|
460
|
+
.switch input:checked + .slider {
|
461
|
+
background-color: #00919d; }
|
462
|
+
.switch input:focus + .slider {
|
463
|
+
box-shadow: 0 0 1px #2196F3; }
|
464
|
+
.switch input:checked + .slider:before {
|
465
|
+
-webkit-transform: translateX(16px);
|
466
|
+
-ms-transform: translateX(16px);
|
467
|
+
transform: translateX(16px); }
|
468
|
+
|
469
|
+
/* Rounded sliders */
|
470
|
+
.slider.round {
|
471
|
+
border-radius: 26px; }
|
472
|
+
|
473
|
+
.slider.round:before {
|
474
|
+
border-radius: 50%; }
|
475
|
+
|
476
|
+
.ui-helper-hidden-accessible {
|
477
|
+
display: none; }
|
478
|
+
|
479
|
+
.autocomplete-allowed-user, .autocomplete-override {
|
480
|
+
list-style: none;
|
481
|
+
padding-left: 10px; }
|
482
|
+
|
483
|
+
.plugin-suggestion {
|
484
|
+
white-space: nowrap; }
|
485
|
+
|
486
|
+
.toggle-container {
|
487
|
+
padding-right: 0;
|
488
|
+
width: 55px; }
|
489
|
+
|
490
|
+
.toggle-label {
|
491
|
+
text-align: left !important; }
|
492
|
+
|
493
|
+
.spinner {
|
494
|
+
padding-top: 3.5px;
|
495
|
+
width: 40px;
|
496
|
+
color: #00919d;
|
497
|
+
display: none; }
|
498
|
+
|
499
|
+
.footer-notice .modal-footer {
|
500
|
+
text-align: left;
|
501
|
+
padding-bottom: 0; }
|
502
|
+
.footer-notice .modal-footer .alert {
|
503
|
+
margin-bottom: 0; }
|
504
|
+
.footer-notice .modal-footer .alert .label-default {
|
505
|
+
color: white; }
|
506
|
+
|
507
|
+
.copy-icon {
|
508
|
+
cursor: pointer; }
|
509
|
+
|
510
|
+
.switch-tenant-active {
|
511
|
+
color: #00919d; }
|
512
|
+
|
513
|
+
/* Required for https://github.com/killbill/killbill-admin-ui/issues/262 */
|
514
|
+
.ui-autocomplete {
|
515
|
+
position: absolute;
|
516
|
+
z-index: 1000;
|
517
|
+
float: left;
|
518
|
+
display: none;
|
519
|
+
min-width: 160px;
|
520
|
+
padding: 4px 0;
|
521
|
+
margin: 2px 0 0 0;
|
522
|
+
list-style: none;
|
523
|
+
background-color: #ffffff;
|
524
|
+
border-color: rgba(0, 0, 0, 0.2);
|
525
|
+
border-style: solid;
|
526
|
+
border-width: 1px;
|
527
|
+
border-radius: 5px;
|
528
|
+
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
529
|
+
background-clip: padding-box; }
|
530
|
+
.ui-autocomplete .ui-menu-item {
|
531
|
+
display: block;
|
532
|
+
padding: 3px 15px;
|
533
|
+
clear: both;
|
534
|
+
font-weight: normal;
|
535
|
+
line-height: 18px;
|
536
|
+
color: #555555;
|
537
|
+
white-space: nowrap; }
|
538
|
+
.ui-autocomplete .ui-menu-item .ui-state-active, .ui-autocomplete .ui-menu-item .ui-state-hover {
|
539
|
+
color: #ffffff;
|
540
|
+
text-decoration: none;
|
541
|
+
background-color: #0088cc;
|
542
|
+
border-radius: 0px;
|
543
|
+
-webkit-border-radius: 0px;
|
544
|
+
-moz-border-radius: 0px;
|
545
|
+
background-image: none; }
|
546
|
+
|
547
|
+
.ui-helper-hidden-accessible {
|
548
|
+
display: none; }
|
549
|
+
|
550
|
+
/*# sourceMappingURL=common.css.map */
|
@@ -0,0 +1,71 @@
|
|
1
|
+
.search table {
|
2
|
+
font-weight: 400; }
|
3
|
+
.search table th:first-of-type, .search table td:first-of-type {
|
4
|
+
padding-left: 60px; }
|
5
|
+
@media (max-width: 768px) {
|
6
|
+
.search table th:first-of-type, .search table td:first-of-type {
|
7
|
+
padding: 5px; } }
|
8
|
+
.search table.table-small-padding th, .search table.table-small-padding td {
|
9
|
+
white-space: nowrap; }
|
10
|
+
.search table.table-small-padding th:first-of-type, .search table.table-small-padding td:first-of-type {
|
11
|
+
padding-left: 20px; }
|
12
|
+
.search table.table-colored-rows tr.insert {
|
13
|
+
background-color: #dff0d8; }
|
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; }
|
22
|
+
|
23
|
+
table.dataTable {
|
24
|
+
padding: 0; }
|
25
|
+
|
26
|
+
table.dataTable thead th {
|
27
|
+
position: relative; }
|
28
|
+
|
29
|
+
table.dataTable thead th,
|
30
|
+
table.dataTable tbody td {
|
31
|
+
vertical-align: middle; }
|
32
|
+
|
33
|
+
table.dataTable thead th.sorting:after,
|
34
|
+
table.dataTable thead th.sorting_asc:after,
|
35
|
+
table.dataTable thead th.sorting_desc:after {
|
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; } }
|
44
|
+
|
45
|
+
table.dataTable thead th,
|
46
|
+
table.dataTable thead td {
|
47
|
+
font-size: 12px;
|
48
|
+
border-bottom: 0; }
|
49
|
+
|
50
|
+
table.dataTable.no-footer {
|
51
|
+
border-bottom: 1px solid #dddddd; }
|
52
|
+
|
53
|
+
.info-wrapper table.dataTable.no-footer {
|
54
|
+
border-bottom: 0; }
|
55
|
+
|
56
|
+
#invoice-table tbody tr {
|
57
|
+
border-bottom: 1px solid #dddddd; }
|
58
|
+
|
59
|
+
@media (max-width: 768px) {
|
60
|
+
#accounts-table {
|
61
|
+
width: 100% !important; } }
|
62
|
+
|
63
|
+
table.dataTable.table-condensed thead > tr > th {
|
64
|
+
border-right: 1px solid #c9c9c9; }
|
65
|
+
table.dataTable.table-condensed thead > tr > th:last-of-type {
|
66
|
+
border-right: 0; }
|
67
|
+
|
68
|
+
.dataTables_paginate.paging_full_numbers {
|
69
|
+
padding-top: 30px; }
|
70
|
+
|
71
|
+
/*# sourceMappingURL=datatable.css.map */
|