bootswatch_rails 3.3.4.1 → 3.3.5.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/datatables/DataTables-1.10.9.zip +0 -0
- data/generate.sh +31 -23
- data/lib/bootswatch_rails/engine.rb +1 -1
- data/lib/bootswatch_rails/version.rb +6 -6
- data/vendor/assets/javascripts/dataTables.responsive.js +16 -7
- data/vendor/assets/javascripts/jquery.dataTables.js +574 -324
- data/vendor/assets/stylesheets/cerulean.css +306 -83
- data/vendor/assets/stylesheets/cosmo.css +328 -84
- data/vendor/assets/stylesheets/custom.css +303 -83
- data/vendor/assets/stylesheets/cyborg.css +333 -83
- data/vendor/assets/stylesheets/darkly.css +325 -93
- data/vendor/assets/stylesheets/flatly.css +316 -84
- data/vendor/assets/stylesheets/journal.css +328 -84
- data/vendor/assets/stylesheets/jquery.dataTables.css +58 -95
- data/vendor/assets/stylesheets/lumen.css +327 -83
- data/vendor/assets/stylesheets/paper.css +464 -168
- data/vendor/assets/stylesheets/readable.css +303 -83
- data/vendor/assets/stylesheets/{dataTables.responsive.css → responsive.dataTables.css} +0 -0
- data/vendor/assets/stylesheets/sandstone.css +303 -83
- data/vendor/assets/stylesheets/simplex.css +334 -87
- data/vendor/assets/stylesheets/slate.css +327 -83
- data/vendor/assets/stylesheets/spacelab.css +306 -83
- data/vendor/assets/stylesheets/superhero.css +328 -84
- data/vendor/assets/stylesheets/united.css +309 -84
- data/vendor/assets/stylesheets/yeti.css +310 -88
- metadata +5 -7
- data/.gitmodules +0 -3
- data/datatables/DataTables-1.10.4.zip +0 -0
- data/datatables/DataTables-1.10.6.zip +0 -0
@@ -1,12 +1,17 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
|
2
2
|
/*!
|
3
|
-
* bootswatch v3.3.
|
3
|
+
* bootswatch v3.3.5
|
4
4
|
* Homepage: http://bootswatch.com
|
5
5
|
* Copyright 2012-2015 Thomas Park
|
6
6
|
* Licensed under MIT
|
7
7
|
* Based on Bootstrap
|
8
8
|
*/
|
9
|
-
/*!
|
9
|
+
/*!
|
10
|
+
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
11
|
+
* Copyright 2011-2015 Twitter, Inc.
|
12
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
13
|
+
*/
|
14
|
+
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
10
15
|
html {
|
11
16
|
font-family: sans-serif;
|
12
17
|
-ms-text-size-adjust: 100%;
|
@@ -96,8 +101,8 @@ figure {
|
|
96
101
|
margin: 1em 40px;
|
97
102
|
}
|
98
103
|
hr {
|
99
|
-
-moz-box-sizing: content-box;
|
100
104
|
-webkit-box-sizing: content-box;
|
105
|
+
-moz-box-sizing: content-box;
|
101
106
|
box-sizing: content-box;
|
102
107
|
height: 0;
|
103
108
|
}
|
@@ -159,9 +164,9 @@ input[type="number"]::-webkit-outer-spin-button {
|
|
159
164
|
}
|
160
165
|
input[type="search"] {
|
161
166
|
-webkit-appearance: textfield;
|
162
|
-
-moz-box-sizing: content-box;
|
163
167
|
-webkit-box-sizing: content-box;
|
164
|
-
|
168
|
+
-moz-box-sizing: content-box;
|
169
|
+
box-sizing: content-box;
|
165
170
|
}
|
166
171
|
input[type="search"]::-webkit-search-cancel-button,
|
167
172
|
input[type="search"]::-webkit-search-decoration {
|
@@ -240,9 +245,6 @@ th {
|
|
240
245
|
h3 {
|
241
246
|
page-break-after: avoid;
|
242
247
|
}
|
243
|
-
select {
|
244
|
-
background: #fff !important;
|
245
|
-
}
|
246
248
|
.navbar {
|
247
249
|
display: none;
|
248
250
|
}
|
@@ -1342,62 +1344,72 @@ mark,
|
|
1342
1344
|
.text-primary {
|
1343
1345
|
color: #446e9b;
|
1344
1346
|
}
|
1345
|
-
a.text-primary:hover
|
1347
|
+
a.text-primary:hover,
|
1348
|
+
a.text-primary:focus {
|
1346
1349
|
color: #345578;
|
1347
1350
|
}
|
1348
1351
|
.text-success {
|
1349
1352
|
color: #468847;
|
1350
1353
|
}
|
1351
|
-
a.text-success:hover
|
1354
|
+
a.text-success:hover,
|
1355
|
+
a.text-success:focus {
|
1352
1356
|
color: #356635;
|
1353
1357
|
}
|
1354
1358
|
.text-info {
|
1355
1359
|
color: #3a87ad;
|
1356
1360
|
}
|
1357
|
-
a.text-info:hover
|
1361
|
+
a.text-info:hover,
|
1362
|
+
a.text-info:focus {
|
1358
1363
|
color: #2d6987;
|
1359
1364
|
}
|
1360
1365
|
.text-warning {
|
1361
1366
|
color: #c09853;
|
1362
1367
|
}
|
1363
|
-
a.text-warning:hover
|
1368
|
+
a.text-warning:hover,
|
1369
|
+
a.text-warning:focus {
|
1364
1370
|
color: #a47e3c;
|
1365
1371
|
}
|
1366
1372
|
.text-danger {
|
1367
1373
|
color: #b94a48;
|
1368
1374
|
}
|
1369
|
-
a.text-danger:hover
|
1375
|
+
a.text-danger:hover,
|
1376
|
+
a.text-danger:focus {
|
1370
1377
|
color: #953b39;
|
1371
1378
|
}
|
1372
1379
|
.bg-primary {
|
1373
1380
|
color: #fff;
|
1374
1381
|
background-color: #446e9b;
|
1375
1382
|
}
|
1376
|
-
a.bg-primary:hover
|
1383
|
+
a.bg-primary:hover,
|
1384
|
+
a.bg-primary:focus {
|
1377
1385
|
background-color: #345578;
|
1378
1386
|
}
|
1379
1387
|
.bg-success {
|
1380
1388
|
background-color: #dff0d8;
|
1381
1389
|
}
|
1382
|
-
a.bg-success:hover
|
1390
|
+
a.bg-success:hover,
|
1391
|
+
a.bg-success:focus {
|
1383
1392
|
background-color: #c1e2b3;
|
1384
1393
|
}
|
1385
1394
|
.bg-info {
|
1386
1395
|
background-color: #d9edf7;
|
1387
1396
|
}
|
1388
|
-
a.bg-info:hover
|
1397
|
+
a.bg-info:hover,
|
1398
|
+
a.bg-info:focus {
|
1389
1399
|
background-color: #afd9ee;
|
1390
1400
|
}
|
1391
1401
|
.bg-warning {
|
1392
1402
|
background-color: #fcf8e3;
|
1393
1403
|
}
|
1394
|
-
a.bg-warning:hover
|
1404
|
+
a.bg-warning:hover,
|
1405
|
+
a.bg-warning:focus {
|
1395
1406
|
background-color: #f7ecb5;
|
1396
1407
|
}
|
1397
1408
|
.bg-danger {
|
1398
1409
|
background-color: #f2dede;
|
1399
1410
|
}
|
1400
|
-
a.bg-danger:hover
|
1411
|
+
a.bg-danger:hover,
|
1412
|
+
a.bg-danger:focus {
|
1401
1413
|
background-color: #e4b9b9;
|
1402
1414
|
}
|
1403
1415
|
.page-header {
|
@@ -2591,10 +2603,10 @@ input[type="search"] {
|
|
2591
2603
|
-webkit-appearance: none;
|
2592
2604
|
}
|
2593
2605
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
2594
|
-
input[type="date"],
|
2595
|
-
input[type="time"],
|
2596
|
-
input[type="datetime-local"],
|
2597
|
-
input[type="month"] {
|
2606
|
+
input[type="date"].form-control,
|
2607
|
+
input[type="time"].form-control,
|
2608
|
+
input[type="datetime-local"].form-control,
|
2609
|
+
input[type="month"].form-control {
|
2598
2610
|
line-height: 38px;
|
2599
2611
|
}
|
2600
2612
|
input[type="date"].input-sm,
|
@@ -2716,20 +2728,20 @@ select[multiple].input-sm {
|
|
2716
2728
|
line-height: 1.5;
|
2717
2729
|
border-radius: 3px;
|
2718
2730
|
}
|
2719
|
-
|
2731
|
+
.form-group-sm select.form-control {
|
2720
2732
|
height: 30px;
|
2721
2733
|
line-height: 30px;
|
2722
2734
|
}
|
2723
|
-
|
2724
|
-
|
2735
|
+
.form-group-sm textarea.form-control,
|
2736
|
+
.form-group-sm select[multiple].form-control {
|
2725
2737
|
height: auto;
|
2726
2738
|
}
|
2727
2739
|
.form-group-sm .form-control-static {
|
2728
2740
|
height: 30px;
|
2729
|
-
|
2741
|
+
min-height: 32px;
|
2742
|
+
padding: 6px 10px;
|
2730
2743
|
font-size: 12px;
|
2731
2744
|
line-height: 1.5;
|
2732
|
-
min-height: 32px;
|
2733
2745
|
}
|
2734
2746
|
.input-lg {
|
2735
2747
|
height: 54px;
|
@@ -2753,20 +2765,20 @@ select[multiple].input-lg {
|
|
2753
2765
|
line-height: 1.3333333;
|
2754
2766
|
border-radius: 6px;
|
2755
2767
|
}
|
2756
|
-
|
2768
|
+
.form-group-lg select.form-control {
|
2757
2769
|
height: 54px;
|
2758
2770
|
line-height: 54px;
|
2759
2771
|
}
|
2760
|
-
|
2761
|
-
|
2772
|
+
.form-group-lg textarea.form-control,
|
2773
|
+
.form-group-lg select[multiple].form-control {
|
2762
2774
|
height: auto;
|
2763
2775
|
}
|
2764
2776
|
.form-group-lg .form-control-static {
|
2765
2777
|
height: 54px;
|
2766
|
-
|
2778
|
+
min-height: 38px;
|
2779
|
+
padding: 15px 16px;
|
2767
2780
|
font-size: 18px;
|
2768
2781
|
line-height: 1.3333333;
|
2769
|
-
min-height: 38px;
|
2770
2782
|
}
|
2771
2783
|
.has-feedback {
|
2772
2784
|
position: relative;
|
@@ -2786,12 +2798,16 @@ select[multiple].form-group-lg .form-control {
|
|
2786
2798
|
text-align: center;
|
2787
2799
|
pointer-events: none;
|
2788
2800
|
}
|
2789
|
-
.input-lg + .form-control-feedback
|
2801
|
+
.input-lg + .form-control-feedback,
|
2802
|
+
.input-group-lg + .form-control-feedback,
|
2803
|
+
.form-group-lg .form-control + .form-control-feedback {
|
2790
2804
|
width: 54px;
|
2791
2805
|
height: 54px;
|
2792
2806
|
line-height: 54px;
|
2793
2807
|
}
|
2794
|
-
.input-sm + .form-control-feedback
|
2808
|
+
.input-sm + .form-control-feedback,
|
2809
|
+
.input-group-sm + .form-control-feedback,
|
2810
|
+
.form-group-sm .form-control + .form-control-feedback {
|
2795
2811
|
width: 30px;
|
2796
2812
|
height: 30px;
|
2797
2813
|
line-height: 30px;
|
@@ -2977,11 +2993,13 @@ select[multiple].form-group-lg .form-control {
|
|
2977
2993
|
@media (min-width: 768px) {
|
2978
2994
|
.form-horizontal .form-group-lg .control-label {
|
2979
2995
|
padding-top: 19.6666662px;
|
2996
|
+
font-size: 18px;
|
2980
2997
|
}
|
2981
2998
|
}
|
2982
2999
|
@media (min-width: 768px) {
|
2983
3000
|
.form-horizontal .form-group-sm .control-label {
|
2984
3001
|
padding-top: 6px;
|
3002
|
+
font-size: 12px;
|
2985
3003
|
}
|
2986
3004
|
}
|
2987
3005
|
.btn {
|
@@ -3032,20 +3050,31 @@ select[multiple].form-group-lg .form-control {
|
|
3032
3050
|
.btn[disabled],
|
3033
3051
|
fieldset[disabled] .btn {
|
3034
3052
|
cursor: not-allowed;
|
3035
|
-
pointer-events: none;
|
3036
3053
|
opacity: 0.65;
|
3037
3054
|
filter: alpha(opacity=65);
|
3038
3055
|
-webkit-box-shadow: none;
|
3039
3056
|
box-shadow: none;
|
3040
3057
|
}
|
3058
|
+
a.btn.disabled,
|
3059
|
+
fieldset[disabled] a.btn {
|
3060
|
+
pointer-events: none;
|
3061
|
+
}
|
3041
3062
|
.btn-default {
|
3042
3063
|
color: #ffffff;
|
3043
3064
|
background-color: #474949;
|
3044
3065
|
border-color: #474949;
|
3045
3066
|
}
|
3046
|
-
.btn-default:hover,
|
3047
3067
|
.btn-default:focus,
|
3048
|
-
.btn-default.focus
|
3068
|
+
.btn-default.focus {
|
3069
|
+
color: #ffffff;
|
3070
|
+
background-color: #2e2f2f;
|
3071
|
+
border-color: #080808;
|
3072
|
+
}
|
3073
|
+
.btn-default:hover {
|
3074
|
+
color: #ffffff;
|
3075
|
+
background-color: #2e2f2f;
|
3076
|
+
border-color: #292a2a;
|
3077
|
+
}
|
3049
3078
|
.btn-default:active,
|
3050
3079
|
.btn-default.active,
|
3051
3080
|
.open > .dropdown-toggle.btn-default {
|
@@ -3053,6 +3082,19 @@ fieldset[disabled] .btn {
|
|
3053
3082
|
background-color: #2e2f2f;
|
3054
3083
|
border-color: #292a2a;
|
3055
3084
|
}
|
3085
|
+
.btn-default:active:hover,
|
3086
|
+
.btn-default.active:hover,
|
3087
|
+
.open > .dropdown-toggle.btn-default:hover,
|
3088
|
+
.btn-default:active:focus,
|
3089
|
+
.btn-default.active:focus,
|
3090
|
+
.open > .dropdown-toggle.btn-default:focus,
|
3091
|
+
.btn-default:active.focus,
|
3092
|
+
.btn-default.active.focus,
|
3093
|
+
.open > .dropdown-toggle.btn-default.focus {
|
3094
|
+
color: #ffffff;
|
3095
|
+
background-color: #1c1d1d;
|
3096
|
+
border-color: #080808;
|
3097
|
+
}
|
3056
3098
|
.btn-default:active,
|
3057
3099
|
.btn-default.active,
|
3058
3100
|
.open > .dropdown-toggle.btn-default {
|
@@ -3088,9 +3130,17 @@ fieldset[disabled] .btn-default.active {
|
|
3088
3130
|
background-color: #446e9b;
|
3089
3131
|
border-color: #446e9b;
|
3090
3132
|
}
|
3091
|
-
.btn-primary:hover,
|
3092
3133
|
.btn-primary:focus,
|
3093
|
-
.btn-primary.focus
|
3134
|
+
.btn-primary.focus {
|
3135
|
+
color: #ffffff;
|
3136
|
+
background-color: #345578;
|
3137
|
+
border-color: #1d2f42;
|
3138
|
+
}
|
3139
|
+
.btn-primary:hover {
|
3140
|
+
color: #ffffff;
|
3141
|
+
background-color: #345578;
|
3142
|
+
border-color: #315070;
|
3143
|
+
}
|
3094
3144
|
.btn-primary:active,
|
3095
3145
|
.btn-primary.active,
|
3096
3146
|
.open > .dropdown-toggle.btn-primary {
|
@@ -3098,6 +3148,19 @@ fieldset[disabled] .btn-default.active {
|
|
3098
3148
|
background-color: #345578;
|
3099
3149
|
border-color: #315070;
|
3100
3150
|
}
|
3151
|
+
.btn-primary:active:hover,
|
3152
|
+
.btn-primary.active:hover,
|
3153
|
+
.open > .dropdown-toggle.btn-primary:hover,
|
3154
|
+
.btn-primary:active:focus,
|
3155
|
+
.btn-primary.active:focus,
|
3156
|
+
.open > .dropdown-toggle.btn-primary:focus,
|
3157
|
+
.btn-primary:active.focus,
|
3158
|
+
.btn-primary.active.focus,
|
3159
|
+
.open > .dropdown-toggle.btn-primary.focus {
|
3160
|
+
color: #ffffff;
|
3161
|
+
background-color: #2a435f;
|
3162
|
+
border-color: #1d2f42;
|
3163
|
+
}
|
3101
3164
|
.btn-primary:active,
|
3102
3165
|
.btn-primary.active,
|
3103
3166
|
.open > .dropdown-toggle.btn-primary {
|
@@ -3133,9 +3196,17 @@ fieldset[disabled] .btn-primary.active {
|
|
3133
3196
|
background-color: #3cb521;
|
3134
3197
|
border-color: #3cb521;
|
3135
3198
|
}
|
3136
|
-
.btn-success:hover,
|
3137
3199
|
.btn-success:focus,
|
3138
|
-
.btn-success.focus
|
3200
|
+
.btn-success.focus {
|
3201
|
+
color: #ffffff;
|
3202
|
+
background-color: #2e8a19;
|
3203
|
+
border-color: #18490d;
|
3204
|
+
}
|
3205
|
+
.btn-success:hover {
|
3206
|
+
color: #ffffff;
|
3207
|
+
background-color: #2e8a19;
|
3208
|
+
border-color: #2b8118;
|
3209
|
+
}
|
3139
3210
|
.btn-success:active,
|
3140
3211
|
.btn-success.active,
|
3141
3212
|
.open > .dropdown-toggle.btn-success {
|
@@ -3143,6 +3214,19 @@ fieldset[disabled] .btn-primary.active {
|
|
3143
3214
|
background-color: #2e8a19;
|
3144
3215
|
border-color: #2b8118;
|
3145
3216
|
}
|
3217
|
+
.btn-success:active:hover,
|
3218
|
+
.btn-success.active:hover,
|
3219
|
+
.open > .dropdown-toggle.btn-success:hover,
|
3220
|
+
.btn-success:active:focus,
|
3221
|
+
.btn-success.active:focus,
|
3222
|
+
.open > .dropdown-toggle.btn-success:focus,
|
3223
|
+
.btn-success:active.focus,
|
3224
|
+
.btn-success.active.focus,
|
3225
|
+
.open > .dropdown-toggle.btn-success.focus {
|
3226
|
+
color: #ffffff;
|
3227
|
+
background-color: #246c14;
|
3228
|
+
border-color: #18490d;
|
3229
|
+
}
|
3146
3230
|
.btn-success:active,
|
3147
3231
|
.btn-success.active,
|
3148
3232
|
.open > .dropdown-toggle.btn-success {
|
@@ -3178,9 +3262,17 @@ fieldset[disabled] .btn-success.active {
|
|
3178
3262
|
background-color: #3399f3;
|
3179
3263
|
border-color: #3399f3;
|
3180
3264
|
}
|
3181
|
-
.btn-info:hover,
|
3182
3265
|
.btn-info:focus,
|
3183
|
-
.btn-info.focus
|
3266
|
+
.btn-info.focus {
|
3267
|
+
color: #ffffff;
|
3268
|
+
background-color: #0e80e5;
|
3269
|
+
border-color: #09589d;
|
3270
|
+
}
|
3271
|
+
.btn-info:hover {
|
3272
|
+
color: #ffffff;
|
3273
|
+
background-color: #0e80e5;
|
3274
|
+
border-color: #0d7bdc;
|
3275
|
+
}
|
3184
3276
|
.btn-info:active,
|
3185
3277
|
.btn-info.active,
|
3186
3278
|
.open > .dropdown-toggle.btn-info {
|
@@ -3188,6 +3280,19 @@ fieldset[disabled] .btn-success.active {
|
|
3188
3280
|
background-color: #0e80e5;
|
3189
3281
|
border-color: #0d7bdc;
|
3190
3282
|
}
|
3283
|
+
.btn-info:active:hover,
|
3284
|
+
.btn-info.active:hover,
|
3285
|
+
.open > .dropdown-toggle.btn-info:hover,
|
3286
|
+
.btn-info:active:focus,
|
3287
|
+
.btn-info.active:focus,
|
3288
|
+
.open > .dropdown-toggle.btn-info:focus,
|
3289
|
+
.btn-info:active.focus,
|
3290
|
+
.btn-info.active.focus,
|
3291
|
+
.open > .dropdown-toggle.btn-info.focus {
|
3292
|
+
color: #ffffff;
|
3293
|
+
background-color: #0c6dc4;
|
3294
|
+
border-color: #09589d;
|
3295
|
+
}
|
3191
3296
|
.btn-info:active,
|
3192
3297
|
.btn-info.active,
|
3193
3298
|
.open > .dropdown-toggle.btn-info {
|
@@ -3223,9 +3328,17 @@ fieldset[disabled] .btn-info.active {
|
|
3223
3328
|
background-color: #d47500;
|
3224
3329
|
border-color: #d47500;
|
3225
3330
|
}
|
3226
|
-
.btn-warning:hover,
|
3227
3331
|
.btn-warning:focus,
|
3228
|
-
.btn-warning.focus
|
3332
|
+
.btn-warning.focus {
|
3333
|
+
color: #ffffff;
|
3334
|
+
background-color: #a15900;
|
3335
|
+
border-color: #552f00;
|
3336
|
+
}
|
3337
|
+
.btn-warning:hover {
|
3338
|
+
color: #ffffff;
|
3339
|
+
background-color: #a15900;
|
3340
|
+
border-color: #975300;
|
3341
|
+
}
|
3229
3342
|
.btn-warning:active,
|
3230
3343
|
.btn-warning.active,
|
3231
3344
|
.open > .dropdown-toggle.btn-warning {
|
@@ -3233,6 +3346,19 @@ fieldset[disabled] .btn-info.active {
|
|
3233
3346
|
background-color: #a15900;
|
3234
3347
|
border-color: #975300;
|
3235
3348
|
}
|
3349
|
+
.btn-warning:active:hover,
|
3350
|
+
.btn-warning.active:hover,
|
3351
|
+
.open > .dropdown-toggle.btn-warning:hover,
|
3352
|
+
.btn-warning:active:focus,
|
3353
|
+
.btn-warning.active:focus,
|
3354
|
+
.open > .dropdown-toggle.btn-warning:focus,
|
3355
|
+
.btn-warning:active.focus,
|
3356
|
+
.btn-warning.active.focus,
|
3357
|
+
.open > .dropdown-toggle.btn-warning.focus {
|
3358
|
+
color: #ffffff;
|
3359
|
+
background-color: #7d4500;
|
3360
|
+
border-color: #552f00;
|
3361
|
+
}
|
3236
3362
|
.btn-warning:active,
|
3237
3363
|
.btn-warning.active,
|
3238
3364
|
.open > .dropdown-toggle.btn-warning {
|
@@ -3268,9 +3394,17 @@ fieldset[disabled] .btn-warning.active {
|
|
3268
3394
|
background-color: #cd0200;
|
3269
3395
|
border-color: #cd0200;
|
3270
3396
|
}
|
3271
|
-
.btn-danger:hover,
|
3272
3397
|
.btn-danger:focus,
|
3273
|
-
.btn-danger.focus
|
3398
|
+
.btn-danger.focus {
|
3399
|
+
color: #ffffff;
|
3400
|
+
background-color: #9a0200;
|
3401
|
+
border-color: #4e0100;
|
3402
|
+
}
|
3403
|
+
.btn-danger:hover {
|
3404
|
+
color: #ffffff;
|
3405
|
+
background-color: #9a0200;
|
3406
|
+
border-color: #900100;
|
3407
|
+
}
|
3274
3408
|
.btn-danger:active,
|
3275
3409
|
.btn-danger.active,
|
3276
3410
|
.open > .dropdown-toggle.btn-danger {
|
@@ -3278,6 +3412,19 @@ fieldset[disabled] .btn-warning.active {
|
|
3278
3412
|
background-color: #9a0200;
|
3279
3413
|
border-color: #900100;
|
3280
3414
|
}
|
3415
|
+
.btn-danger:active:hover,
|
3416
|
+
.btn-danger.active:hover,
|
3417
|
+
.open > .dropdown-toggle.btn-danger:hover,
|
3418
|
+
.btn-danger:active:focus,
|
3419
|
+
.btn-danger.active:focus,
|
3420
|
+
.open > .dropdown-toggle.btn-danger:focus,
|
3421
|
+
.btn-danger:active.focus,
|
3422
|
+
.btn-danger.active.focus,
|
3423
|
+
.open > .dropdown-toggle.btn-danger.focus {
|
3424
|
+
color: #ffffff;
|
3425
|
+
background-color: #760100;
|
3426
|
+
border-color: #4e0100;
|
3427
|
+
}
|
3281
3428
|
.btn-danger:active,
|
3282
3429
|
.btn-danger.active,
|
3283
3430
|
.open > .dropdown-toggle.btn-danger {
|
@@ -3416,6 +3563,7 @@ tbody.collapse.in {
|
|
3416
3563
|
margin-left: 2px;
|
3417
3564
|
vertical-align: middle;
|
3418
3565
|
border-top: 4px dashed;
|
3566
|
+
border-top: 4px solid \9;
|
3419
3567
|
border-right: 4px solid transparent;
|
3420
3568
|
border-left: 4px solid transparent;
|
3421
3569
|
}
|
@@ -3531,7 +3679,8 @@ tbody.collapse.in {
|
|
3531
3679
|
.dropup .caret,
|
3532
3680
|
.navbar-fixed-bottom .dropdown .caret {
|
3533
3681
|
border-top: 0;
|
3534
|
-
border-bottom: 4px
|
3682
|
+
border-bottom: 4px dashed;
|
3683
|
+
border-bottom: 4px solid \9;
|
3535
3684
|
content: "";
|
3536
3685
|
}
|
3537
3686
|
.dropup .dropdown-menu,
|
@@ -3580,6 +3729,7 @@ tbody.collapse.in {
|
|
3580
3729
|
.btn-toolbar {
|
3581
3730
|
margin-left: -5px;
|
3582
3731
|
}
|
3732
|
+
.btn-toolbar .btn,
|
3583
3733
|
.btn-toolbar .btn-group,
|
3584
3734
|
.btn-toolbar .input-group {
|
3585
3735
|
float: left;
|
@@ -3870,6 +4020,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3870
4020
|
}
|
3871
4021
|
.input-group-btn:last-child > .btn,
|
3872
4022
|
.input-group-btn:last-child > .btn-group {
|
4023
|
+
z-index: 2;
|
3873
4024
|
margin-left: -1px;
|
3874
4025
|
}
|
3875
4026
|
.nav {
|
@@ -4645,6 +4796,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4645
4796
|
.pagination > li > span:hover,
|
4646
4797
|
.pagination > li > a:focus,
|
4647
4798
|
.pagination > li > span:focus {
|
4799
|
+
z-index: 3;
|
4648
4800
|
color: #3399f3;
|
4649
4801
|
background-color: #eeeeee;
|
4650
4802
|
border-color: #dddddd;
|
@@ -4676,6 +4828,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4676
4828
|
.pagination-lg > li > span {
|
4677
4829
|
padding: 14px 16px;
|
4678
4830
|
font-size: 18px;
|
4831
|
+
line-height: 1.3333333;
|
4679
4832
|
}
|
4680
4833
|
.pagination-lg > li:first-child > a,
|
4681
4834
|
.pagination-lg > li:first-child > span {
|
@@ -4691,6 +4844,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4691
4844
|
.pagination-sm > li > span {
|
4692
4845
|
padding: 5px 10px;
|
4693
4846
|
font-size: 12px;
|
4847
|
+
line-height: 1.5;
|
4694
4848
|
}
|
4695
4849
|
.pagination-sm > li:first-child > a,
|
4696
4850
|
.pagination-sm > li:first-child > span {
|
@@ -4815,7 +4969,7 @@ a.label:focus {
|
|
4815
4969
|
font-weight: bold;
|
4816
4970
|
color: #ffffff;
|
4817
4971
|
line-height: 1;
|
4818
|
-
vertical-align:
|
4972
|
+
vertical-align: middle;
|
4819
4973
|
white-space: nowrap;
|
4820
4974
|
text-align: center;
|
4821
4975
|
background-color: #3399f3;
|
@@ -4854,7 +5008,8 @@ a.badge:focus {
|
|
4854
5008
|
margin-left: 3px;
|
4855
5009
|
}
|
4856
5010
|
.jumbotron {
|
4857
|
-
padding: 30px
|
5011
|
+
padding-top: 30px;
|
5012
|
+
padding-bottom: 30px;
|
4858
5013
|
margin-bottom: 30px;
|
4859
5014
|
color: inherit;
|
4860
5015
|
background-color: #eeeeee;
|
@@ -4880,7 +5035,8 @@ a.badge:focus {
|
|
4880
5035
|
}
|
4881
5036
|
@media screen and (min-width: 768px) {
|
4882
5037
|
.jumbotron {
|
4883
|
-
padding: 48px
|
5038
|
+
padding-top: 48px;
|
5039
|
+
padding-bottom: 48px;
|
4884
5040
|
}
|
4885
5041
|
.container .jumbotron,
|
4886
5042
|
.container-fluid .jumbotron {
|
@@ -5104,6 +5260,9 @@ a.thumbnail.active {
|
|
5104
5260
|
.media-object {
|
5105
5261
|
display: block;
|
5106
5262
|
}
|
5263
|
+
.media-object.img-thumbnail {
|
5264
|
+
max-width: none;
|
5265
|
+
}
|
5107
5266
|
.media-right,
|
5108
5267
|
.media > .pull-right {
|
5109
5268
|
padding-left: 10px;
|
@@ -5153,18 +5312,26 @@ a.thumbnail.active {
|
|
5153
5312
|
border-bottom-right-radius: 4px;
|
5154
5313
|
border-bottom-left-radius: 4px;
|
5155
5314
|
}
|
5156
|
-
a.list-group-item
|
5315
|
+
a.list-group-item,
|
5316
|
+
button.list-group-item {
|
5157
5317
|
color: #555555;
|
5158
5318
|
}
|
5159
|
-
a.list-group-item .list-group-item-heading
|
5319
|
+
a.list-group-item .list-group-item-heading,
|
5320
|
+
button.list-group-item .list-group-item-heading {
|
5160
5321
|
color: #333333;
|
5161
5322
|
}
|
5162
5323
|
a.list-group-item:hover,
|
5163
|
-
|
5324
|
+
button.list-group-item:hover,
|
5325
|
+
a.list-group-item:focus,
|
5326
|
+
button.list-group-item:focus {
|
5164
5327
|
text-decoration: none;
|
5165
5328
|
color: #555555;
|
5166
5329
|
background-color: #f5f5f5;
|
5167
5330
|
}
|
5331
|
+
button.list-group-item {
|
5332
|
+
width: 100%;
|
5333
|
+
text-align: left;
|
5334
|
+
}
|
5168
5335
|
.list-group-item.disabled,
|
5169
5336
|
.list-group-item.disabled:hover,
|
5170
5337
|
.list-group-item.disabled:focus {
|
@@ -5210,20 +5377,27 @@ a.list-group-item:focus {
|
|
5210
5377
|
color: #468847;
|
5211
5378
|
background-color: #dff0d8;
|
5212
5379
|
}
|
5213
|
-
a.list-group-item-success
|
5380
|
+
a.list-group-item-success,
|
5381
|
+
button.list-group-item-success {
|
5214
5382
|
color: #468847;
|
5215
5383
|
}
|
5216
|
-
a.list-group-item-success .list-group-item-heading
|
5384
|
+
a.list-group-item-success .list-group-item-heading,
|
5385
|
+
button.list-group-item-success .list-group-item-heading {
|
5217
5386
|
color: inherit;
|
5218
5387
|
}
|
5219
5388
|
a.list-group-item-success:hover,
|
5220
|
-
|
5389
|
+
button.list-group-item-success:hover,
|
5390
|
+
a.list-group-item-success:focus,
|
5391
|
+
button.list-group-item-success:focus {
|
5221
5392
|
color: #468847;
|
5222
5393
|
background-color: #d0e9c6;
|
5223
5394
|
}
|
5224
5395
|
a.list-group-item-success.active,
|
5396
|
+
button.list-group-item-success.active,
|
5225
5397
|
a.list-group-item-success.active:hover,
|
5226
|
-
|
5398
|
+
button.list-group-item-success.active:hover,
|
5399
|
+
a.list-group-item-success.active:focus,
|
5400
|
+
button.list-group-item-success.active:focus {
|
5227
5401
|
color: #fff;
|
5228
5402
|
background-color: #468847;
|
5229
5403
|
border-color: #468847;
|
@@ -5232,20 +5406,27 @@ a.list-group-item-success.active:focus {
|
|
5232
5406
|
color: #3a87ad;
|
5233
5407
|
background-color: #d9edf7;
|
5234
5408
|
}
|
5235
|
-
a.list-group-item-info
|
5409
|
+
a.list-group-item-info,
|
5410
|
+
button.list-group-item-info {
|
5236
5411
|
color: #3a87ad;
|
5237
5412
|
}
|
5238
|
-
a.list-group-item-info .list-group-item-heading
|
5413
|
+
a.list-group-item-info .list-group-item-heading,
|
5414
|
+
button.list-group-item-info .list-group-item-heading {
|
5239
5415
|
color: inherit;
|
5240
5416
|
}
|
5241
5417
|
a.list-group-item-info:hover,
|
5242
|
-
|
5418
|
+
button.list-group-item-info:hover,
|
5419
|
+
a.list-group-item-info:focus,
|
5420
|
+
button.list-group-item-info:focus {
|
5243
5421
|
color: #3a87ad;
|
5244
5422
|
background-color: #c4e3f3;
|
5245
5423
|
}
|
5246
5424
|
a.list-group-item-info.active,
|
5425
|
+
button.list-group-item-info.active,
|
5247
5426
|
a.list-group-item-info.active:hover,
|
5248
|
-
|
5427
|
+
button.list-group-item-info.active:hover,
|
5428
|
+
a.list-group-item-info.active:focus,
|
5429
|
+
button.list-group-item-info.active:focus {
|
5249
5430
|
color: #fff;
|
5250
5431
|
background-color: #3a87ad;
|
5251
5432
|
border-color: #3a87ad;
|
@@ -5254,20 +5435,27 @@ a.list-group-item-info.active:focus {
|
|
5254
5435
|
color: #c09853;
|
5255
5436
|
background-color: #fcf8e3;
|
5256
5437
|
}
|
5257
|
-
a.list-group-item-warning
|
5438
|
+
a.list-group-item-warning,
|
5439
|
+
button.list-group-item-warning {
|
5258
5440
|
color: #c09853;
|
5259
5441
|
}
|
5260
|
-
a.list-group-item-warning .list-group-item-heading
|
5442
|
+
a.list-group-item-warning .list-group-item-heading,
|
5443
|
+
button.list-group-item-warning .list-group-item-heading {
|
5261
5444
|
color: inherit;
|
5262
5445
|
}
|
5263
5446
|
a.list-group-item-warning:hover,
|
5264
|
-
|
5447
|
+
button.list-group-item-warning:hover,
|
5448
|
+
a.list-group-item-warning:focus,
|
5449
|
+
button.list-group-item-warning:focus {
|
5265
5450
|
color: #c09853;
|
5266
5451
|
background-color: #faf2cc;
|
5267
5452
|
}
|
5268
5453
|
a.list-group-item-warning.active,
|
5454
|
+
button.list-group-item-warning.active,
|
5269
5455
|
a.list-group-item-warning.active:hover,
|
5270
|
-
|
5456
|
+
button.list-group-item-warning.active:hover,
|
5457
|
+
a.list-group-item-warning.active:focus,
|
5458
|
+
button.list-group-item-warning.active:focus {
|
5271
5459
|
color: #fff;
|
5272
5460
|
background-color: #c09853;
|
5273
5461
|
border-color: #c09853;
|
@@ -5276,20 +5464,27 @@ a.list-group-item-warning.active:focus {
|
|
5276
5464
|
color: #b94a48;
|
5277
5465
|
background-color: #f2dede;
|
5278
5466
|
}
|
5279
|
-
a.list-group-item-danger
|
5467
|
+
a.list-group-item-danger,
|
5468
|
+
button.list-group-item-danger {
|
5280
5469
|
color: #b94a48;
|
5281
5470
|
}
|
5282
|
-
a.list-group-item-danger .list-group-item-heading
|
5471
|
+
a.list-group-item-danger .list-group-item-heading,
|
5472
|
+
button.list-group-item-danger .list-group-item-heading {
|
5283
5473
|
color: inherit;
|
5284
5474
|
}
|
5285
5475
|
a.list-group-item-danger:hover,
|
5286
|
-
|
5476
|
+
button.list-group-item-danger:hover,
|
5477
|
+
a.list-group-item-danger:focus,
|
5478
|
+
button.list-group-item-danger:focus {
|
5287
5479
|
color: #b94a48;
|
5288
5480
|
background-color: #ebcccc;
|
5289
5481
|
}
|
5290
5482
|
a.list-group-item-danger.active,
|
5483
|
+
button.list-group-item-danger.active,
|
5291
5484
|
a.list-group-item-danger.active:hover,
|
5292
|
-
|
5485
|
+
button.list-group-item-danger.active:hover,
|
5486
|
+
a.list-group-item-danger.active:focus,
|
5487
|
+
button.list-group-item-danger.active:focus {
|
5293
5488
|
color: #fff;
|
5294
5489
|
background-color: #b94a48;
|
5295
5490
|
border-color: #b94a48;
|
@@ -5363,6 +5558,10 @@ a.list-group-item-danger.active:focus {
|
|
5363
5558
|
border-bottom-right-radius: 3px;
|
5364
5559
|
border-bottom-left-radius: 3px;
|
5365
5560
|
}
|
5561
|
+
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
|
5562
|
+
border-top-right-radius: 0;
|
5563
|
+
border-top-left-radius: 0;
|
5564
|
+
}
|
5366
5565
|
.panel-heading + .list-group .list-group-item:first-child {
|
5367
5566
|
border-top-width: 0;
|
5368
5567
|
}
|
@@ -5843,9 +6042,21 @@ button.close {
|
|
5843
6042
|
z-index: 1070;
|
5844
6043
|
display: block;
|
5845
6044
|
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
5846
|
-
font-
|
6045
|
+
font-style: normal;
|
5847
6046
|
font-weight: normal;
|
5848
|
-
|
6047
|
+
letter-spacing: normal;
|
6048
|
+
line-break: auto;
|
6049
|
+
line-height: 1.42857143;
|
6050
|
+
text-align: left;
|
6051
|
+
text-align: start;
|
6052
|
+
text-decoration: none;
|
6053
|
+
text-shadow: none;
|
6054
|
+
text-transform: none;
|
6055
|
+
white-space: normal;
|
6056
|
+
word-break: normal;
|
6057
|
+
word-spacing: normal;
|
6058
|
+
word-wrap: normal;
|
6059
|
+
font-size: 12px;
|
5849
6060
|
opacity: 0;
|
5850
6061
|
filter: alpha(opacity=0);
|
5851
6062
|
}
|
@@ -5874,7 +6085,6 @@ button.close {
|
|
5874
6085
|
padding: 3px 8px;
|
5875
6086
|
color: #ffffff;
|
5876
6087
|
text-align: center;
|
5877
|
-
text-decoration: none;
|
5878
6088
|
background-color: #000000;
|
5879
6089
|
border-radius: 4px;
|
5880
6090
|
}
|
@@ -5950,10 +6160,21 @@ button.close {
|
|
5950
6160
|
max-width: 276px;
|
5951
6161
|
padding: 1px;
|
5952
6162
|
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
5953
|
-
font-
|
6163
|
+
font-style: normal;
|
5954
6164
|
font-weight: normal;
|
6165
|
+
letter-spacing: normal;
|
6166
|
+
line-break: auto;
|
5955
6167
|
line-height: 1.42857143;
|
5956
6168
|
text-align: left;
|
6169
|
+
text-align: start;
|
6170
|
+
text-decoration: none;
|
6171
|
+
text-shadow: none;
|
6172
|
+
text-transform: none;
|
6173
|
+
white-space: normal;
|
6174
|
+
word-break: normal;
|
6175
|
+
word-spacing: normal;
|
6176
|
+
word-wrap: normal;
|
6177
|
+
font-size: 14px;
|
5957
6178
|
background-color: #ffffff;
|
5958
6179
|
-webkit-background-clip: padding-box;
|
5959
6180
|
background-clip: padding-box;
|
@@ -5962,7 +6183,6 @@ button.close {
|
|
5962
6183
|
border-radius: 6px;
|
5963
6184
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
5964
6185
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
5965
|
-
white-space: normal;
|
5966
6186
|
}
|
5967
6187
|
.popover.top {
|
5968
6188
|
margin-top: -10px;
|
@@ -6089,8 +6309,8 @@ button.close {
|
|
6089
6309
|
transition: transform 0.6s ease-in-out;
|
6090
6310
|
-webkit-backface-visibility: hidden;
|
6091
6311
|
backface-visibility: hidden;
|
6092
|
-
-webkit-perspective:
|
6093
|
-
perspective:
|
6312
|
+
-webkit-perspective: 1000px;
|
6313
|
+
perspective: 1000px;
|
6094
6314
|
}
|
6095
6315
|
.carousel-inner > .item.next,
|
6096
6316
|
.carousel-inner > .item.active.right {
|
@@ -6187,6 +6407,7 @@ button.close {
|
|
6187
6407
|
.carousel-control .glyphicon-chevron-right {
|
6188
6408
|
position: absolute;
|
6189
6409
|
top: 50%;
|
6410
|
+
margin-top: -10px;
|
6190
6411
|
z-index: 5;
|
6191
6412
|
display: inline-block;
|
6192
6413
|
}
|
@@ -6204,7 +6425,6 @@ button.close {
|
|
6204
6425
|
.carousel-control .icon-next {
|
6205
6426
|
width: 20px;
|
6206
6427
|
height: 20px;
|
6207
|
-
margin-top: -10px;
|
6208
6428
|
line-height: 1;
|
6209
6429
|
font-family: serif;
|
6210
6430
|
}
|
@@ -6396,7 +6616,7 @@ button.close {
|
|
6396
6616
|
display: block !important;
|
6397
6617
|
}
|
6398
6618
|
table.visible-xs {
|
6399
|
-
display: table;
|
6619
|
+
display: table !important;
|
6400
6620
|
}
|
6401
6621
|
tr.visible-xs {
|
6402
6622
|
display: table-row !important;
|
@@ -6426,7 +6646,7 @@ button.close {
|
|
6426
6646
|
display: block !important;
|
6427
6647
|
}
|
6428
6648
|
table.visible-sm {
|
6429
|
-
display: table;
|
6649
|
+
display: table !important;
|
6430
6650
|
}
|
6431
6651
|
tr.visible-sm {
|
6432
6652
|
display: table-row !important;
|
@@ -6456,7 +6676,7 @@ button.close {
|
|
6456
6676
|
display: block !important;
|
6457
6677
|
}
|
6458
6678
|
table.visible-md {
|
6459
|
-
display: table;
|
6679
|
+
display: table !important;
|
6460
6680
|
}
|
6461
6681
|
tr.visible-md {
|
6462
6682
|
display: table-row !important;
|
@@ -6486,7 +6706,7 @@ button.close {
|
|
6486
6706
|
display: block !important;
|
6487
6707
|
}
|
6488
6708
|
table.visible-lg {
|
6489
|
-
display: table;
|
6709
|
+
display: table !important;
|
6490
6710
|
}
|
6491
6711
|
tr.visible-lg {
|
6492
6712
|
display: table-row !important;
|
@@ -6539,7 +6759,7 @@ button.close {
|
|
6539
6759
|
display: block !important;
|
6540
6760
|
}
|
6541
6761
|
table.visible-print {
|
6542
|
-
display: table;
|
6762
|
+
display: table !important;
|
6543
6763
|
}
|
6544
6764
|
tr.visible-print {
|
6545
6765
|
display: table-row !important;
|
@@ -6767,6 +6987,9 @@ button.close {
|
|
6767
6987
|
filter: none;
|
6768
6988
|
border: 1px solid #860100;
|
6769
6989
|
}
|
6990
|
+
.btn-link {
|
6991
|
+
text-shadow: none;
|
6992
|
+
}
|
6770
6993
|
.btn:active,
|
6771
6994
|
.btn.active {
|
6772
6995
|
background-image: none;
|