bootswatch_rails 3.2.0.43 → 3.3.0.1
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/generate.sh +1 -1
- data/lib/bootswatch_rails/engine.rb +27 -2
- data/lib/bootswatch_rails/version.rb +4 -4
- data/lib/generators/bootswatch_rails/install/install_generator.rb +27 -8
- data/lib/generators/bootswatch_rails/install/templates/app/views/layouts/application.html.erb +1 -8
- data/lib/generators/bootswatch_rails/install/templates/application.js +23 -0
- data/lib/generators/bootswatch_rails/install/templates/head.html.erb +16 -11
- data/lib/generators/bootswatch_rails/sorcery/sorcery_generator.rb +1 -1
- data/vendor/assets/stylesheets/cerulean.css +266 -118
- data/vendor/assets/stylesheets/cosmo.css +272 -120
- data/vendor/assets/stylesheets/custom.css +275 -127
- data/vendor/assets/stylesheets/cyborg.css +271 -119
- data/vendor/assets/stylesheets/darkly.css +271 -119
- data/vendor/assets/stylesheets/flatly.css +271 -119
- data/vendor/assets/stylesheets/journal.css +267 -119
- data/vendor/assets/stylesheets/lumen.css +271 -119
- data/vendor/assets/stylesheets/paper.css +267 -119
- data/vendor/assets/stylesheets/readable.css +267 -119
- data/vendor/assets/stylesheets/sandstone.css +271 -124
- data/vendor/assets/stylesheets/simplex.css +267 -119
- data/vendor/assets/stylesheets/slate.css +267 -119
- data/vendor/assets/stylesheets/spacelab.css +267 -119
- data/vendor/assets/stylesheets/superhero.css +271 -119
- data/vendor/assets/stylesheets/united.css +267 -119
- data/vendor/assets/stylesheets/yeti.css +271 -119
- metadata +3 -3
- data/vendor/assets/stylesheets/amelia.css +0 -6286
@@ -1,12 +1,12 @@
|
|
1
1
|
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
|
2
2
|
/*!
|
3
|
-
* bootswatch v3.
|
3
|
+
* bootswatch v3.3.0
|
4
4
|
* Homepage: http://bootswatch.com
|
5
5
|
* Copyright 2012-2014 Thomas Park
|
6
6
|
* Licensed under MIT
|
7
7
|
* Based on Bootstrap
|
8
8
|
*/
|
9
|
-
/*! normalize.css v3.0.
|
9
|
+
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
10
10
|
html {
|
11
11
|
font-family: sans-serif;
|
12
12
|
-ms-text-size-adjust: 100%;
|
@@ -24,6 +24,7 @@ footer,
|
|
24
24
|
header,
|
25
25
|
hgroup,
|
26
26
|
main,
|
27
|
+
menu,
|
27
28
|
nav,
|
28
29
|
section,
|
29
30
|
summary {
|
@@ -45,7 +46,7 @@ template {
|
|
45
46
|
display: none;
|
46
47
|
}
|
47
48
|
a {
|
48
|
-
background: transparent;
|
49
|
+
background-color: transparent;
|
49
50
|
}
|
50
51
|
a:active,
|
51
52
|
a:hover {
|
@@ -186,12 +187,15 @@ td,
|
|
186
187
|
th {
|
187
188
|
padding: 0;
|
188
189
|
}
|
190
|
+
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
189
191
|
@media print {
|
190
|
-
|
191
|
-
|
192
|
-
|
192
|
+
*,
|
193
|
+
*:before,
|
194
|
+
*:after {
|
193
195
|
background: transparent !important;
|
196
|
+
color: #000 !important;
|
194
197
|
box-shadow: none !important;
|
198
|
+
text-shadow: none !important;
|
195
199
|
}
|
196
200
|
a,
|
197
201
|
a:visited {
|
@@ -203,8 +207,8 @@ th {
|
|
203
207
|
abbr[title]:after {
|
204
208
|
content: " (" attr(title) ")";
|
205
209
|
}
|
206
|
-
a[href^="
|
207
|
-
a[href^="
|
210
|
+
a[href^="#"]:after,
|
211
|
+
a[href^="javascript:"]:after {
|
208
212
|
content: "";
|
209
213
|
}
|
210
214
|
pre,
|
@@ -238,10 +242,6 @@ th {
|
|
238
242
|
.navbar {
|
239
243
|
display: none;
|
240
244
|
}
|
241
|
-
.table td,
|
242
|
-
.table th {
|
243
|
-
background-color: #fff !important;
|
244
|
-
}
|
245
245
|
.btn > .caret,
|
246
246
|
.dropup > .btn > .caret {
|
247
247
|
border-top-color: #000 !important;
|
@@ -252,6 +252,10 @@ th {
|
|
252
252
|
.table {
|
253
253
|
border-collapse: collapse !important;
|
254
254
|
}
|
255
|
+
.table td,
|
256
|
+
.table th {
|
257
|
+
background-color: #fff !important;
|
258
|
+
}
|
255
259
|
.table-bordered th,
|
256
260
|
.table-bordered td {
|
257
261
|
border: 1px solid #ddd !important;
|
@@ -279,7 +283,8 @@ th {
|
|
279
283
|
.glyphicon-plus:before {
|
280
284
|
content: "\2b";
|
281
285
|
}
|
282
|
-
.glyphicon-euro:before
|
286
|
+
.glyphicon-euro:before,
|
287
|
+
.glyphicon-eur:before {
|
283
288
|
content: "\20ac";
|
284
289
|
}
|
285
290
|
.glyphicon-minus:before {
|
@@ -929,7 +934,6 @@ img {
|
|
929
934
|
.carousel-inner > .item > img,
|
930
935
|
.carousel-inner > .item > a > img {
|
931
936
|
display: block;
|
932
|
-
width: 100% \9;
|
933
937
|
max-width: 100%;
|
934
938
|
height: auto;
|
935
939
|
}
|
@@ -946,7 +950,6 @@ img {
|
|
946
950
|
-o-transition: all 0.2s ease-in-out;
|
947
951
|
transition: all 0.2s ease-in-out;
|
948
952
|
display: inline-block;
|
949
|
-
width: 100% \9;
|
950
953
|
max-width: 100%;
|
951
954
|
height: auto;
|
952
955
|
}
|
@@ -1111,9 +1114,6 @@ small,
|
|
1111
1114
|
.small {
|
1112
1115
|
font-size: 86%;
|
1113
1116
|
}
|
1114
|
-
cite {
|
1115
|
-
font-style: normal;
|
1116
|
-
}
|
1117
1117
|
mark,
|
1118
1118
|
.mark {
|
1119
1119
|
background-color: #f39c12;
|
@@ -1322,10 +1322,6 @@ blockquote.pull-right small:after,
|
|
1322
1322
|
blockquote.pull-right .small:after {
|
1323
1323
|
content: '\00A0 \2014';
|
1324
1324
|
}
|
1325
|
-
blockquote:before,
|
1326
|
-
blockquote:after {
|
1327
|
-
content: "";
|
1328
|
-
}
|
1329
1325
|
address {
|
1330
1326
|
margin-bottom: 21px;
|
1331
1327
|
font-style: normal;
|
@@ -1355,6 +1351,7 @@ kbd {
|
|
1355
1351
|
kbd kbd {
|
1356
1352
|
padding: 0;
|
1357
1353
|
font-size: 100%;
|
1354
|
+
font-weight: bold;
|
1358
1355
|
box-shadow: none;
|
1359
1356
|
}
|
1360
1357
|
pre {
|
@@ -2052,6 +2049,12 @@ pre code {
|
|
2052
2049
|
table {
|
2053
2050
|
background-color: transparent;
|
2054
2051
|
}
|
2052
|
+
caption {
|
2053
|
+
padding-top: 8px;
|
2054
|
+
padding-bottom: 8px;
|
2055
|
+
color: #999999;
|
2056
|
+
text-align: left;
|
2057
|
+
}
|
2055
2058
|
th {
|
2056
2059
|
text-align: left;
|
2057
2060
|
}
|
@@ -2112,12 +2115,10 @@ th {
|
|
2112
2115
|
.table-bordered > thead > tr > td {
|
2113
2116
|
border-bottom-width: 2px;
|
2114
2117
|
}
|
2115
|
-
.table-striped > tbody > tr:nth-child(odd)
|
2116
|
-
.table-striped > tbody > tr:nth-child(odd) > th {
|
2118
|
+
.table-striped > tbody > tr:nth-child(odd) {
|
2117
2119
|
background-color: #303030;
|
2118
2120
|
}
|
2119
|
-
.table-hover > tbody > tr:hover
|
2120
|
-
.table-hover > tbody > tr:hover > th {
|
2121
|
+
.table-hover > tbody > tr:hover {
|
2121
2122
|
background-color: #464545;
|
2122
2123
|
}
|
2123
2124
|
table col[class*="col-"] {
|
@@ -2236,15 +2237,17 @@ table th[class*="col-"] {
|
|
2236
2237
|
.table-hover > tbody > tr.danger:hover > th {
|
2237
2238
|
background-color: #e43725;
|
2238
2239
|
}
|
2240
|
+
.table-responsive {
|
2241
|
+
overflow-x: auto;
|
2242
|
+
min-height: 0.01%;
|
2243
|
+
}
|
2239
2244
|
@media screen and (max-width: 767px) {
|
2240
2245
|
.table-responsive {
|
2241
2246
|
width: 100%;
|
2242
2247
|
margin-bottom: 15.75px;
|
2243
2248
|
overflow-y: hidden;
|
2244
|
-
overflow-x: auto;
|
2245
2249
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
2246
2250
|
border: 1px solid #464545;
|
2247
|
-
-webkit-overflow-scrolling: touch;
|
2248
2251
|
}
|
2249
2252
|
.table-responsive > .table {
|
2250
2253
|
margin-bottom: 0;
|
@@ -2401,12 +2404,44 @@ input[type="time"].input-sm,
|
|
2401
2404
|
input[type="datetime-local"].input-sm,
|
2402
2405
|
input[type="month"].input-sm {
|
2403
2406
|
line-height: 33px;
|
2407
|
+
line-height: 1.5 \0;
|
2404
2408
|
}
|
2405
2409
|
input[type="date"].input-lg,
|
2406
2410
|
input[type="time"].input-lg,
|
2407
2411
|
input[type="datetime-local"].input-lg,
|
2408
2412
|
input[type="month"].input-lg {
|
2409
2413
|
line-height: 64px;
|
2414
|
+
line-height: 1.33 \0;
|
2415
|
+
}
|
2416
|
+
_:-ms-fullscreen,
|
2417
|
+
:root input[type="date"],
|
2418
|
+
_:-ms-fullscreen,
|
2419
|
+
:root input[type="time"],
|
2420
|
+
_:-ms-fullscreen,
|
2421
|
+
:root input[type="datetime-local"],
|
2422
|
+
_:-ms-fullscreen,
|
2423
|
+
:root input[type="month"] {
|
2424
|
+
line-height: 1.42857143;
|
2425
|
+
}
|
2426
|
+
_:-ms-fullscreen.input-sm,
|
2427
|
+
:root input[type="date"].input-sm,
|
2428
|
+
_:-ms-fullscreen.input-sm,
|
2429
|
+
:root input[type="time"].input-sm,
|
2430
|
+
_:-ms-fullscreen.input-sm,
|
2431
|
+
:root input[type="datetime-local"].input-sm,
|
2432
|
+
_:-ms-fullscreen.input-sm,
|
2433
|
+
:root input[type="month"].input-sm {
|
2434
|
+
line-height: 1.5;
|
2435
|
+
}
|
2436
|
+
_:-ms-fullscreen.input-lg,
|
2437
|
+
:root input[type="date"].input-lg,
|
2438
|
+
_:-ms-fullscreen.input-lg,
|
2439
|
+
:root input[type="time"].input-lg,
|
2440
|
+
_:-ms-fullscreen.input-lg,
|
2441
|
+
:root input[type="datetime-local"].input-lg,
|
2442
|
+
_:-ms-fullscreen.input-lg,
|
2443
|
+
:root input[type="month"].input-lg {
|
2444
|
+
line-height: 1.33;
|
2410
2445
|
}
|
2411
2446
|
.form-group {
|
2412
2447
|
margin-bottom: 15px;
|
@@ -2415,12 +2450,12 @@ input[type="month"].input-lg {
|
|
2415
2450
|
.checkbox {
|
2416
2451
|
position: relative;
|
2417
2452
|
display: block;
|
2418
|
-
min-height: 21px;
|
2419
2453
|
margin-top: 10px;
|
2420
2454
|
margin-bottom: 10px;
|
2421
2455
|
}
|
2422
2456
|
.radio label,
|
2423
2457
|
.checkbox label {
|
2458
|
+
min-height: 21px;
|
2424
2459
|
padding-left: 20px;
|
2425
2460
|
margin-bottom: 0;
|
2426
2461
|
font-weight: normal;
|
@@ -2483,35 +2518,41 @@ fieldset[disabled] .checkbox label {
|
|
2483
2518
|
padding-right: 0;
|
2484
2519
|
}
|
2485
2520
|
.input-sm,
|
2486
|
-
.form-
|
2521
|
+
.form-group-sm .form-control {
|
2487
2522
|
height: 33px;
|
2488
2523
|
padding: 6px 9px;
|
2489
2524
|
font-size: 13px;
|
2490
2525
|
line-height: 1.5;
|
2491
2526
|
border-radius: 3px;
|
2492
2527
|
}
|
2493
|
-
select.input-sm
|
2528
|
+
select.input-sm,
|
2529
|
+
select.form-group-sm .form-control {
|
2494
2530
|
height: 33px;
|
2495
2531
|
line-height: 33px;
|
2496
2532
|
}
|
2497
2533
|
textarea.input-sm,
|
2498
|
-
|
2534
|
+
textarea.form-group-sm .form-control,
|
2535
|
+
select[multiple].input-sm,
|
2536
|
+
select[multiple].form-group-sm .form-control {
|
2499
2537
|
height: auto;
|
2500
2538
|
}
|
2501
2539
|
.input-lg,
|
2502
|
-
.form-
|
2540
|
+
.form-group-lg .form-control {
|
2503
2541
|
height: 64px;
|
2504
2542
|
padding: 18px 27px;
|
2505
2543
|
font-size: 19px;
|
2506
2544
|
line-height: 1.33;
|
2507
2545
|
border-radius: 6px;
|
2508
2546
|
}
|
2509
|
-
select.input-lg
|
2547
|
+
select.input-lg,
|
2548
|
+
select.form-group-lg .form-control {
|
2510
2549
|
height: 64px;
|
2511
2550
|
line-height: 64px;
|
2512
2551
|
}
|
2513
2552
|
textarea.input-lg,
|
2514
|
-
|
2553
|
+
textarea.form-group-lg .form-control,
|
2554
|
+
select[multiple].input-lg,
|
2555
|
+
select[multiple].form-group-lg .form-control {
|
2515
2556
|
height: auto;
|
2516
2557
|
}
|
2517
2558
|
.has-feedback {
|
@@ -2522,7 +2563,7 @@ select[multiple].input-lg {
|
|
2522
2563
|
}
|
2523
2564
|
.form-control-feedback {
|
2524
2565
|
position: absolute;
|
2525
|
-
top:
|
2566
|
+
top: 0;
|
2526
2567
|
right: 0;
|
2527
2568
|
z-index: 2;
|
2528
2569
|
display: block;
|
@@ -2530,6 +2571,7 @@ select[multiple].input-lg {
|
|
2530
2571
|
height: 43px;
|
2531
2572
|
line-height: 43px;
|
2532
2573
|
text-align: center;
|
2574
|
+
pointer-events: none;
|
2533
2575
|
}
|
2534
2576
|
.input-lg + .form-control-feedback {
|
2535
2577
|
width: 64px;
|
@@ -2546,7 +2588,11 @@ select[multiple].input-lg {
|
|
2546
2588
|
.has-success .radio,
|
2547
2589
|
.has-success .checkbox,
|
2548
2590
|
.has-success .radio-inline,
|
2549
|
-
.has-success .checkbox-inline
|
2591
|
+
.has-success .checkbox-inline,
|
2592
|
+
.has-success.radio label,
|
2593
|
+
.has-success.checkbox label,
|
2594
|
+
.has-success.radio-inline label,
|
2595
|
+
.has-success.checkbox-inline label {
|
2550
2596
|
color: #ffffff;
|
2551
2597
|
}
|
2552
2598
|
.has-success .form-control {
|
@@ -2572,7 +2618,11 @@ select[multiple].input-lg {
|
|
2572
2618
|
.has-warning .radio,
|
2573
2619
|
.has-warning .checkbox,
|
2574
2620
|
.has-warning .radio-inline,
|
2575
|
-
.has-warning .checkbox-inline
|
2621
|
+
.has-warning .checkbox-inline,
|
2622
|
+
.has-warning.radio label,
|
2623
|
+
.has-warning.checkbox label,
|
2624
|
+
.has-warning.radio-inline label,
|
2625
|
+
.has-warning.checkbox-inline label {
|
2576
2626
|
color: #ffffff;
|
2577
2627
|
}
|
2578
2628
|
.has-warning .form-control {
|
@@ -2598,7 +2648,11 @@ select[multiple].input-lg {
|
|
2598
2648
|
.has-error .radio,
|
2599
2649
|
.has-error .checkbox,
|
2600
2650
|
.has-error .radio-inline,
|
2601
|
-
.has-error .checkbox-inline
|
2651
|
+
.has-error .checkbox-inline,
|
2652
|
+
.has-error.radio label,
|
2653
|
+
.has-error.checkbox label,
|
2654
|
+
.has-error.radio-inline label,
|
2655
|
+
.has-error.checkbox-inline label {
|
2602
2656
|
color: #ffffff;
|
2603
2657
|
}
|
2604
2658
|
.has-error .form-control {
|
@@ -2619,6 +2673,9 @@ select[multiple].input-lg {
|
|
2619
2673
|
.has-error .form-control-feedback {
|
2620
2674
|
color: #ffffff;
|
2621
2675
|
}
|
2676
|
+
.has-feedback label ~ .form-control-feedback {
|
2677
|
+
top: 26px;
|
2678
|
+
}
|
2622
2679
|
.has-feedback label.sr-only ~ .form-control-feedback {
|
2623
2680
|
top: 0;
|
2624
2681
|
}
|
@@ -2639,6 +2696,9 @@ select[multiple].input-lg {
|
|
2639
2696
|
width: auto;
|
2640
2697
|
vertical-align: middle;
|
2641
2698
|
}
|
2699
|
+
.form-inline .form-control-static {
|
2700
|
+
display: inline-block;
|
2701
|
+
}
|
2642
2702
|
.form-inline .input-group {
|
2643
2703
|
display: inline-table;
|
2644
2704
|
vertical-align: middle;
|
@@ -2699,7 +2759,6 @@ select[multiple].input-lg {
|
|
2699
2759
|
}
|
2700
2760
|
}
|
2701
2761
|
.form-horizontal .has-feedback .form-control-feedback {
|
2702
|
-
top: 0;
|
2703
2762
|
right: 15px;
|
2704
2763
|
}
|
2705
2764
|
@media (min-width: 768px) {
|
@@ -2718,6 +2777,7 @@ select[multiple].input-lg {
|
|
2718
2777
|
font-weight: normal;
|
2719
2778
|
text-align: center;
|
2720
2779
|
vertical-align: middle;
|
2780
|
+
touch-action: manipulation;
|
2721
2781
|
cursor: pointer;
|
2722
2782
|
background-image: none;
|
2723
2783
|
border: 1px solid transparent;
|
@@ -2733,13 +2793,17 @@ select[multiple].input-lg {
|
|
2733
2793
|
}
|
2734
2794
|
.btn:focus,
|
2735
2795
|
.btn:active:focus,
|
2736
|
-
.btn.active:focus
|
2796
|
+
.btn.active:focus,
|
2797
|
+
.btn.focus,
|
2798
|
+
.btn:active.focus,
|
2799
|
+
.btn.active.focus {
|
2737
2800
|
outline: thin dotted;
|
2738
2801
|
outline: 5px auto -webkit-focus-ring-color;
|
2739
2802
|
outline-offset: -2px;
|
2740
2803
|
}
|
2741
2804
|
.btn:hover,
|
2742
|
-
.btn:focus
|
2805
|
+
.btn:focus,
|
2806
|
+
.btn.focus {
|
2743
2807
|
color: #ffffff;
|
2744
2808
|
text-decoration: none;
|
2745
2809
|
}
|
@@ -2767,6 +2831,7 @@ fieldset[disabled] .btn {
|
|
2767
2831
|
}
|
2768
2832
|
.btn-default:hover,
|
2769
2833
|
.btn-default:focus,
|
2834
|
+
.btn-default.focus,
|
2770
2835
|
.btn-default:active,
|
2771
2836
|
.btn-default.active,
|
2772
2837
|
.open > .dropdown-toggle.btn-default {
|
@@ -2788,6 +2853,9 @@ fieldset[disabled] .btn-default:hover,
|
|
2788
2853
|
.btn-default.disabled:focus,
|
2789
2854
|
.btn-default[disabled]:focus,
|
2790
2855
|
fieldset[disabled] .btn-default:focus,
|
2856
|
+
.btn-default.disabled.focus,
|
2857
|
+
.btn-default[disabled].focus,
|
2858
|
+
fieldset[disabled] .btn-default.focus,
|
2791
2859
|
.btn-default.disabled:active,
|
2792
2860
|
.btn-default[disabled]:active,
|
2793
2861
|
fieldset[disabled] .btn-default:active,
|
@@ -2808,6 +2876,7 @@ fieldset[disabled] .btn-default.active {
|
|
2808
2876
|
}
|
2809
2877
|
.btn-primary:hover,
|
2810
2878
|
.btn-primary:focus,
|
2879
|
+
.btn-primary.focus,
|
2811
2880
|
.btn-primary:active,
|
2812
2881
|
.btn-primary.active,
|
2813
2882
|
.open > .dropdown-toggle.btn-primary {
|
@@ -2829,6 +2898,9 @@ fieldset[disabled] .btn-primary:hover,
|
|
2829
2898
|
.btn-primary.disabled:focus,
|
2830
2899
|
.btn-primary[disabled]:focus,
|
2831
2900
|
fieldset[disabled] .btn-primary:focus,
|
2901
|
+
.btn-primary.disabled.focus,
|
2902
|
+
.btn-primary[disabled].focus,
|
2903
|
+
fieldset[disabled] .btn-primary.focus,
|
2832
2904
|
.btn-primary.disabled:active,
|
2833
2905
|
.btn-primary[disabled]:active,
|
2834
2906
|
fieldset[disabled] .btn-primary:active,
|
@@ -2849,6 +2921,7 @@ fieldset[disabled] .btn-primary.active {
|
|
2849
2921
|
}
|
2850
2922
|
.btn-success:hover,
|
2851
2923
|
.btn-success:focus,
|
2924
|
+
.btn-success.focus,
|
2852
2925
|
.btn-success:active,
|
2853
2926
|
.btn-success.active,
|
2854
2927
|
.open > .dropdown-toggle.btn-success {
|
@@ -2870,6 +2943,9 @@ fieldset[disabled] .btn-success:hover,
|
|
2870
2943
|
.btn-success.disabled:focus,
|
2871
2944
|
.btn-success[disabled]:focus,
|
2872
2945
|
fieldset[disabled] .btn-success:focus,
|
2946
|
+
.btn-success.disabled.focus,
|
2947
|
+
.btn-success[disabled].focus,
|
2948
|
+
fieldset[disabled] .btn-success.focus,
|
2873
2949
|
.btn-success.disabled:active,
|
2874
2950
|
.btn-success[disabled]:active,
|
2875
2951
|
fieldset[disabled] .btn-success:active,
|
@@ -2890,6 +2966,7 @@ fieldset[disabled] .btn-success.active {
|
|
2890
2966
|
}
|
2891
2967
|
.btn-info:hover,
|
2892
2968
|
.btn-info:focus,
|
2969
|
+
.btn-info.focus,
|
2893
2970
|
.btn-info:active,
|
2894
2971
|
.btn-info.active,
|
2895
2972
|
.open > .dropdown-toggle.btn-info {
|
@@ -2911,6 +2988,9 @@ fieldset[disabled] .btn-info:hover,
|
|
2911
2988
|
.btn-info.disabled:focus,
|
2912
2989
|
.btn-info[disabled]:focus,
|
2913
2990
|
fieldset[disabled] .btn-info:focus,
|
2991
|
+
.btn-info.disabled.focus,
|
2992
|
+
.btn-info[disabled].focus,
|
2993
|
+
fieldset[disabled] .btn-info.focus,
|
2914
2994
|
.btn-info.disabled:active,
|
2915
2995
|
.btn-info[disabled]:active,
|
2916
2996
|
fieldset[disabled] .btn-info:active,
|
@@ -2931,6 +3011,7 @@ fieldset[disabled] .btn-info.active {
|
|
2931
3011
|
}
|
2932
3012
|
.btn-warning:hover,
|
2933
3013
|
.btn-warning:focus,
|
3014
|
+
.btn-warning.focus,
|
2934
3015
|
.btn-warning:active,
|
2935
3016
|
.btn-warning.active,
|
2936
3017
|
.open > .dropdown-toggle.btn-warning {
|
@@ -2952,6 +3033,9 @@ fieldset[disabled] .btn-warning:hover,
|
|
2952
3033
|
.btn-warning.disabled:focus,
|
2953
3034
|
.btn-warning[disabled]:focus,
|
2954
3035
|
fieldset[disabled] .btn-warning:focus,
|
3036
|
+
.btn-warning.disabled.focus,
|
3037
|
+
.btn-warning[disabled].focus,
|
3038
|
+
fieldset[disabled] .btn-warning.focus,
|
2955
3039
|
.btn-warning.disabled:active,
|
2956
3040
|
.btn-warning[disabled]:active,
|
2957
3041
|
fieldset[disabled] .btn-warning:active,
|
@@ -2972,6 +3056,7 @@ fieldset[disabled] .btn-warning.active {
|
|
2972
3056
|
}
|
2973
3057
|
.btn-danger:hover,
|
2974
3058
|
.btn-danger:focus,
|
3059
|
+
.btn-danger.focus,
|
2975
3060
|
.btn-danger:active,
|
2976
3061
|
.btn-danger.active,
|
2977
3062
|
.open > .dropdown-toggle.btn-danger {
|
@@ -2993,6 +3078,9 @@ fieldset[disabled] .btn-danger:hover,
|
|
2993
3078
|
.btn-danger.disabled:focus,
|
2994
3079
|
.btn-danger[disabled]:focus,
|
2995
3080
|
fieldset[disabled] .btn-danger:focus,
|
3081
|
+
.btn-danger.disabled.focus,
|
3082
|
+
.btn-danger[disabled].focus,
|
3083
|
+
fieldset[disabled] .btn-danger.focus,
|
2996
3084
|
.btn-danger.disabled:active,
|
2997
3085
|
.btn-danger[disabled]:active,
|
2998
3086
|
fieldset[disabled] .btn-danger:active,
|
@@ -3009,11 +3097,11 @@ fieldset[disabled] .btn-danger.active {
|
|
3009
3097
|
.btn-link {
|
3010
3098
|
color: #0ce3ac;
|
3011
3099
|
font-weight: normal;
|
3012
|
-
cursor: pointer;
|
3013
3100
|
border-radius: 0;
|
3014
3101
|
}
|
3015
3102
|
.btn-link,
|
3016
3103
|
.btn-link:active,
|
3104
|
+
.btn-link.active,
|
3017
3105
|
.btn-link[disabled],
|
3018
3106
|
fieldset[disabled] .btn-link {
|
3019
3107
|
background-color: transparent;
|
@@ -3083,9 +3171,11 @@ input[type="button"].btn-block {
|
|
3083
3171
|
}
|
3084
3172
|
.collapse {
|
3085
3173
|
display: none;
|
3174
|
+
visibility: hidden;
|
3086
3175
|
}
|
3087
3176
|
.collapse.in {
|
3088
3177
|
display: block;
|
3178
|
+
visibility: visible;
|
3089
3179
|
}
|
3090
3180
|
tr.collapse.in {
|
3091
3181
|
display: table-row;
|
@@ -3097,9 +3187,12 @@ tbody.collapse.in {
|
|
3097
3187
|
position: relative;
|
3098
3188
|
height: 0;
|
3099
3189
|
overflow: hidden;
|
3100
|
-
-webkit-transition: height
|
3101
|
-
-
|
3102
|
-
transition:
|
3190
|
+
-webkit-transition-property: height, visibility;
|
3191
|
+
transition-property: height, visibility;
|
3192
|
+
-webkit-transition-duration: 0.35s;
|
3193
|
+
transition-duration: 0.35s;
|
3194
|
+
-webkit-transition-timing-function: ease;
|
3195
|
+
transition-timing-function: ease;
|
3103
3196
|
}
|
3104
3197
|
.caret {
|
3105
3198
|
display: inline-block;
|
@@ -3404,12 +3497,13 @@ tbody.collapse.in {
|
|
3404
3497
|
.btn-group-justified > .btn-group .dropdown-menu {
|
3405
3498
|
left: auto;
|
3406
3499
|
}
|
3407
|
-
[data-toggle="buttons"] > .btn
|
3408
|
-
[data-toggle="buttons"] > .btn > input[type="
|
3500
|
+
[data-toggle="buttons"] > .btn input[type="radio"],
|
3501
|
+
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
|
3502
|
+
[data-toggle="buttons"] > .btn input[type="checkbox"],
|
3503
|
+
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
|
3409
3504
|
position: absolute;
|
3410
|
-
|
3411
|
-
|
3412
|
-
filter: alpha(opacity=0);
|
3505
|
+
clip: rect(0, 0, 0, 0);
|
3506
|
+
pointer-events: none;
|
3413
3507
|
}
|
3414
3508
|
.input-group {
|
3415
3509
|
position: relative;
|
@@ -3748,9 +3842,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3748
3842
|
}
|
3749
3843
|
.tab-content > .tab-pane {
|
3750
3844
|
display: none;
|
3845
|
+
visibility: hidden;
|
3751
3846
|
}
|
3752
3847
|
.tab-content > .active {
|
3753
3848
|
display: block;
|
3849
|
+
visibility: visible;
|
3754
3850
|
}
|
3755
3851
|
.nav-tabs .dropdown-menu {
|
3756
3852
|
margin-top: -1px;
|
@@ -3792,6 +3888,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3792
3888
|
}
|
3793
3889
|
.navbar-collapse.collapse {
|
3794
3890
|
display: block !important;
|
3891
|
+
visibility: visible !important;
|
3795
3892
|
height: auto !important;
|
3796
3893
|
padding-bottom: 0;
|
3797
3894
|
overflow: visible !important;
|
@@ -3810,7 +3907,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3810
3907
|
.navbar-fixed-bottom .navbar-collapse {
|
3811
3908
|
max-height: 340px;
|
3812
3909
|
}
|
3813
|
-
@media (max-width: 480px) and (orientation: landscape) {
|
3910
|
+
@media (max-device-width: 480px) and (orientation: landscape) {
|
3814
3911
|
.navbar-fixed-top .navbar-collapse,
|
3815
3912
|
.navbar-fixed-bottom .navbar-collapse {
|
3816
3913
|
max-height: 200px;
|
@@ -3847,8 +3944,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3847
3944
|
right: 0;
|
3848
3945
|
left: 0;
|
3849
3946
|
z-index: 1030;
|
3850
|
-
-webkit-transform: translate3d(0, 0, 0);
|
3851
|
-
transform: translate3d(0, 0, 0);
|
3852
3947
|
}
|
3853
3948
|
@media (min-width: 768px) {
|
3854
3949
|
.navbar-fixed-top,
|
@@ -3876,6 +3971,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3876
3971
|
.navbar-brand:focus {
|
3877
3972
|
text-decoration: none;
|
3878
3973
|
}
|
3974
|
+
.navbar-brand > img {
|
3975
|
+
display: block;
|
3976
|
+
}
|
3879
3977
|
@media (min-width: 768px) {
|
3880
3978
|
.navbar > .container .navbar-brand,
|
3881
3979
|
.navbar > .container-fluid .navbar-brand {
|
@@ -3953,17 +4051,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3953
4051
|
padding-top: 19.5px;
|
3954
4052
|
padding-bottom: 19.5px;
|
3955
4053
|
}
|
3956
|
-
.navbar-nav.navbar-right:last-child {
|
3957
|
-
margin-right: -15px;
|
3958
|
-
}
|
3959
|
-
}
|
3960
|
-
@media (min-width: 768px) {
|
3961
|
-
.navbar-left {
|
3962
|
-
float: left !important;
|
3963
|
-
}
|
3964
|
-
.navbar-right {
|
3965
|
-
float: right !important;
|
3966
|
-
}
|
3967
4054
|
}
|
3968
4055
|
.navbar-form {
|
3969
4056
|
margin-left: -15px;
|
@@ -3987,6 +4074,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3987
4074
|
width: auto;
|
3988
4075
|
vertical-align: middle;
|
3989
4076
|
}
|
4077
|
+
.navbar-form .form-control-static {
|
4078
|
+
display: inline-block;
|
4079
|
+
}
|
3990
4080
|
.navbar-form .input-group {
|
3991
4081
|
display: inline-table;
|
3992
4082
|
vertical-align: middle;
|
@@ -4027,6 +4117,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
4027
4117
|
.navbar-form .form-group {
|
4028
4118
|
margin-bottom: 5px;
|
4029
4119
|
}
|
4120
|
+
.navbar-form .form-group:last-child {
|
4121
|
+
margin-bottom: 0;
|
4122
|
+
}
|
4030
4123
|
}
|
4031
4124
|
@media (min-width: 768px) {
|
4032
4125
|
.navbar-form {
|
@@ -4039,9 +4132,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
4039
4132
|
-webkit-box-shadow: none;
|
4040
4133
|
box-shadow: none;
|
4041
4134
|
}
|
4042
|
-
.navbar-form.navbar-right:last-child {
|
4043
|
-
margin-right: -15px;
|
4044
|
-
}
|
4045
4135
|
}
|
4046
4136
|
.navbar-nav > li > .dropdown-menu {
|
4047
4137
|
margin-top: 0;
|
@@ -4074,7 +4164,16 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
4074
4164
|
margin-left: 15px;
|
4075
4165
|
margin-right: 15px;
|
4076
4166
|
}
|
4077
|
-
|
4167
|
+
}
|
4168
|
+
@media (min-width: 768px) {
|
4169
|
+
.navbar-left {
|
4170
|
+
float: left !important;
|
4171
|
+
}
|
4172
|
+
.navbar-right {
|
4173
|
+
float: right !important;
|
4174
|
+
margin-right: -15px;
|
4175
|
+
}
|
4176
|
+
.navbar-right ~ .navbar-right {
|
4078
4177
|
margin-right: 0;
|
4079
4178
|
}
|
4080
4179
|
}
|
@@ -4532,7 +4631,7 @@ a.list-group-item.active > .badge,
|
|
4532
4631
|
margin-left: 3px;
|
4533
4632
|
}
|
4534
4633
|
.jumbotron {
|
4535
|
-
padding: 30px;
|
4634
|
+
padding: 30px 15px;
|
4536
4635
|
margin-bottom: 30px;
|
4537
4636
|
color: inherit;
|
4538
4637
|
background-color: #303030;
|
@@ -4549,7 +4648,8 @@ a.list-group-item.active > .badge,
|
|
4549
4648
|
.jumbotron > hr {
|
4550
4649
|
border-top-color: #161616;
|
4551
4650
|
}
|
4552
|
-
.container .jumbotron
|
4651
|
+
.container .jumbotron,
|
4652
|
+
.container-fluid .jumbotron {
|
4553
4653
|
border-radius: 6px;
|
4554
4654
|
}
|
4555
4655
|
.jumbotron .container {
|
@@ -4557,8 +4657,7 @@ a.list-group-item.active > .badge,
|
|
4557
4657
|
}
|
4558
4658
|
@media screen and (min-width: 768px) {
|
4559
4659
|
.jumbotron {
|
4560
|
-
padding
|
4561
|
-
padding-bottom: 48px;
|
4660
|
+
padding: 48px 0;
|
4562
4661
|
}
|
4563
4662
|
.container .jumbotron {
|
4564
4663
|
padding-left: 60px;
|
@@ -4577,9 +4676,9 @@ a.list-group-item.active > .badge,
|
|
4577
4676
|
background-color: #222222;
|
4578
4677
|
border: 1px solid #464545;
|
4579
4678
|
border-radius: 4px;
|
4580
|
-
-webkit-transition:
|
4581
|
-
-o-transition:
|
4582
|
-
transition:
|
4679
|
+
-webkit-transition: border 0.2s ease-in-out;
|
4680
|
+
-o-transition: border 0.2s ease-in-out;
|
4681
|
+
transition: border 0.2s ease-in-out;
|
4583
4682
|
}
|
4584
4683
|
.thumbnail > img,
|
4585
4684
|
.thumbnail a > img {
|
@@ -4723,17 +4822,6 @@ a.thumbnail.active {
|
|
4723
4822
|
-o-animation: progress-bar-stripes 2s linear infinite;
|
4724
4823
|
animation: progress-bar-stripes 2s linear infinite;
|
4725
4824
|
}
|
4726
|
-
.progress-bar[aria-valuenow="1"],
|
4727
|
-
.progress-bar[aria-valuenow="2"] {
|
4728
|
-
min-width: 30px;
|
4729
|
-
}
|
4730
|
-
.progress-bar[aria-valuenow="0"] {
|
4731
|
-
color: #999999;
|
4732
|
-
min-width: 30px;
|
4733
|
-
background-color: transparent;
|
4734
|
-
background-image: none;
|
4735
|
-
box-shadow: none;
|
4736
|
-
}
|
4737
4825
|
.progress-bar-success {
|
4738
4826
|
background-color: #00bc8c;
|
4739
4827
|
}
|
@@ -4766,29 +4854,35 @@ a.thumbnail.active {
|
|
4766
4854
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
4767
4855
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
4768
4856
|
}
|
4769
|
-
.media
|
4770
|
-
.media-body {
|
4771
|
-
overflow: hidden;
|
4772
|
-
zoom: 1;
|
4773
|
-
}
|
4774
|
-
.media,
|
4775
|
-
.media .media {
|
4857
|
+
.media {
|
4776
4858
|
margin-top: 15px;
|
4777
4859
|
}
|
4778
4860
|
.media:first-child {
|
4779
4861
|
margin-top: 0;
|
4780
4862
|
}
|
4781
|
-
.media-
|
4782
|
-
|
4783
|
-
|
4784
|
-
.media-heading {
|
4785
|
-
margin: 0 0 5px;
|
4863
|
+
.media-right,
|
4864
|
+
.media > .pull-right {
|
4865
|
+
padding-left: 10px;
|
4786
4866
|
}
|
4867
|
+
.media-left,
|
4787
4868
|
.media > .pull-left {
|
4788
|
-
|
4869
|
+
padding-right: 10px;
|
4789
4870
|
}
|
4790
|
-
.media
|
4791
|
-
|
4871
|
+
.media-left,
|
4872
|
+
.media-right,
|
4873
|
+
.media-body {
|
4874
|
+
display: table-cell;
|
4875
|
+
vertical-align: top;
|
4876
|
+
}
|
4877
|
+
.media-middle {
|
4878
|
+
vertical-align: middle;
|
4879
|
+
}
|
4880
|
+
.media-bottom {
|
4881
|
+
vertical-align: bottom;
|
4882
|
+
}
|
4883
|
+
.media-heading {
|
4884
|
+
margin-top: 0;
|
4885
|
+
margin-bottom: 5px;
|
4792
4886
|
}
|
4793
4887
|
.media-list {
|
4794
4888
|
padding-left: 0;
|
@@ -4838,6 +4932,7 @@ a.list-group-item:focus {
|
|
4838
4932
|
.list-group-item.disabled:focus {
|
4839
4933
|
background-color: #ebebeb;
|
4840
4934
|
color: #999999;
|
4935
|
+
cursor: not-allowed;
|
4841
4936
|
}
|
4842
4937
|
.list-group-item.disabled .list-group-item-heading,
|
4843
4938
|
.list-group-item.disabled:hover .list-group-item-heading,
|
@@ -5005,19 +5100,23 @@ a.list-group-item-danger.active:focus {
|
|
5005
5100
|
border-bottom-right-radius: 3px;
|
5006
5101
|
border-bottom-left-radius: 3px;
|
5007
5102
|
}
|
5008
|
-
.panel > .list-group
|
5103
|
+
.panel > .list-group,
|
5104
|
+
.panel > .panel-collapse > .list-group {
|
5009
5105
|
margin-bottom: 0;
|
5010
5106
|
}
|
5011
|
-
.panel > .list-group .list-group-item
|
5107
|
+
.panel > .list-group .list-group-item,
|
5108
|
+
.panel > .panel-collapse > .list-group .list-group-item {
|
5012
5109
|
border-width: 1px 0;
|
5013
5110
|
border-radius: 0;
|
5014
5111
|
}
|
5015
|
-
.panel > .list-group:first-child .list-group-item:first-child
|
5112
|
+
.panel > .list-group:first-child .list-group-item:first-child,
|
5113
|
+
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
|
5016
5114
|
border-top: 0;
|
5017
5115
|
border-top-right-radius: 3px;
|
5018
5116
|
border-top-left-radius: 3px;
|
5019
5117
|
}
|
5020
|
-
.panel > .list-group:last-child .list-group-item:last-child
|
5118
|
+
.panel > .list-group:last-child .list-group-item:last-child,
|
5119
|
+
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
|
5021
5120
|
border-bottom: 0;
|
5022
5121
|
border-bottom-right-radius: 3px;
|
5023
5122
|
border-bottom-left-radius: 3px;
|
@@ -5033,11 +5132,24 @@ a.list-group-item-danger.active:focus {
|
|
5033
5132
|
.panel > .panel-collapse > .table {
|
5034
5133
|
margin-bottom: 0;
|
5035
5134
|
}
|
5135
|
+
.panel > .table caption,
|
5136
|
+
.panel > .table-responsive > .table caption,
|
5137
|
+
.panel > .panel-collapse > .table caption {
|
5138
|
+
padding-left: 15px;
|
5139
|
+
padding-right: 15px;
|
5140
|
+
}
|
5036
5141
|
.panel > .table:first-child,
|
5037
5142
|
.panel > .table-responsive:first-child > .table:first-child {
|
5038
5143
|
border-top-right-radius: 3px;
|
5039
5144
|
border-top-left-radius: 3px;
|
5040
5145
|
}
|
5146
|
+
.panel > .table:first-child > thead:first-child > tr:first-child,
|
5147
|
+
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
|
5148
|
+
.panel > .table:first-child > tbody:first-child > tr:first-child,
|
5149
|
+
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
|
5150
|
+
border-top-left-radius: 3px;
|
5151
|
+
border-top-right-radius: 3px;
|
5152
|
+
}
|
5041
5153
|
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
5042
5154
|
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
5043
5155
|
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
@@ -5063,6 +5175,13 @@ a.list-group-item-danger.active:focus {
|
|
5063
5175
|
border-bottom-right-radius: 3px;
|
5064
5176
|
border-bottom-left-radius: 3px;
|
5065
5177
|
}
|
5178
|
+
.panel > .table:last-child > tbody:last-child > tr:last-child,
|
5179
|
+
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
|
5180
|
+
.panel > .table:last-child > tfoot:last-child > tr:last-child,
|
5181
|
+
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
|
5182
|
+
border-bottom-left-radius: 3px;
|
5183
|
+
border-bottom-right-radius: 3px;
|
5184
|
+
}
|
5066
5185
|
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
5067
5186
|
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
5068
5187
|
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
@@ -5084,7 +5203,9 @@ a.list-group-item-danger.active:focus {
|
|
5084
5203
|
border-bottom-right-radius: 3px;
|
5085
5204
|
}
|
5086
5205
|
.panel > .panel-body + .table,
|
5087
|
-
.panel > .panel-body + .table-responsive
|
5206
|
+
.panel > .panel-body + .table-responsive,
|
5207
|
+
.panel > .table + .panel-body,
|
5208
|
+
.panel > .table-responsive + .panel-body {
|
5088
5209
|
border-top: 1px solid #464545;
|
5089
5210
|
}
|
5090
5211
|
.panel > .table > tbody:first-child > tr:first-child th,
|
@@ -5160,7 +5281,8 @@ a.list-group-item-danger.active:focus {
|
|
5160
5281
|
.panel-group .panel-heading {
|
5161
5282
|
border-bottom: 0;
|
5162
5283
|
}
|
5163
|
-
.panel-group .panel-heading + .panel-collapse > .panel-body
|
5284
|
+
.panel-group .panel-heading + .panel-collapse > .panel-body,
|
5285
|
+
.panel-group .panel-heading + .panel-collapse > .list-group {
|
5164
5286
|
border-top: 1px solid #464545;
|
5165
5287
|
}
|
5166
5288
|
.panel-group .panel-footer {
|
@@ -5287,7 +5409,8 @@ a.list-group-item-danger.active:focus {
|
|
5287
5409
|
.embed-responsive .embed-responsive-item,
|
5288
5410
|
.embed-responsive iframe,
|
5289
5411
|
.embed-responsive embed,
|
5290
|
-
.embed-responsive object
|
5412
|
+
.embed-responsive object,
|
5413
|
+
.embed-responsive video {
|
5291
5414
|
position: absolute;
|
5292
5415
|
top: 0;
|
5293
5416
|
left: 0;
|
@@ -5360,21 +5483,25 @@ button.close {
|
|
5360
5483
|
right: 0;
|
5361
5484
|
bottom: 0;
|
5362
5485
|
left: 0;
|
5363
|
-
z-index:
|
5486
|
+
z-index: 1040;
|
5364
5487
|
-webkit-overflow-scrolling: touch;
|
5365
5488
|
outline: 0;
|
5366
5489
|
}
|
5367
5490
|
.modal.fade .modal-dialog {
|
5368
|
-
-webkit-transform:
|
5369
|
-
transform:
|
5491
|
+
-webkit-transform: translate(0, -25%);
|
5492
|
+
-ms-transform: translate(0, -25%);
|
5493
|
+
-o-transform: translate(0, -25%);
|
5494
|
+
transform: translate(0, -25%);
|
5370
5495
|
-webkit-transition: -webkit-transform 0.3s ease-out;
|
5371
5496
|
-moz-transition: -moz-transform 0.3s ease-out;
|
5372
5497
|
-o-transition: -o-transform 0.3s ease-out;
|
5373
5498
|
transition: transform 0.3s ease-out;
|
5374
5499
|
}
|
5375
5500
|
.modal.in .modal-dialog {
|
5376
|
-
-webkit-transform:
|
5377
|
-
transform:
|
5501
|
+
-webkit-transform: translate(0, 0);
|
5502
|
+
-ms-transform: translate(0, 0);
|
5503
|
+
-o-transform: translate(0, 0);
|
5504
|
+
transform: translate(0, 0);
|
5378
5505
|
}
|
5379
5506
|
.modal-open .modal {
|
5380
5507
|
overflow-x: hidden;
|
@@ -5402,7 +5529,6 @@ button.close {
|
|
5402
5529
|
right: 0;
|
5403
5530
|
bottom: 0;
|
5404
5531
|
left: 0;
|
5405
|
-
z-index: 1040;
|
5406
5532
|
background-color: #000000;
|
5407
5533
|
}
|
5408
5534
|
.modal-backdrop.fade {
|
@@ -5575,6 +5701,9 @@ button.close {
|
|
5575
5701
|
display: none;
|
5576
5702
|
max-width: 276px;
|
5577
5703
|
padding: 1px;
|
5704
|
+
font-size: 15px;
|
5705
|
+
font-weight: normal;
|
5706
|
+
line-height: 1.42857143;
|
5578
5707
|
text-align: left;
|
5579
5708
|
background-color: #303030;
|
5580
5709
|
background-clip: padding-box;
|
@@ -5601,8 +5730,6 @@ button.close {
|
|
5601
5730
|
margin: 0;
|
5602
5731
|
padding: 8px 14px;
|
5603
5732
|
font-size: 15px;
|
5604
|
-
font-weight: normal;
|
5605
|
-
line-height: 18px;
|
5606
5733
|
background-color: #282828;
|
5607
5734
|
border-bottom: 1px solid #1c1c1c;
|
5608
5735
|
border-radius: 5px 5px 0 0;
|
@@ -5705,6 +5832,29 @@ button.close {
|
|
5705
5832
|
.carousel-inner > .item > a > img {
|
5706
5833
|
line-height: 1;
|
5707
5834
|
}
|
5835
|
+
@media all and (transform-3d), (-webkit-transform-3d) {
|
5836
|
+
.carousel-inner > .item {
|
5837
|
+
transition: transform 0.6s ease-in-out;
|
5838
|
+
backface-visibility: hidden;
|
5839
|
+
perspective: 1000;
|
5840
|
+
}
|
5841
|
+
.carousel-inner > .item.next,
|
5842
|
+
.carousel-inner > .item.active.right {
|
5843
|
+
transform: translate3d(100%, 0, 0);
|
5844
|
+
left: 0;
|
5845
|
+
}
|
5846
|
+
.carousel-inner > .item.prev,
|
5847
|
+
.carousel-inner > .item.active.left {
|
5848
|
+
transform: translate3d(-100%, 0, 0);
|
5849
|
+
left: 0;
|
5850
|
+
}
|
5851
|
+
.carousel-inner > .item.next.left,
|
5852
|
+
.carousel-inner > .item.prev.right,
|
5853
|
+
.carousel-inner > .item.active {
|
5854
|
+
transform: translate3d(0, 0, 0);
|
5855
|
+
left: 0;
|
5856
|
+
}
|
5857
|
+
}
|
5708
5858
|
.carousel-inner > .active,
|
5709
5859
|
.carousel-inner > .next,
|
5710
5860
|
.carousel-inner > .prev {
|
@@ -5958,8 +6108,6 @@ button.close {
|
|
5958
6108
|
}
|
5959
6109
|
.affix {
|
5960
6110
|
position: fixed;
|
5961
|
-
-webkit-transform: translate3d(0, 0, 0);
|
5962
|
-
transform: translate3d(0, 0, 0);
|
5963
6111
|
}
|
5964
6112
|
@-ms-viewport {
|
5965
6113
|
width: device-width;
|
@@ -6223,6 +6371,10 @@ table a:not(.btn),
|
|
6223
6371
|
.table a:not(.btn) {
|
6224
6372
|
text-decoration: underline;
|
6225
6373
|
}
|
6374
|
+
table .dropdown-menu a,
|
6375
|
+
.table .dropdown-menu a {
|
6376
|
+
text-decoration: none;
|
6377
|
+
}
|
6226
6378
|
table .success,
|
6227
6379
|
.table .success,
|
6228
6380
|
table .warning,
|