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:300,400,700");
|
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: #f0ad4e;
|
@@ -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: 6px;
|
2054
|
+
padding-bottom: 6px;
|
2055
|
+
color: #4e5d6c;
|
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: #4e5d6c;
|
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: #485563;
|
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: #d43f3a;
|
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 #4e5d6c;
|
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: 31px;
|
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: 52px;
|
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: 31px;
|
2488
2523
|
padding: 5px 10px;
|
2489
2524
|
font-size: 13px;
|
2490
2525
|
line-height: 1.5;
|
2491
2526
|
border-radius: 0;
|
2492
2527
|
}
|
2493
|
-
select.input-sm
|
2528
|
+
select.input-sm,
|
2529
|
+
select.form-group-sm .form-control {
|
2494
2530
|
height: 31px;
|
2495
2531
|
line-height: 31px;
|
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: 52px;
|
2504
2542
|
padding: 12px 24px;
|
2505
2543
|
font-size: 19px;
|
2506
2544
|
line-height: 1.33;
|
2507
2545
|
border-radius: 0;
|
2508
2546
|
}
|
2509
|
-
select.input-lg
|
2547
|
+
select.input-lg,
|
2548
|
+
select.form-group-lg .form-control {
|
2510
2549
|
height: 52px;
|
2511
2550
|
line-height: 52px;
|
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: 39px;
|
2531
2572
|
line-height: 39px;
|
2532
2573
|
text-align: center;
|
2574
|
+
pointer-events: none;
|
2533
2575
|
}
|
2534
2576
|
.input-lg + .form-control-feedback {
|
2535
2577
|
width: 52px;
|
@@ -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: #ebebeb;
|
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: #ebebeb;
|
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: #ebebeb;
|
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: #ebebeb;
|
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: #df691a;
|
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;
|
@@ -3403,12 +3496,13 @@ tbody.collapse.in {
|
|
3403
3496
|
.btn-group-justified > .btn-group .dropdown-menu {
|
3404
3497
|
left: auto;
|
3405
3498
|
}
|
3406
|
-
[data-toggle="buttons"] > .btn
|
3407
|
-
[data-toggle="buttons"] > .btn > input[type="
|
3499
|
+
[data-toggle="buttons"] > .btn input[type="radio"],
|
3500
|
+
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
|
3501
|
+
[data-toggle="buttons"] > .btn input[type="checkbox"],
|
3502
|
+
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
|
3408
3503
|
position: absolute;
|
3409
|
-
|
3410
|
-
|
3411
|
-
filter: alpha(opacity=0);
|
3504
|
+
clip: rect(0, 0, 0, 0);
|
3505
|
+
pointer-events: none;
|
3412
3506
|
}
|
3413
3507
|
.input-group {
|
3414
3508
|
position: relative;
|
@@ -3747,9 +3841,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3747
3841
|
}
|
3748
3842
|
.tab-content > .tab-pane {
|
3749
3843
|
display: none;
|
3844
|
+
visibility: hidden;
|
3750
3845
|
}
|
3751
3846
|
.tab-content > .active {
|
3752
3847
|
display: block;
|
3848
|
+
visibility: visible;
|
3753
3849
|
}
|
3754
3850
|
.nav-tabs .dropdown-menu {
|
3755
3851
|
margin-top: -1px;
|
@@ -3791,6 +3887,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3791
3887
|
}
|
3792
3888
|
.navbar-collapse.collapse {
|
3793
3889
|
display: block !important;
|
3890
|
+
visibility: visible !important;
|
3794
3891
|
height: auto !important;
|
3795
3892
|
padding-bottom: 0;
|
3796
3893
|
overflow: visible !important;
|
@@ -3809,7 +3906,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3809
3906
|
.navbar-fixed-bottom .navbar-collapse {
|
3810
3907
|
max-height: 340px;
|
3811
3908
|
}
|
3812
|
-
@media (max-width: 480px) and (orientation: landscape) {
|
3909
|
+
@media (max-device-width: 480px) and (orientation: landscape) {
|
3813
3910
|
.navbar-fixed-top .navbar-collapse,
|
3814
3911
|
.navbar-fixed-bottom .navbar-collapse {
|
3815
3912
|
max-height: 200px;
|
@@ -3846,8 +3943,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3846
3943
|
right: 0;
|
3847
3944
|
left: 0;
|
3848
3945
|
z-index: 1030;
|
3849
|
-
-webkit-transform: translate3d(0, 0, 0);
|
3850
|
-
transform: translate3d(0, 0, 0);
|
3851
3946
|
}
|
3852
3947
|
@media (min-width: 768px) {
|
3853
3948
|
.navbar-fixed-top,
|
@@ -3875,6 +3970,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3875
3970
|
.navbar-brand:focus {
|
3876
3971
|
text-decoration: none;
|
3877
3972
|
}
|
3973
|
+
.navbar-brand > img {
|
3974
|
+
display: block;
|
3975
|
+
}
|
3878
3976
|
@media (min-width: 768px) {
|
3879
3977
|
.navbar > .container .navbar-brand,
|
3880
3978
|
.navbar > .container-fluid .navbar-brand {
|
@@ -3952,17 +4050,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3952
4050
|
padding-top: 9.5px;
|
3953
4051
|
padding-bottom: 9.5px;
|
3954
4052
|
}
|
3955
|
-
.navbar-nav.navbar-right:last-child {
|
3956
|
-
margin-right: -15px;
|
3957
|
-
}
|
3958
|
-
}
|
3959
|
-
@media (min-width: 768px) {
|
3960
|
-
.navbar-left {
|
3961
|
-
float: left !important;
|
3962
|
-
}
|
3963
|
-
.navbar-right {
|
3964
|
-
float: right !important;
|
3965
|
-
}
|
3966
4053
|
}
|
3967
4054
|
.navbar-form {
|
3968
4055
|
margin-left: -15px;
|
@@ -3986,6 +4073,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3986
4073
|
width: auto;
|
3987
4074
|
vertical-align: middle;
|
3988
4075
|
}
|
4076
|
+
.navbar-form .form-control-static {
|
4077
|
+
display: inline-block;
|
4078
|
+
}
|
3989
4079
|
.navbar-form .input-group {
|
3990
4080
|
display: inline-table;
|
3991
4081
|
vertical-align: middle;
|
@@ -4026,6 +4116,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
4026
4116
|
.navbar-form .form-group {
|
4027
4117
|
margin-bottom: 5px;
|
4028
4118
|
}
|
4119
|
+
.navbar-form .form-group:last-child {
|
4120
|
+
margin-bottom: 0;
|
4121
|
+
}
|
4029
4122
|
}
|
4030
4123
|
@media (min-width: 768px) {
|
4031
4124
|
.navbar-form {
|
@@ -4038,9 +4131,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
4038
4131
|
-webkit-box-shadow: none;
|
4039
4132
|
box-shadow: none;
|
4040
4133
|
}
|
4041
|
-
.navbar-form.navbar-right:last-child {
|
4042
|
-
margin-right: -15px;
|
4043
|
-
}
|
4044
4134
|
}
|
4045
4135
|
.navbar-nav > li > .dropdown-menu {
|
4046
4136
|
margin-top: 0;
|
@@ -4073,7 +4163,16 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
4073
4163
|
margin-left: 15px;
|
4074
4164
|
margin-right: 15px;
|
4075
4165
|
}
|
4076
|
-
|
4166
|
+
}
|
4167
|
+
@media (min-width: 768px) {
|
4168
|
+
.navbar-left {
|
4169
|
+
float: left !important;
|
4170
|
+
}
|
4171
|
+
.navbar-right {
|
4172
|
+
float: right !important;
|
4173
|
+
margin-right: -15px;
|
4174
|
+
}
|
4175
|
+
.navbar-right ~ .navbar-right {
|
4077
4176
|
margin-right: 0;
|
4078
4177
|
}
|
4079
4178
|
}
|
@@ -4531,7 +4630,7 @@ a.list-group-item.active > .badge,
|
|
4531
4630
|
margin-left: 3px;
|
4532
4631
|
}
|
4533
4632
|
.jumbotron {
|
4534
|
-
padding: 30px;
|
4633
|
+
padding: 30px 15px;
|
4535
4634
|
margin-bottom: 30px;
|
4536
4635
|
color: inherit;
|
4537
4636
|
background-color: #4e5d6c;
|
@@ -4548,7 +4647,8 @@ a.list-group-item.active > .badge,
|
|
4548
4647
|
.jumbotron > hr {
|
4549
4648
|
border-top-color: #39444e;
|
4550
4649
|
}
|
4551
|
-
.container .jumbotron
|
4650
|
+
.container .jumbotron,
|
4651
|
+
.container-fluid .jumbotron {
|
4552
4652
|
border-radius: 0;
|
4553
4653
|
}
|
4554
4654
|
.jumbotron .container {
|
@@ -4556,8 +4656,7 @@ a.list-group-item.active > .badge,
|
|
4556
4656
|
}
|
4557
4657
|
@media screen and (min-width: 768px) {
|
4558
4658
|
.jumbotron {
|
4559
|
-
padding
|
4560
|
-
padding-bottom: 48px;
|
4659
|
+
padding: 48px 0;
|
4561
4660
|
}
|
4562
4661
|
.container .jumbotron {
|
4563
4662
|
padding-left: 60px;
|
@@ -4576,9 +4675,9 @@ a.list-group-item.active > .badge,
|
|
4576
4675
|
background-color: #2b3e50;
|
4577
4676
|
border: 1px solid #dddddd;
|
4578
4677
|
border-radius: 0;
|
4579
|
-
-webkit-transition:
|
4580
|
-
-o-transition:
|
4581
|
-
transition:
|
4678
|
+
-webkit-transition: border 0.2s ease-in-out;
|
4679
|
+
-o-transition: border 0.2s ease-in-out;
|
4680
|
+
transition: border 0.2s ease-in-out;
|
4582
4681
|
}
|
4583
4682
|
.thumbnail > img,
|
4584
4683
|
.thumbnail a > img {
|
@@ -4722,17 +4821,6 @@ a.thumbnail.active {
|
|
4722
4821
|
-o-animation: progress-bar-stripes 2s linear infinite;
|
4723
4822
|
animation: progress-bar-stripes 2s linear infinite;
|
4724
4823
|
}
|
4725
|
-
.progress-bar[aria-valuenow="1"],
|
4726
|
-
.progress-bar[aria-valuenow="2"] {
|
4727
|
-
min-width: 30px;
|
4728
|
-
}
|
4729
|
-
.progress-bar[aria-valuenow="0"] {
|
4730
|
-
color: #4e5d6c;
|
4731
|
-
min-width: 30px;
|
4732
|
-
background-color: transparent;
|
4733
|
-
background-image: none;
|
4734
|
-
box-shadow: none;
|
4735
|
-
}
|
4736
4824
|
.progress-bar-success {
|
4737
4825
|
background-color: #5cb85c;
|
4738
4826
|
}
|
@@ -4765,29 +4853,35 @@ a.thumbnail.active {
|
|
4765
4853
|
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);
|
4766
4854
|
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);
|
4767
4855
|
}
|
4768
|
-
.media
|
4769
|
-
.media-body {
|
4770
|
-
overflow: hidden;
|
4771
|
-
zoom: 1;
|
4772
|
-
}
|
4773
|
-
.media,
|
4774
|
-
.media .media {
|
4856
|
+
.media {
|
4775
4857
|
margin-top: 15px;
|
4776
4858
|
}
|
4777
4859
|
.media:first-child {
|
4778
4860
|
margin-top: 0;
|
4779
4861
|
}
|
4780
|
-
.media-
|
4781
|
-
|
4782
|
-
|
4783
|
-
.media-heading {
|
4784
|
-
margin: 0 0 5px;
|
4862
|
+
.media-right,
|
4863
|
+
.media > .pull-right {
|
4864
|
+
padding-left: 10px;
|
4785
4865
|
}
|
4866
|
+
.media-left,
|
4786
4867
|
.media > .pull-left {
|
4787
|
-
|
4868
|
+
padding-right: 10px;
|
4788
4869
|
}
|
4789
|
-
.media
|
4790
|
-
|
4870
|
+
.media-left,
|
4871
|
+
.media-right,
|
4872
|
+
.media-body {
|
4873
|
+
display: table-cell;
|
4874
|
+
vertical-align: top;
|
4875
|
+
}
|
4876
|
+
.media-middle {
|
4877
|
+
vertical-align: middle;
|
4878
|
+
}
|
4879
|
+
.media-bottom {
|
4880
|
+
vertical-align: bottom;
|
4881
|
+
}
|
4882
|
+
.media-heading {
|
4883
|
+
margin-top: 0;
|
4884
|
+
margin-bottom: 5px;
|
4791
4885
|
}
|
4792
4886
|
.media-list {
|
4793
4887
|
padding-left: 0;
|
@@ -4837,6 +4931,7 @@ a.list-group-item:focus {
|
|
4837
4931
|
.list-group-item.disabled:focus {
|
4838
4932
|
background-color: #ebebeb;
|
4839
4933
|
color: #4e5d6c;
|
4934
|
+
cursor: not-allowed;
|
4840
4935
|
}
|
4841
4936
|
.list-group-item.disabled .list-group-item-heading,
|
4842
4937
|
.list-group-item.disabled:hover .list-group-item-heading,
|
@@ -5004,19 +5099,23 @@ a.list-group-item-danger.active:focus {
|
|
5004
5099
|
border-bottom-right-radius: -1;
|
5005
5100
|
border-bottom-left-radius: -1;
|
5006
5101
|
}
|
5007
|
-
.panel > .list-group
|
5102
|
+
.panel > .list-group,
|
5103
|
+
.panel > .panel-collapse > .list-group {
|
5008
5104
|
margin-bottom: 0;
|
5009
5105
|
}
|
5010
|
-
.panel > .list-group .list-group-item
|
5106
|
+
.panel > .list-group .list-group-item,
|
5107
|
+
.panel > .panel-collapse > .list-group .list-group-item {
|
5011
5108
|
border-width: 1px 0;
|
5012
5109
|
border-radius: 0;
|
5013
5110
|
}
|
5014
|
-
.panel > .list-group:first-child .list-group-item:first-child
|
5111
|
+
.panel > .list-group:first-child .list-group-item:first-child,
|
5112
|
+
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
|
5015
5113
|
border-top: 0;
|
5016
5114
|
border-top-right-radius: -1;
|
5017
5115
|
border-top-left-radius: -1;
|
5018
5116
|
}
|
5019
|
-
.panel > .list-group:last-child .list-group-item:last-child
|
5117
|
+
.panel > .list-group:last-child .list-group-item:last-child,
|
5118
|
+
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
|
5020
5119
|
border-bottom: 0;
|
5021
5120
|
border-bottom-right-radius: -1;
|
5022
5121
|
border-bottom-left-radius: -1;
|
@@ -5032,11 +5131,24 @@ a.list-group-item-danger.active:focus {
|
|
5032
5131
|
.panel > .panel-collapse > .table {
|
5033
5132
|
margin-bottom: 0;
|
5034
5133
|
}
|
5134
|
+
.panel > .table caption,
|
5135
|
+
.panel > .table-responsive > .table caption,
|
5136
|
+
.panel > .panel-collapse > .table caption {
|
5137
|
+
padding-left: 15px;
|
5138
|
+
padding-right: 15px;
|
5139
|
+
}
|
5035
5140
|
.panel > .table:first-child,
|
5036
5141
|
.panel > .table-responsive:first-child > .table:first-child {
|
5037
5142
|
border-top-right-radius: -1;
|
5038
5143
|
border-top-left-radius: -1;
|
5039
5144
|
}
|
5145
|
+
.panel > .table:first-child > thead:first-child > tr:first-child,
|
5146
|
+
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
|
5147
|
+
.panel > .table:first-child > tbody:first-child > tr:first-child,
|
5148
|
+
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
|
5149
|
+
border-top-left-radius: -1;
|
5150
|
+
border-top-right-radius: -1;
|
5151
|
+
}
|
5040
5152
|
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
5041
5153
|
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
5042
5154
|
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
@@ -5062,6 +5174,13 @@ a.list-group-item-danger.active:focus {
|
|
5062
5174
|
border-bottom-right-radius: -1;
|
5063
5175
|
border-bottom-left-radius: -1;
|
5064
5176
|
}
|
5177
|
+
.panel > .table:last-child > tbody:last-child > tr:last-child,
|
5178
|
+
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
|
5179
|
+
.panel > .table:last-child > tfoot:last-child > tr:last-child,
|
5180
|
+
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
|
5181
|
+
border-bottom-left-radius: -1;
|
5182
|
+
border-bottom-right-radius: -1;
|
5183
|
+
}
|
5065
5184
|
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
5066
5185
|
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
5067
5186
|
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
@@ -5083,7 +5202,9 @@ a.list-group-item-danger.active:focus {
|
|
5083
5202
|
border-bottom-right-radius: -1;
|
5084
5203
|
}
|
5085
5204
|
.panel > .panel-body + .table,
|
5086
|
-
.panel > .panel-body + .table-responsive
|
5205
|
+
.panel > .panel-body + .table-responsive,
|
5206
|
+
.panel > .table + .panel-body,
|
5207
|
+
.panel > .table-responsive + .panel-body {
|
5087
5208
|
border-top: 1px solid #4e5d6c;
|
5088
5209
|
}
|
5089
5210
|
.panel > .table > tbody:first-child > tr:first-child th,
|
@@ -5159,7 +5280,8 @@ a.list-group-item-danger.active:focus {
|
|
5159
5280
|
.panel-group .panel-heading {
|
5160
5281
|
border-bottom: 0;
|
5161
5282
|
}
|
5162
|
-
.panel-group .panel-heading + .panel-collapse > .panel-body
|
5283
|
+
.panel-group .panel-heading + .panel-collapse > .panel-body,
|
5284
|
+
.panel-group .panel-heading + .panel-collapse > .list-group {
|
5163
5285
|
border-top: 1px solid transparent;
|
5164
5286
|
}
|
5165
5287
|
.panel-group .panel-footer {
|
@@ -5286,7 +5408,8 @@ a.list-group-item-danger.active:focus {
|
|
5286
5408
|
.embed-responsive .embed-responsive-item,
|
5287
5409
|
.embed-responsive iframe,
|
5288
5410
|
.embed-responsive embed,
|
5289
|
-
.embed-responsive object
|
5411
|
+
.embed-responsive object,
|
5412
|
+
.embed-responsive video {
|
5290
5413
|
position: absolute;
|
5291
5414
|
top: 0;
|
5292
5415
|
left: 0;
|
@@ -5359,21 +5482,25 @@ button.close {
|
|
5359
5482
|
right: 0;
|
5360
5483
|
bottom: 0;
|
5361
5484
|
left: 0;
|
5362
|
-
z-index:
|
5485
|
+
z-index: 1040;
|
5363
5486
|
-webkit-overflow-scrolling: touch;
|
5364
5487
|
outline: 0;
|
5365
5488
|
}
|
5366
5489
|
.modal.fade .modal-dialog {
|
5367
|
-
-webkit-transform:
|
5368
|
-
transform:
|
5490
|
+
-webkit-transform: translate(0, -25%);
|
5491
|
+
-ms-transform: translate(0, -25%);
|
5492
|
+
-o-transform: translate(0, -25%);
|
5493
|
+
transform: translate(0, -25%);
|
5369
5494
|
-webkit-transition: -webkit-transform 0.3s ease-out;
|
5370
5495
|
-moz-transition: -moz-transform 0.3s ease-out;
|
5371
5496
|
-o-transition: -o-transform 0.3s ease-out;
|
5372
5497
|
transition: transform 0.3s ease-out;
|
5373
5498
|
}
|
5374
5499
|
.modal.in .modal-dialog {
|
5375
|
-
-webkit-transform:
|
5376
|
-
transform:
|
5500
|
+
-webkit-transform: translate(0, 0);
|
5501
|
+
-ms-transform: translate(0, 0);
|
5502
|
+
-o-transform: translate(0, 0);
|
5503
|
+
transform: translate(0, 0);
|
5377
5504
|
}
|
5378
5505
|
.modal-open .modal {
|
5379
5506
|
overflow-x: hidden;
|
@@ -5400,7 +5527,6 @@ button.close {
|
|
5400
5527
|
right: 0;
|
5401
5528
|
bottom: 0;
|
5402
5529
|
left: 0;
|
5403
|
-
z-index: 1040;
|
5404
5530
|
background-color: #000000;
|
5405
5531
|
}
|
5406
5532
|
.modal-backdrop.fade {
|
@@ -5573,6 +5699,9 @@ button.close {
|
|
5573
5699
|
display: none;
|
5574
5700
|
max-width: 276px;
|
5575
5701
|
padding: 1px;
|
5702
|
+
font-size: 15px;
|
5703
|
+
font-weight: normal;
|
5704
|
+
line-height: 1.42857143;
|
5576
5705
|
text-align: left;
|
5577
5706
|
background-color: #4e5d6c;
|
5578
5707
|
background-clip: padding-box;
|
@@ -5598,8 +5727,6 @@ button.close {
|
|
5598
5727
|
margin: 0;
|
5599
5728
|
padding: 8px 14px;
|
5600
5729
|
font-size: 15px;
|
5601
|
-
font-weight: normal;
|
5602
|
-
line-height: 18px;
|
5603
5730
|
background-color: #485563;
|
5604
5731
|
border-bottom: 1px solid #3d4954;
|
5605
5732
|
border-radius: -1 -1 0 0;
|
@@ -5698,6 +5825,29 @@ button.close {
|
|
5698
5825
|
.carousel-inner > .item > a > img {
|
5699
5826
|
line-height: 1;
|
5700
5827
|
}
|
5828
|
+
@media all and (transform-3d), (-webkit-transform-3d) {
|
5829
|
+
.carousel-inner > .item {
|
5830
|
+
transition: transform 0.6s ease-in-out;
|
5831
|
+
backface-visibility: hidden;
|
5832
|
+
perspective: 1000;
|
5833
|
+
}
|
5834
|
+
.carousel-inner > .item.next,
|
5835
|
+
.carousel-inner > .item.active.right {
|
5836
|
+
transform: translate3d(100%, 0, 0);
|
5837
|
+
left: 0;
|
5838
|
+
}
|
5839
|
+
.carousel-inner > .item.prev,
|
5840
|
+
.carousel-inner > .item.active.left {
|
5841
|
+
transform: translate3d(-100%, 0, 0);
|
5842
|
+
left: 0;
|
5843
|
+
}
|
5844
|
+
.carousel-inner > .item.next.left,
|
5845
|
+
.carousel-inner > .item.prev.right,
|
5846
|
+
.carousel-inner > .item.active {
|
5847
|
+
transform: translate3d(0, 0, 0);
|
5848
|
+
left: 0;
|
5849
|
+
}
|
5850
|
+
}
|
5701
5851
|
.carousel-inner > .active,
|
5702
5852
|
.carousel-inner > .next,
|
5703
5853
|
.carousel-inner > .prev {
|
@@ -5951,8 +6101,6 @@ button.close {
|
|
5951
6101
|
}
|
5952
6102
|
.affix {
|
5953
6103
|
position: fixed;
|
5954
|
-
-webkit-transform: translate3d(0, 0, 0);
|
5955
|
-
transform: translate3d(0, 0, 0);
|
5956
6104
|
}
|
5957
6105
|
@-ms-viewport {
|
5958
6106
|
width: device-width;
|
@@ -6240,6 +6388,10 @@ table a:not(.btn),
|
|
6240
6388
|
color: #fff;
|
6241
6389
|
text-decoration: underline;
|
6242
6390
|
}
|
6391
|
+
table .dropdown-menu a,
|
6392
|
+
.table .dropdown-menu a {
|
6393
|
+
text-decoration: none;
|
6394
|
+
}
|
6243
6395
|
table .text-muted,
|
6244
6396
|
.table .text-muted {
|
6245
6397
|
color: #4e5d6c;
|