@lazycatcloud/lzc-cli 1.2.59 → 1.2.60

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.
Files changed (58) hide show
  1. package/changelog.md +5 -0
  2. package/lib/app/lpk_build.js +5 -0
  3. package/lib/app/lpk_create_generator.js +0 -152
  4. package/lib/appstore/login.js +13 -1
  5. package/package.json +1 -1
  6. package/template/blank/lzc-build.yml +15 -16
  7. package/template/blank/lzc-manifest.yml +4 -4
  8. package/template/_lpk/golang.manifest.yml.in +0 -16
  9. package/template/_lpk/lite.manifest.yml.in +0 -19
  10. package/template/golang/.godir +0 -1
  11. package/template/golang/README.md +0 -10
  12. package/template/golang/_gitignore +0 -2
  13. package/template/golang/assets/css/bootstrap-responsive.css +0 -1091
  14. package/template/golang/assets/css/bootstrap-responsive.min.css +0 -1073
  15. package/template/golang/assets/css/bootstrap.css +0 -6264
  16. package/template/golang/assets/css/bootstrap.min.css +0 -5307
  17. package/template/golang/assets/css/rego.css +0 -45
  18. package/template/golang/assets/img/glyphicons-halflings-white.png +0 -0
  19. package/template/golang/assets/img/glyphicons-halflings.png +0 -0
  20. package/template/golang/assets/js/bootstrap.js +0 -2054
  21. package/template/golang/assets/js/bootstrap.min.js +0 -1241
  22. package/template/golang/assets/js/rego.js +0 -132
  23. package/template/golang/build.sh +0 -12
  24. package/template/golang/go.mod +0 -3
  25. package/template/golang/index.html +0 -269
  26. package/template/golang/lazycat.png +0 -0
  27. package/template/golang/lzc-build.yml +0 -60
  28. package/template/golang/rego.go +0 -82
  29. package/template/golang/rego_test.go +0 -13
  30. package/template/ionic_vue3/README.md +0 -46
  31. package/template/ionic_vue3/_eslintrc.cjs +0 -24
  32. package/template/ionic_vue3/_gitignore +0 -29
  33. package/template/ionic_vue3/_vscode/extensions.json +0 -6
  34. package/template/ionic_vue3/capacitor.config.ts +0 -10
  35. package/template/ionic_vue3/env.d.ts +0 -1
  36. package/template/ionic_vue3/index.html +0 -13
  37. package/template/ionic_vue3/ionic.config.json +0 -7
  38. package/template/ionic_vue3/lazycat.png +0 -0
  39. package/template/ionic_vue3/lzc-build.yml +0 -61
  40. package/template/ionic_vue3/package-lock.json +0 -8100
  41. package/template/ionic_vue3/package.json +0 -52
  42. package/template/ionic_vue3/postcss.config.js +0 -6
  43. package/template/ionic_vue3/public/favicon.ico +0 -0
  44. package/template/ionic_vue3/src/App.vue +0 -11
  45. package/template/ionic_vue3/src/assets/logo.svg +0 -1
  46. package/template/ionic_vue3/src/index.css +0 -3
  47. package/template/ionic_vue3/src/main.ts +0 -35
  48. package/template/ionic_vue3/src/router/index.ts +0 -15
  49. package/template/ionic_vue3/src/theme/variables.css +0 -231
  50. package/template/ionic_vue3/src/views/Home.vue +0 -38
  51. package/template/ionic_vue3/tailwind.config.js +0 -7
  52. package/template/ionic_vue3/tsconfig.json +0 -16
  53. package/template/ionic_vue3/tsconfig.vite-config.json +0 -8
  54. package/template/ionic_vue3/vite.config.ts +0 -28
  55. package/template/lite/_gitignore +0 -4
  56. package/template/lite/error_pages/502.html.tpl +0 -13
  57. package/template/lite/lazycat.png +0 -0
  58. package/template/lite/lzc-build.yml +0 -59
@@ -1,1073 +0,0 @@
1
- /*!
2
- * Bootstrap Responsive v2.2.1
3
- *
4
- * Copyright 2012 Twitter, Inc
5
- * Licensed under the Apache License v2.0
6
- * http://www.apache.org/licenses/LICENSE-2.0
7
- *
8
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
- */
10
- .clearfix {
11
- *zoom: 1;
12
- }
13
- .clearfix:before,
14
- .clearfix:after {
15
- display: table;
16
- line-height: 0;
17
- content: "";
18
- }
19
- .clearfix:after {
20
- clear: both;
21
- }
22
- .hide-text {
23
- font: 0/0 a;
24
- color: transparent;
25
- text-shadow: none;
26
- background-color: transparent;
27
- border: 0;
28
- }
29
- .input-block-level {
30
- display: block;
31
- width: 100%;
32
- min-height: 30px;
33
- -webkit-box-sizing: border-box;
34
- -moz-box-sizing: border-box;
35
- box-sizing: border-box;
36
- }
37
- .hidden {
38
- display: none;
39
- visibility: hidden;
40
- }
41
- .visible-phone {
42
- display: none !important;
43
- }
44
- .visible-tablet {
45
- display: none !important;
46
- }
47
- .hidden-desktop {
48
- display: none !important;
49
- }
50
- .visible-desktop {
51
- display: inherit !important;
52
- }
53
- @media (min-width: 768px) and (max-width: 979px) {
54
- .hidden-desktop {
55
- display: inherit !important;
56
- }
57
- .visible-desktop {
58
- display: none !important;
59
- }
60
- .visible-tablet {
61
- display: inherit !important;
62
- }
63
- .hidden-tablet {
64
- display: none !important;
65
- }
66
- }
67
- @media (max-width: 767px) {
68
- .hidden-desktop {
69
- display: inherit !important;
70
- }
71
- .visible-desktop {
72
- display: none !important;
73
- }
74
- .visible-phone {
75
- display: inherit !important;
76
- }
77
- .hidden-phone {
78
- display: none !important;
79
- }
80
- }
81
- @media (min-width: 1200px) {
82
- .row {
83
- margin-left: -30px;
84
- *zoom: 1;
85
- }
86
- .row:before,
87
- .row:after {
88
- display: table;
89
- line-height: 0;
90
- content: "";
91
- }
92
- .row:after {
93
- clear: both;
94
- }
95
- [class*="span"] {
96
- float: left;
97
- min-height: 1px;
98
- margin-left: 30px;
99
- }
100
- .container,
101
- .navbar-static-top .container,
102
- .navbar-fixed-top .container,
103
- .navbar-fixed-bottom .container {
104
- width: 1170px;
105
- }
106
- .span12 {
107
- width: 1170px;
108
- }
109
- .span11 {
110
- width: 1070px;
111
- }
112
- .span10 {
113
- width: 970px;
114
- }
115
- .span9 {
116
- width: 870px;
117
- }
118
- .span8 {
119
- width: 770px;
120
- }
121
- .span7 {
122
- width: 670px;
123
- }
124
- .span6 {
125
- width: 570px;
126
- }
127
- .span5 {
128
- width: 470px;
129
- }
130
- .span4 {
131
- width: 370px;
132
- }
133
- .span3 {
134
- width: 270px;
135
- }
136
- .span2 {
137
- width: 170px;
138
- }
139
- .span1 {
140
- width: 70px;
141
- }
142
- .offset12 {
143
- margin-left: 1230px;
144
- }
145
- .offset11 {
146
- margin-left: 1130px;
147
- }
148
- .offset10 {
149
- margin-left: 1030px;
150
- }
151
- .offset9 {
152
- margin-left: 930px;
153
- }
154
- .offset8 {
155
- margin-left: 830px;
156
- }
157
- .offset7 {
158
- margin-left: 730px;
159
- }
160
- .offset6 {
161
- margin-left: 630px;
162
- }
163
- .offset5 {
164
- margin-left: 530px;
165
- }
166
- .offset4 {
167
- margin-left: 430px;
168
- }
169
- .offset3 {
170
- margin-left: 330px;
171
- }
172
- .offset2 {
173
- margin-left: 230px;
174
- }
175
- .offset1 {
176
- margin-left: 130px;
177
- }
178
- .row-fluid {
179
- width: 100%;
180
- *zoom: 1;
181
- }
182
- .row-fluid:before,
183
- .row-fluid:after {
184
- display: table;
185
- line-height: 0;
186
- content: "";
187
- }
188
- .row-fluid:after {
189
- clear: both;
190
- }
191
- .row-fluid [class*="span"] {
192
- display: block;
193
- float: left;
194
- width: 100%;
195
- min-height: 30px;
196
- margin-left: 2.564102564102564%;
197
- *margin-left: 2.5109110747408616%;
198
- -webkit-box-sizing: border-box;
199
- -moz-box-sizing: border-box;
200
- box-sizing: border-box;
201
- }
202
- .row-fluid [class*="span"]:first-child {
203
- margin-left: 0;
204
- }
205
- .row-fluid .controls-row [class*="span"] + [class*="span"] {
206
- margin-left: 2.564102564102564%;
207
- }
208
- .row-fluid .span12 {
209
- width: 100%;
210
- *width: 99.94680851063829%;
211
- }
212
- .row-fluid .span11 {
213
- width: 91.45299145299145%;
214
- *width: 91.39979996362975%;
215
- }
216
- .row-fluid .span10 {
217
- width: 82.90598290598291%;
218
- *width: 82.8527914166212%;
219
- }
220
- .row-fluid .span9 {
221
- width: 74.35897435897436%;
222
- *width: 74.30578286961266%;
223
- }
224
- .row-fluid .span8 {
225
- width: 65.81196581196582%;
226
- *width: 65.75877432260411%;
227
- }
228
- .row-fluid .span7 {
229
- width: 57.26495726495726%;
230
- *width: 57.21176577559556%;
231
- }
232
- .row-fluid .span6 {
233
- width: 48.717948717948715%;
234
- *width: 48.664757228587014%;
235
- }
236
- .row-fluid .span5 {
237
- width: 40.17094017094017%;
238
- *width: 40.11774868157847%;
239
- }
240
- .row-fluid .span4 {
241
- width: 31.623931623931625%;
242
- *width: 31.570740134569924%;
243
- }
244
- .row-fluid .span3 {
245
- width: 23.076923076923077%;
246
- *width: 23.023731587561375%;
247
- }
248
- .row-fluid .span2 {
249
- width: 14.52991452991453%;
250
- *width: 14.476723040552828%;
251
- }
252
- .row-fluid .span1 {
253
- width: 5.982905982905983%;
254
- *width: 5.929714493544281%;
255
- }
256
- .row-fluid .offset12 {
257
- margin-left: 105.12820512820512%;
258
- *margin-left: 105.02182214948171%;
259
- }
260
- .row-fluid .offset12:first-child {
261
- margin-left: 102.56410256410257%;
262
- *margin-left: 102.45771958537915%;
263
- }
264
- .row-fluid .offset11 {
265
- margin-left: 96.58119658119658%;
266
- *margin-left: 96.47481360247316%;
267
- }
268
- .row-fluid .offset11:first-child {
269
- margin-left: 94.01709401709402%;
270
- *margin-left: 93.91071103837061%;
271
- }
272
- .row-fluid .offset10 {
273
- margin-left: 88.03418803418803%;
274
- *margin-left: 87.92780505546462%;
275
- }
276
- .row-fluid .offset10:first-child {
277
- margin-left: 85.47008547008548%;
278
- *margin-left: 85.36370249136206%;
279
- }
280
- .row-fluid .offset9 {
281
- margin-left: 79.48717948717949%;
282
- *margin-left: 79.38079650845607%;
283
- }
284
- .row-fluid .offset9:first-child {
285
- margin-left: 76.92307692307693%;
286
- *margin-left: 76.81669394435352%;
287
- }
288
- .row-fluid .offset8 {
289
- margin-left: 70.94017094017094%;
290
- *margin-left: 70.83378796144753%;
291
- }
292
- .row-fluid .offset8:first-child {
293
- margin-left: 68.37606837606839%;
294
- *margin-left: 68.26968539734497%;
295
- }
296
- .row-fluid .offset7 {
297
- margin-left: 62.393162393162385%;
298
- *margin-left: 62.28677941443899%;
299
- }
300
- .row-fluid .offset7:first-child {
301
- margin-left: 59.82905982905982%;
302
- *margin-left: 59.72267685033642%;
303
- }
304
- .row-fluid .offset6 {
305
- margin-left: 53.84615384615384%;
306
- *margin-left: 53.739770867430444%;
307
- }
308
- .row-fluid .offset6:first-child {
309
- margin-left: 51.28205128205128%;
310
- *margin-left: 51.175668303327875%;
311
- }
312
- .row-fluid .offset5 {
313
- margin-left: 45.299145299145295%;
314
- *margin-left: 45.1927623204219%;
315
- }
316
- .row-fluid .offset5:first-child {
317
- margin-left: 42.73504273504273%;
318
- *margin-left: 42.62865975631933%;
319
- }
320
- .row-fluid .offset4 {
321
- margin-left: 36.75213675213675%;
322
- *margin-left: 36.645753773413354%;
323
- }
324
- .row-fluid .offset4:first-child {
325
- margin-left: 34.18803418803419%;
326
- *margin-left: 34.081651209310785%;
327
- }
328
- .row-fluid .offset3 {
329
- margin-left: 28.205128205128204%;
330
- *margin-left: 28.0987452264048%;
331
- }
332
- .row-fluid .offset3:first-child {
333
- margin-left: 25.641025641025642%;
334
- *margin-left: 25.53464266230224%;
335
- }
336
- .row-fluid .offset2 {
337
- margin-left: 19.65811965811966%;
338
- *margin-left: 19.551736679396257%;
339
- }
340
- .row-fluid .offset2:first-child {
341
- margin-left: 17.094017094017094%;
342
- *margin-left: 16.98763411529369%;
343
- }
344
- .row-fluid .offset1 {
345
- margin-left: 11.11111111111111%;
346
- *margin-left: 11.004728132387708%;
347
- }
348
- .row-fluid .offset1:first-child {
349
- margin-left: 8.547008547008547%;
350
- *margin-left: 8.440625568285142%;
351
- }
352
- input,
353
- textarea,
354
- .uneditable-input {
355
- margin-left: 0;
356
- }
357
- .controls-row [class*="span"] + [class*="span"] {
358
- margin-left: 30px;
359
- }
360
- input.span12,
361
- textarea.span12,
362
- .uneditable-input.span12 {
363
- width: 1156px;
364
- }
365
- input.span11,
366
- textarea.span11,
367
- .uneditable-input.span11 {
368
- width: 1056px;
369
- }
370
- input.span10,
371
- textarea.span10,
372
- .uneditable-input.span10 {
373
- width: 956px;
374
- }
375
- input.span9,
376
- textarea.span9,
377
- .uneditable-input.span9 {
378
- width: 856px;
379
- }
380
- input.span8,
381
- textarea.span8,
382
- .uneditable-input.span8 {
383
- width: 756px;
384
- }
385
- input.span7,
386
- textarea.span7,
387
- .uneditable-input.span7 {
388
- width: 656px;
389
- }
390
- input.span6,
391
- textarea.span6,
392
- .uneditable-input.span6 {
393
- width: 556px;
394
- }
395
- input.span5,
396
- textarea.span5,
397
- .uneditable-input.span5 {
398
- width: 456px;
399
- }
400
- input.span4,
401
- textarea.span4,
402
- .uneditable-input.span4 {
403
- width: 356px;
404
- }
405
- input.span3,
406
- textarea.span3,
407
- .uneditable-input.span3 {
408
- width: 256px;
409
- }
410
- input.span2,
411
- textarea.span2,
412
- .uneditable-input.span2 {
413
- width: 156px;
414
- }
415
- input.span1,
416
- textarea.span1,
417
- .uneditable-input.span1 {
418
- width: 56px;
419
- }
420
- .thumbnails {
421
- margin-left: -30px;
422
- }
423
- .thumbnails > li {
424
- margin-left: 30px;
425
- }
426
- .row-fluid .thumbnails {
427
- margin-left: 0;
428
- }
429
- }
430
- @media (min-width: 768px) and (max-width: 979px) {
431
- .row {
432
- margin-left: -20px;
433
- *zoom: 1;
434
- }
435
- .row:before,
436
- .row:after {
437
- display: table;
438
- line-height: 0;
439
- content: "";
440
- }
441
- .row:after {
442
- clear: both;
443
- }
444
- [class*="span"] {
445
- float: left;
446
- min-height: 1px;
447
- margin-left: 20px;
448
- }
449
- .container,
450
- .navbar-static-top .container,
451
- .navbar-fixed-top .container,
452
- .navbar-fixed-bottom .container {
453
- width: 724px;
454
- }
455
- .span12 {
456
- width: 724px;
457
- }
458
- .span11 {
459
- width: 662px;
460
- }
461
- .span10 {
462
- width: 600px;
463
- }
464
- .span9 {
465
- width: 538px;
466
- }
467
- .span8 {
468
- width: 476px;
469
- }
470
- .span7 {
471
- width: 414px;
472
- }
473
- .span6 {
474
- width: 352px;
475
- }
476
- .span5 {
477
- width: 290px;
478
- }
479
- .span4 {
480
- width: 228px;
481
- }
482
- .span3 {
483
- width: 166px;
484
- }
485
- .span2 {
486
- width: 104px;
487
- }
488
- .span1 {
489
- width: 42px;
490
- }
491
- .offset12 {
492
- margin-left: 764px;
493
- }
494
- .offset11 {
495
- margin-left: 702px;
496
- }
497
- .offset10 {
498
- margin-left: 640px;
499
- }
500
- .offset9 {
501
- margin-left: 578px;
502
- }
503
- .offset8 {
504
- margin-left: 516px;
505
- }
506
- .offset7 {
507
- margin-left: 454px;
508
- }
509
- .offset6 {
510
- margin-left: 392px;
511
- }
512
- .offset5 {
513
- margin-left: 330px;
514
- }
515
- .offset4 {
516
- margin-left: 268px;
517
- }
518
- .offset3 {
519
- margin-left: 206px;
520
- }
521
- .offset2 {
522
- margin-left: 144px;
523
- }
524
- .offset1 {
525
- margin-left: 82px;
526
- }
527
- .row-fluid {
528
- width: 100%;
529
- *zoom: 1;
530
- }
531
- .row-fluid:before,
532
- .row-fluid:after {
533
- display: table;
534
- line-height: 0;
535
- content: "";
536
- }
537
- .row-fluid:after {
538
- clear: both;
539
- }
540
- .row-fluid [class*="span"] {
541
- display: block;
542
- float: left;
543
- width: 100%;
544
- min-height: 30px;
545
- margin-left: 2.7624309392265194%;
546
- *margin-left: 2.709239449864817%;
547
- -webkit-box-sizing: border-box;
548
- -moz-box-sizing: border-box;
549
- box-sizing: border-box;
550
- }
551
- .row-fluid [class*="span"]:first-child {
552
- margin-left: 0;
553
- }
554
- .row-fluid .controls-row [class*="span"] + [class*="span"] {
555
- margin-left: 2.7624309392265194%;
556
- }
557
- .row-fluid .span12 {
558
- width: 100%;
559
- *width: 99.94680851063829%;
560
- }
561
- .row-fluid .span11 {
562
- width: 91.43646408839778%;
563
- *width: 91.38327259903608%;
564
- }
565
- .row-fluid .span10 {
566
- width: 82.87292817679558%;
567
- *width: 82.81973668743387%;
568
- }
569
- .row-fluid .span9 {
570
- width: 74.30939226519337%;
571
- *width: 74.25620077583166%;
572
- }
573
- .row-fluid .span8 {
574
- width: 65.74585635359117%;
575
- *width: 65.69266486422946%;
576
- }
577
- .row-fluid .span7 {
578
- width: 57.18232044198895%;
579
- *width: 57.12912895262725%;
580
- }
581
- .row-fluid .span6 {
582
- width: 48.61878453038674%;
583
- *width: 48.56559304102504%;
584
- }
585
- .row-fluid .span5 {
586
- width: 40.05524861878453%;
587
- *width: 40.00205712942283%;
588
- }
589
- .row-fluid .span4 {
590
- width: 31.491712707182323%;
591
- *width: 31.43852121782062%;
592
- }
593
- .row-fluid .span3 {
594
- width: 22.92817679558011%;
595
- *width: 22.87498530621841%;
596
- }
597
- .row-fluid .span2 {
598
- width: 14.3646408839779%;
599
- *width: 14.311449394616199%;
600
- }
601
- .row-fluid .span1 {
602
- width: 5.801104972375691%;
603
- *width: 5.747913483013988%;
604
- }
605
- .row-fluid .offset12 {
606
- margin-left: 105.52486187845304%;
607
- *margin-left: 105.41847889972962%;
608
- }
609
- .row-fluid .offset12:first-child {
610
- margin-left: 102.76243093922652%;
611
- *margin-left: 102.6560479605031%;
612
- }
613
- .row-fluid .offset11 {
614
- margin-left: 96.96132596685082%;
615
- *margin-left: 96.8549429881274%;
616
- }
617
- .row-fluid .offset11:first-child {
618
- margin-left: 94.1988950276243%;
619
- *margin-left: 94.09251204890089%;
620
- }
621
- .row-fluid .offset10 {
622
- margin-left: 88.39779005524862%;
623
- *margin-left: 88.2914070765252%;
624
- }
625
- .row-fluid .offset10:first-child {
626
- margin-left: 85.6353591160221%;
627
- *margin-left: 85.52897613729868%;
628
- }
629
- .row-fluid .offset9 {
630
- margin-left: 79.8342541436464%;
631
- *margin-left: 79.72787116492299%;
632
- }
633
- .row-fluid .offset9:first-child {
634
- margin-left: 77.07182320441989%;
635
- *margin-left: 76.96544022569647%;
636
- }
637
- .row-fluid .offset8 {
638
- margin-left: 71.2707182320442%;
639
- *margin-left: 71.16433525332079%;
640
- }
641
- .row-fluid .offset8:first-child {
642
- margin-left: 68.50828729281768%;
643
- *margin-left: 68.40190431409427%;
644
- }
645
- .row-fluid .offset7 {
646
- margin-left: 62.70718232044199%;
647
- *margin-left: 62.600799341718584%;
648
- }
649
- .row-fluid .offset7:first-child {
650
- margin-left: 59.94475138121547%;
651
- *margin-left: 59.838368402492065%;
652
- }
653
- .row-fluid .offset6 {
654
- margin-left: 54.14364640883978%;
655
- *margin-left: 54.037263430116376%;
656
- }
657
- .row-fluid .offset6:first-child {
658
- margin-left: 51.38121546961326%;
659
- *margin-left: 51.27483249088986%;
660
- }
661
- .row-fluid .offset5 {
662
- margin-left: 45.58011049723757%;
663
- *margin-left: 45.47372751851417%;
664
- }
665
- .row-fluid .offset5:first-child {
666
- margin-left: 42.81767955801105%;
667
- *margin-left: 42.71129657928765%;
668
- }
669
- .row-fluid .offset4 {
670
- margin-left: 37.01657458563536%;
671
- *margin-left: 36.91019160691196%;
672
- }
673
- .row-fluid .offset4:first-child {
674
- margin-left: 34.25414364640884%;
675
- *margin-left: 34.14776066768544%;
676
- }
677
- .row-fluid .offset3 {
678
- margin-left: 28.45303867403315%;
679
- *margin-left: 28.346655695309746%;
680
- }
681
- .row-fluid .offset3:first-child {
682
- margin-left: 25.69060773480663%;
683
- *margin-left: 25.584224756083227%;
684
- }
685
- .row-fluid .offset2 {
686
- margin-left: 19.88950276243094%;
687
- *margin-left: 19.783119783707537%;
688
- }
689
- .row-fluid .offset2:first-child {
690
- margin-left: 17.12707182320442%;
691
- *margin-left: 17.02068884448102%;
692
- }
693
- .row-fluid .offset1 {
694
- margin-left: 11.32596685082873%;
695
- *margin-left: 11.219583872105325%;
696
- }
697
- .row-fluid .offset1:first-child {
698
- margin-left: 8.56353591160221%;
699
- *margin-left: 8.457152932878806%;
700
- }
701
- input,
702
- textarea,
703
- .uneditable-input {
704
- margin-left: 0;
705
- }
706
- .controls-row [class*="span"] + [class*="span"] {
707
- margin-left: 20px;
708
- }
709
- input.span12,
710
- textarea.span12,
711
- .uneditable-input.span12 {
712
- width: 710px;
713
- }
714
- input.span11,
715
- textarea.span11,
716
- .uneditable-input.span11 {
717
- width: 648px;
718
- }
719
- input.span10,
720
- textarea.span10,
721
- .uneditable-input.span10 {
722
- width: 586px;
723
- }
724
- input.span9,
725
- textarea.span9,
726
- .uneditable-input.span9 {
727
- width: 524px;
728
- }
729
- input.span8,
730
- textarea.span8,
731
- .uneditable-input.span8 {
732
- width: 462px;
733
- }
734
- input.span7,
735
- textarea.span7,
736
- .uneditable-input.span7 {
737
- width: 400px;
738
- }
739
- input.span6,
740
- textarea.span6,
741
- .uneditable-input.span6 {
742
- width: 338px;
743
- }
744
- input.span5,
745
- textarea.span5,
746
- .uneditable-input.span5 {
747
- width: 276px;
748
- }
749
- input.span4,
750
- textarea.span4,
751
- .uneditable-input.span4 {
752
- width: 214px;
753
- }
754
- input.span3,
755
- textarea.span3,
756
- .uneditable-input.span3 {
757
- width: 152px;
758
- }
759
- input.span2,
760
- textarea.span2,
761
- .uneditable-input.span2 {
762
- width: 90px;
763
- }
764
- input.span1,
765
- textarea.span1,
766
- .uneditable-input.span1 {
767
- width: 28px;
768
- }
769
- }
770
- @media (max-width: 767px) {
771
- body {
772
- padding-right: 20px;
773
- padding-left: 20px;
774
- }
775
- .navbar-fixed-top,
776
- .navbar-fixed-bottom,
777
- .navbar-static-top {
778
- margin-right: -20px;
779
- margin-left: -20px;
780
- }
781
- .container-fluid {
782
- padding: 0;
783
- }
784
- .dl-horizontal dt {
785
- float: none;
786
- width: auto;
787
- clear: none;
788
- text-align: left;
789
- }
790
- .dl-horizontal dd {
791
- margin-left: 0;
792
- }
793
- .container {
794
- width: auto;
795
- }
796
- .row-fluid {
797
- width: 100%;
798
- }
799
- .row,
800
- .thumbnails {
801
- margin-left: 0;
802
- }
803
- .thumbnails > li {
804
- float: none;
805
- margin-left: 0;
806
- }
807
- [class*="span"],
808
- .uneditable-input[class*="span"],
809
- .row-fluid [class*="span"] {
810
- display: block;
811
- float: none;
812
- width: 100%;
813
- margin-left: 0;
814
- -webkit-box-sizing: border-box;
815
- -moz-box-sizing: border-box;
816
- box-sizing: border-box;
817
- }
818
- .span12,
819
- .row-fluid .span12 {
820
- width: 100%;
821
- -webkit-box-sizing: border-box;
822
- -moz-box-sizing: border-box;
823
- box-sizing: border-box;
824
- }
825
- .row-fluid [class*="offset"]:first-child {
826
- margin-left: 0;
827
- }
828
- .input-large,
829
- .input-xlarge,
830
- .input-xxlarge,
831
- input[class*="span"],
832
- select[class*="span"],
833
- textarea[class*="span"],
834
- .uneditable-input {
835
- display: block;
836
- width: 100%;
837
- min-height: 30px;
838
- -webkit-box-sizing: border-box;
839
- -moz-box-sizing: border-box;
840
- box-sizing: border-box;
841
- }
842
- .input-prepend input,
843
- .input-append input,
844
- .input-prepend input[class*="span"],
845
- .input-append input[class*="span"] {
846
- display: inline-block;
847
- width: auto;
848
- }
849
- .controls-row [class*="span"] + [class*="span"] {
850
- margin-left: 0;
851
- }
852
- .modal {
853
- position: fixed;
854
- top: 20px;
855
- right: 20px;
856
- left: 20px;
857
- width: auto;
858
- margin: 0;
859
- }
860
- .modal.fade {
861
- top: -100px;
862
- }
863
- .modal.fade.in {
864
- top: 20px;
865
- }
866
- }
867
- @media (max-width: 480px) {
868
- .nav-collapse {
869
- -webkit-transform: translate3d(0, 0, 0);
870
- }
871
- .page-header h1 small {
872
- display: block;
873
- line-height: 20px;
874
- }
875
- input[type="checkbox"],
876
- input[type="radio"] {
877
- border: 1px solid #ccc;
878
- }
879
- .form-horizontal .control-label {
880
- float: none;
881
- width: auto;
882
- padding-top: 0;
883
- text-align: left;
884
- }
885
- .form-horizontal .controls {
886
- margin-left: 0;
887
- }
888
- .form-horizontal .control-list {
889
- padding-top: 0;
890
- }
891
- .form-horizontal .form-actions {
892
- padding-right: 10px;
893
- padding-left: 10px;
894
- }
895
- .media .pull-left,
896
- .media .pull-right {
897
- display: block;
898
- float: none;
899
- margin-bottom: 10px;
900
- }
901
- .media-object {
902
- margin-right: 0;
903
- margin-left: 0;
904
- }
905
- .modal {
906
- top: 10px;
907
- right: 10px;
908
- left: 10px;
909
- }
910
- .modal-header .close {
911
- padding: 10px;
912
- margin: -10px;
913
- }
914
- .carousel-caption {
915
- position: static;
916
- }
917
- }
918
- @media (max-width: 979px) {
919
- body {
920
- padding-top: 0;
921
- }
922
- .navbar-fixed-top,
923
- .navbar-fixed-bottom {
924
- position: static;
925
- }
926
- .navbar-fixed-top {
927
- margin-bottom: 20px;
928
- }
929
- .navbar-fixed-bottom {
930
- margin-top: 20px;
931
- }
932
- .navbar-fixed-top .navbar-inner,
933
- .navbar-fixed-bottom .navbar-inner {
934
- padding: 5px;
935
- }
936
- .navbar .container {
937
- width: auto;
938
- padding: 0;
939
- }
940
- .navbar .brand {
941
- padding-right: 10px;
942
- padding-left: 10px;
943
- margin: 0 0 0 -5px;
944
- }
945
- .nav-collapse {
946
- clear: both;
947
- }
948
- .nav-collapse .nav {
949
- float: none;
950
- margin: 0 0 10px;
951
- }
952
- .nav-collapse .nav > li {
953
- float: none;
954
- }
955
- .nav-collapse .nav > li > a {
956
- margin-bottom: 2px;
957
- }
958
- .nav-collapse .nav > .divider-vertical {
959
- display: none;
960
- }
961
- .nav-collapse .nav .nav-header {
962
- color: #777;
963
- text-shadow: none;
964
- }
965
- .nav-collapse .nav > li > a,
966
- .nav-collapse .dropdown-menu a {
967
- padding: 9px 15px;
968
- font-weight: bold;
969
- color: #777;
970
- -webkit-border-radius: 3px;
971
- -moz-border-radius: 3px;
972
- border-radius: 3px;
973
- }
974
- .nav-collapse .btn {
975
- padding: 4px 10px 4px;
976
- font-weight: normal;
977
- -webkit-border-radius: 4px;
978
- -moz-border-radius: 4px;
979
- border-radius: 4px;
980
- }
981
- .nav-collapse .dropdown-menu li + li a {
982
- margin-bottom: 2px;
983
- }
984
- .nav-collapse .nav > li > a:hover,
985
- .nav-collapse .dropdown-menu a:hover {
986
- background-color: #f2f2f2;
987
- }
988
- .navbar-inverse .nav-collapse .nav > li > a,
989
- .navbar-inverse .nav-collapse .dropdown-menu a {
990
- color: #999;
991
- }
992
- .navbar-inverse .nav-collapse .nav > li > a:hover,
993
- .navbar-inverse .nav-collapse .dropdown-menu a:hover {
994
- background-color: #111;
995
- }
996
- .nav-collapse.in .btn-group {
997
- padding: 0;
998
- margin-top: 5px;
999
- }
1000
- .nav-collapse .dropdown-menu {
1001
- position: static;
1002
- top: auto;
1003
- left: auto;
1004
- display: none;
1005
- float: none;
1006
- max-width: none;
1007
- padding: 0;
1008
- margin: 0 15px;
1009
- background-color: transparent;
1010
- border: 0;
1011
- -webkit-border-radius: 0;
1012
- -moz-border-radius: 0;
1013
- border-radius: 0;
1014
- -webkit-box-shadow: none;
1015
- -moz-box-shadow: none;
1016
- box-shadow: none;
1017
- }
1018
- .nav-collapse .open > .dropdown-menu {
1019
- display: block;
1020
- }
1021
- .nav-collapse .dropdown-menu:before,
1022
- .nav-collapse .dropdown-menu:after {
1023
- display: none;
1024
- }
1025
- .nav-collapse .dropdown-menu .divider {
1026
- display: none;
1027
- }
1028
- .nav-collapse .nav > li > .dropdown-menu:before,
1029
- .nav-collapse .nav > li > .dropdown-menu:after {
1030
- display: none;
1031
- }
1032
- .nav-collapse .navbar-form,
1033
- .nav-collapse .navbar-search {
1034
- float: none;
1035
- padding: 10px 15px;
1036
- margin: 10px 0;
1037
- border-top: 1px solid #f2f2f2;
1038
- border-bottom: 1px solid #f2f2f2;
1039
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
1040
- 0 1px 0 rgba(255, 255, 255, 0.1);
1041
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
1042
- 0 1px 0 rgba(255, 255, 255, 0.1);
1043
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
1044
- 0 1px 0 rgba(255, 255, 255, 0.1);
1045
- }
1046
- .navbar-inverse .nav-collapse .navbar-form,
1047
- .navbar-inverse .nav-collapse .navbar-search {
1048
- border-top-color: #111;
1049
- border-bottom-color: #111;
1050
- }
1051
- .navbar .nav-collapse .nav.pull-right {
1052
- float: none;
1053
- margin-left: 0;
1054
- }
1055
- .nav-collapse,
1056
- .nav-collapse.collapse {
1057
- height: 0;
1058
- overflow: hidden;
1059
- }
1060
- .navbar .btn-navbar {
1061
- display: block;
1062
- }
1063
- .navbar-static .navbar-inner {
1064
- padding-right: 10px;
1065
- padding-left: 10px;
1066
- }
1067
- }
1068
- @media (min-width: 980px) {
1069
- .nav-collapse.collapse {
1070
- height: auto !important;
1071
- overflow: visible !important;
1072
- }
1073
- }