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,11 +1,16 @@
|
|
1
1
|
/*!
|
2
|
-
* bootswatch v3.3.
|
2
|
+
* bootswatch v3.3.5
|
3
3
|
* Homepage: http://bootswatch.com
|
4
4
|
* Copyright 2012-2015 Thomas Park
|
5
5
|
* Licensed under MIT
|
6
6
|
* Based on Bootstrap
|
7
7
|
*/
|
8
|
-
/*!
|
8
|
+
/*!
|
9
|
+
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
10
|
+
* Copyright 2011-2015 Twitter, Inc.
|
11
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
12
|
+
*/
|
13
|
+
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
9
14
|
html {
|
10
15
|
font-family: sans-serif;
|
11
16
|
-ms-text-size-adjust: 100%;
|
@@ -95,8 +100,8 @@ figure {
|
|
95
100
|
margin: 1em 40px;
|
96
101
|
}
|
97
102
|
hr {
|
98
|
-
-moz-box-sizing: content-box;
|
99
103
|
-webkit-box-sizing: content-box;
|
104
|
+
-moz-box-sizing: content-box;
|
100
105
|
box-sizing: content-box;
|
101
106
|
height: 0;
|
102
107
|
}
|
@@ -158,9 +163,9 @@ input[type="number"]::-webkit-outer-spin-button {
|
|
158
163
|
}
|
159
164
|
input[type="search"] {
|
160
165
|
-webkit-appearance: textfield;
|
161
|
-
-moz-box-sizing: content-box;
|
162
166
|
-webkit-box-sizing: content-box;
|
163
|
-
|
167
|
+
-moz-box-sizing: content-box;
|
168
|
+
box-sizing: content-box;
|
164
169
|
}
|
165
170
|
input[type="search"]::-webkit-search-cancel-button,
|
166
171
|
input[type="search"]::-webkit-search-decoration {
|
@@ -239,9 +244,6 @@ th {
|
|
239
244
|
h3 {
|
240
245
|
page-break-after: avoid;
|
241
246
|
}
|
242
|
-
select {
|
243
|
-
background: #fff !important;
|
244
|
-
}
|
245
247
|
.navbar {
|
246
248
|
display: none;
|
247
249
|
}
|
@@ -1341,62 +1343,72 @@ mark,
|
|
1341
1343
|
.text-primary {
|
1342
1344
|
color: #337ab7;
|
1343
1345
|
}
|
1344
|
-
a.text-primary:hover
|
1346
|
+
a.text-primary:hover,
|
1347
|
+
a.text-primary:focus {
|
1345
1348
|
color: #286090;
|
1346
1349
|
}
|
1347
1350
|
.text-success {
|
1348
1351
|
color: #3c763d;
|
1349
1352
|
}
|
1350
|
-
a.text-success:hover
|
1353
|
+
a.text-success:hover,
|
1354
|
+
a.text-success:focus {
|
1351
1355
|
color: #2b542c;
|
1352
1356
|
}
|
1353
1357
|
.text-info {
|
1354
1358
|
color: #31708f;
|
1355
1359
|
}
|
1356
|
-
a.text-info:hover
|
1360
|
+
a.text-info:hover,
|
1361
|
+
a.text-info:focus {
|
1357
1362
|
color: #245269;
|
1358
1363
|
}
|
1359
1364
|
.text-warning {
|
1360
1365
|
color: #8a6d3b;
|
1361
1366
|
}
|
1362
|
-
a.text-warning:hover
|
1367
|
+
a.text-warning:hover,
|
1368
|
+
a.text-warning:focus {
|
1363
1369
|
color: #66512c;
|
1364
1370
|
}
|
1365
1371
|
.text-danger {
|
1366
1372
|
color: #a94442;
|
1367
1373
|
}
|
1368
|
-
a.text-danger:hover
|
1374
|
+
a.text-danger:hover,
|
1375
|
+
a.text-danger:focus {
|
1369
1376
|
color: #843534;
|
1370
1377
|
}
|
1371
1378
|
.bg-primary {
|
1372
1379
|
color: #fff;
|
1373
1380
|
background-color: #337ab7;
|
1374
1381
|
}
|
1375
|
-
a.bg-primary:hover
|
1382
|
+
a.bg-primary:hover,
|
1383
|
+
a.bg-primary:focus {
|
1376
1384
|
background-color: #286090;
|
1377
1385
|
}
|
1378
1386
|
.bg-success {
|
1379
1387
|
background-color: #dff0d8;
|
1380
1388
|
}
|
1381
|
-
a.bg-success:hover
|
1389
|
+
a.bg-success:hover,
|
1390
|
+
a.bg-success:focus {
|
1382
1391
|
background-color: #c1e2b3;
|
1383
1392
|
}
|
1384
1393
|
.bg-info {
|
1385
1394
|
background-color: #d9edf7;
|
1386
1395
|
}
|
1387
|
-
a.bg-info:hover
|
1396
|
+
a.bg-info:hover,
|
1397
|
+
a.bg-info:focus {
|
1388
1398
|
background-color: #afd9ee;
|
1389
1399
|
}
|
1390
1400
|
.bg-warning {
|
1391
1401
|
background-color: #fcf8e3;
|
1392
1402
|
}
|
1393
|
-
a.bg-warning:hover
|
1403
|
+
a.bg-warning:hover,
|
1404
|
+
a.bg-warning:focus {
|
1394
1405
|
background-color: #f7ecb5;
|
1395
1406
|
}
|
1396
1407
|
.bg-danger {
|
1397
1408
|
background-color: #f2dede;
|
1398
1409
|
}
|
1399
|
-
a.bg-danger:hover
|
1410
|
+
a.bg-danger:hover,
|
1411
|
+
a.bg-danger:focus {
|
1400
1412
|
background-color: #e4b9b9;
|
1401
1413
|
}
|
1402
1414
|
.page-header {
|
@@ -2590,10 +2602,10 @@ input[type="search"] {
|
|
2590
2602
|
-webkit-appearance: none;
|
2591
2603
|
}
|
2592
2604
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
2593
|
-
input[type="date"],
|
2594
|
-
input[type="time"],
|
2595
|
-
input[type="datetime-local"],
|
2596
|
-
input[type="month"] {
|
2605
|
+
input[type="date"].form-control,
|
2606
|
+
input[type="time"].form-control,
|
2607
|
+
input[type="datetime-local"].form-control,
|
2608
|
+
input[type="month"].form-control {
|
2597
2609
|
line-height: 34px;
|
2598
2610
|
}
|
2599
2611
|
input[type="date"].input-sm,
|
@@ -2715,20 +2727,20 @@ select[multiple].input-sm {
|
|
2715
2727
|
line-height: 1.5;
|
2716
2728
|
border-radius: 3px;
|
2717
2729
|
}
|
2718
|
-
|
2730
|
+
.form-group-sm select.form-control {
|
2719
2731
|
height: 30px;
|
2720
2732
|
line-height: 30px;
|
2721
2733
|
}
|
2722
|
-
|
2723
|
-
|
2734
|
+
.form-group-sm textarea.form-control,
|
2735
|
+
.form-group-sm select[multiple].form-control {
|
2724
2736
|
height: auto;
|
2725
2737
|
}
|
2726
2738
|
.form-group-sm .form-control-static {
|
2727
2739
|
height: 30px;
|
2728
|
-
|
2740
|
+
min-height: 32px;
|
2741
|
+
padding: 6px 10px;
|
2729
2742
|
font-size: 12px;
|
2730
2743
|
line-height: 1.5;
|
2731
|
-
min-height: 32px;
|
2732
2744
|
}
|
2733
2745
|
.input-lg {
|
2734
2746
|
height: 46px;
|
@@ -2752,20 +2764,20 @@ select[multiple].input-lg {
|
|
2752
2764
|
line-height: 1.3333333;
|
2753
2765
|
border-radius: 6px;
|
2754
2766
|
}
|
2755
|
-
|
2767
|
+
.form-group-lg select.form-control {
|
2756
2768
|
height: 46px;
|
2757
2769
|
line-height: 46px;
|
2758
2770
|
}
|
2759
|
-
|
2760
|
-
|
2771
|
+
.form-group-lg textarea.form-control,
|
2772
|
+
.form-group-lg select[multiple].form-control {
|
2761
2773
|
height: auto;
|
2762
2774
|
}
|
2763
2775
|
.form-group-lg .form-control-static {
|
2764
2776
|
height: 46px;
|
2765
|
-
|
2777
|
+
min-height: 38px;
|
2778
|
+
padding: 11px 16px;
|
2766
2779
|
font-size: 18px;
|
2767
2780
|
line-height: 1.3333333;
|
2768
|
-
min-height: 38px;
|
2769
2781
|
}
|
2770
2782
|
.has-feedback {
|
2771
2783
|
position: relative;
|
@@ -2785,12 +2797,16 @@ select[multiple].form-group-lg .form-control {
|
|
2785
2797
|
text-align: center;
|
2786
2798
|
pointer-events: none;
|
2787
2799
|
}
|
2788
|
-
.input-lg + .form-control-feedback
|
2800
|
+
.input-lg + .form-control-feedback,
|
2801
|
+
.input-group-lg + .form-control-feedback,
|
2802
|
+
.form-group-lg .form-control + .form-control-feedback {
|
2789
2803
|
width: 46px;
|
2790
2804
|
height: 46px;
|
2791
2805
|
line-height: 46px;
|
2792
2806
|
}
|
2793
|
-
.input-sm + .form-control-feedback
|
2807
|
+
.input-sm + .form-control-feedback,
|
2808
|
+
.input-group-sm + .form-control-feedback,
|
2809
|
+
.form-group-sm .form-control + .form-control-feedback {
|
2794
2810
|
width: 30px;
|
2795
2811
|
height: 30px;
|
2796
2812
|
line-height: 30px;
|
@@ -2976,11 +2992,13 @@ select[multiple].form-group-lg .form-control {
|
|
2976
2992
|
@media (min-width: 768px) {
|
2977
2993
|
.form-horizontal .form-group-lg .control-label {
|
2978
2994
|
padding-top: 14.333333px;
|
2995
|
+
font-size: 18px;
|
2979
2996
|
}
|
2980
2997
|
}
|
2981
2998
|
@media (min-width: 768px) {
|
2982
2999
|
.form-horizontal .form-group-sm .control-label {
|
2983
3000
|
padding-top: 6px;
|
3001
|
+
font-size: 12px;
|
2984
3002
|
}
|
2985
3003
|
}
|
2986
3004
|
.btn {
|
@@ -3031,20 +3049,31 @@ select[multiple].form-group-lg .form-control {
|
|
3031
3049
|
.btn[disabled],
|
3032
3050
|
fieldset[disabled] .btn {
|
3033
3051
|
cursor: not-allowed;
|
3034
|
-
pointer-events: none;
|
3035
3052
|
opacity: 0.65;
|
3036
3053
|
filter: alpha(opacity=65);
|
3037
3054
|
-webkit-box-shadow: none;
|
3038
3055
|
box-shadow: none;
|
3039
3056
|
}
|
3057
|
+
a.btn.disabled,
|
3058
|
+
fieldset[disabled] a.btn {
|
3059
|
+
pointer-events: none;
|
3060
|
+
}
|
3040
3061
|
.btn-default {
|
3041
3062
|
color: #333333;
|
3042
3063
|
background-color: #ffffff;
|
3043
3064
|
border-color: #cccccc;
|
3044
3065
|
}
|
3045
|
-
.btn-default:hover,
|
3046
3066
|
.btn-default:focus,
|
3047
|
-
.btn-default.focus
|
3067
|
+
.btn-default.focus {
|
3068
|
+
color: #333333;
|
3069
|
+
background-color: #e6e6e6;
|
3070
|
+
border-color: #8c8c8c;
|
3071
|
+
}
|
3072
|
+
.btn-default:hover {
|
3073
|
+
color: #333333;
|
3074
|
+
background-color: #e6e6e6;
|
3075
|
+
border-color: #adadad;
|
3076
|
+
}
|
3048
3077
|
.btn-default:active,
|
3049
3078
|
.btn-default.active,
|
3050
3079
|
.open > .dropdown-toggle.btn-default {
|
@@ -3052,6 +3081,19 @@ fieldset[disabled] .btn {
|
|
3052
3081
|
background-color: #e6e6e6;
|
3053
3082
|
border-color: #adadad;
|
3054
3083
|
}
|
3084
|
+
.btn-default:active:hover,
|
3085
|
+
.btn-default.active:hover,
|
3086
|
+
.open > .dropdown-toggle.btn-default:hover,
|
3087
|
+
.btn-default:active:focus,
|
3088
|
+
.btn-default.active:focus,
|
3089
|
+
.open > .dropdown-toggle.btn-default:focus,
|
3090
|
+
.btn-default:active.focus,
|
3091
|
+
.btn-default.active.focus,
|
3092
|
+
.open > .dropdown-toggle.btn-default.focus {
|
3093
|
+
color: #333333;
|
3094
|
+
background-color: #d4d4d4;
|
3095
|
+
border-color: #8c8c8c;
|
3096
|
+
}
|
3055
3097
|
.btn-default:active,
|
3056
3098
|
.btn-default.active,
|
3057
3099
|
.open > .dropdown-toggle.btn-default {
|
@@ -3087,9 +3129,17 @@ fieldset[disabled] .btn-default.active {
|
|
3087
3129
|
background-color: #337ab7;
|
3088
3130
|
border-color: #2e6da4;
|
3089
3131
|
}
|
3090
|
-
.btn-primary:hover,
|
3091
3132
|
.btn-primary:focus,
|
3092
|
-
.btn-primary.focus
|
3133
|
+
.btn-primary.focus {
|
3134
|
+
color: #ffffff;
|
3135
|
+
background-color: #286090;
|
3136
|
+
border-color: #122b40;
|
3137
|
+
}
|
3138
|
+
.btn-primary:hover {
|
3139
|
+
color: #ffffff;
|
3140
|
+
background-color: #286090;
|
3141
|
+
border-color: #204d74;
|
3142
|
+
}
|
3093
3143
|
.btn-primary:active,
|
3094
3144
|
.btn-primary.active,
|
3095
3145
|
.open > .dropdown-toggle.btn-primary {
|
@@ -3097,6 +3147,19 @@ fieldset[disabled] .btn-default.active {
|
|
3097
3147
|
background-color: #286090;
|
3098
3148
|
border-color: #204d74;
|
3099
3149
|
}
|
3150
|
+
.btn-primary:active:hover,
|
3151
|
+
.btn-primary.active:hover,
|
3152
|
+
.open > .dropdown-toggle.btn-primary:hover,
|
3153
|
+
.btn-primary:active:focus,
|
3154
|
+
.btn-primary.active:focus,
|
3155
|
+
.open > .dropdown-toggle.btn-primary:focus,
|
3156
|
+
.btn-primary:active.focus,
|
3157
|
+
.btn-primary.active.focus,
|
3158
|
+
.open > .dropdown-toggle.btn-primary.focus {
|
3159
|
+
color: #ffffff;
|
3160
|
+
background-color: #204d74;
|
3161
|
+
border-color: #122b40;
|
3162
|
+
}
|
3100
3163
|
.btn-primary:active,
|
3101
3164
|
.btn-primary.active,
|
3102
3165
|
.open > .dropdown-toggle.btn-primary {
|
@@ -3132,9 +3195,17 @@ fieldset[disabled] .btn-primary.active {
|
|
3132
3195
|
background-color: #5cb85c;
|
3133
3196
|
border-color: #4cae4c;
|
3134
3197
|
}
|
3135
|
-
.btn-success:hover,
|
3136
3198
|
.btn-success:focus,
|
3137
|
-
.btn-success.focus
|
3199
|
+
.btn-success.focus {
|
3200
|
+
color: #ffffff;
|
3201
|
+
background-color: #449d44;
|
3202
|
+
border-color: #255625;
|
3203
|
+
}
|
3204
|
+
.btn-success:hover {
|
3205
|
+
color: #ffffff;
|
3206
|
+
background-color: #449d44;
|
3207
|
+
border-color: #398439;
|
3208
|
+
}
|
3138
3209
|
.btn-success:active,
|
3139
3210
|
.btn-success.active,
|
3140
3211
|
.open > .dropdown-toggle.btn-success {
|
@@ -3142,6 +3213,19 @@ fieldset[disabled] .btn-primary.active {
|
|
3142
3213
|
background-color: #449d44;
|
3143
3214
|
border-color: #398439;
|
3144
3215
|
}
|
3216
|
+
.btn-success:active:hover,
|
3217
|
+
.btn-success.active:hover,
|
3218
|
+
.open > .dropdown-toggle.btn-success:hover,
|
3219
|
+
.btn-success:active:focus,
|
3220
|
+
.btn-success.active:focus,
|
3221
|
+
.open > .dropdown-toggle.btn-success:focus,
|
3222
|
+
.btn-success:active.focus,
|
3223
|
+
.btn-success.active.focus,
|
3224
|
+
.open > .dropdown-toggle.btn-success.focus {
|
3225
|
+
color: #ffffff;
|
3226
|
+
background-color: #398439;
|
3227
|
+
border-color: #255625;
|
3228
|
+
}
|
3145
3229
|
.btn-success:active,
|
3146
3230
|
.btn-success.active,
|
3147
3231
|
.open > .dropdown-toggle.btn-success {
|
@@ -3177,9 +3261,17 @@ fieldset[disabled] .btn-success.active {
|
|
3177
3261
|
background-color: #5bc0de;
|
3178
3262
|
border-color: #46b8da;
|
3179
3263
|
}
|
3180
|
-
.btn-info:hover,
|
3181
3264
|
.btn-info:focus,
|
3182
|
-
.btn-info.focus
|
3265
|
+
.btn-info.focus {
|
3266
|
+
color: #ffffff;
|
3267
|
+
background-color: #31b0d5;
|
3268
|
+
border-color: #1b6d85;
|
3269
|
+
}
|
3270
|
+
.btn-info:hover {
|
3271
|
+
color: #ffffff;
|
3272
|
+
background-color: #31b0d5;
|
3273
|
+
border-color: #269abc;
|
3274
|
+
}
|
3183
3275
|
.btn-info:active,
|
3184
3276
|
.btn-info.active,
|
3185
3277
|
.open > .dropdown-toggle.btn-info {
|
@@ -3187,6 +3279,19 @@ fieldset[disabled] .btn-success.active {
|
|
3187
3279
|
background-color: #31b0d5;
|
3188
3280
|
border-color: #269abc;
|
3189
3281
|
}
|
3282
|
+
.btn-info:active:hover,
|
3283
|
+
.btn-info.active:hover,
|
3284
|
+
.open > .dropdown-toggle.btn-info:hover,
|
3285
|
+
.btn-info:active:focus,
|
3286
|
+
.btn-info.active:focus,
|
3287
|
+
.open > .dropdown-toggle.btn-info:focus,
|
3288
|
+
.btn-info:active.focus,
|
3289
|
+
.btn-info.active.focus,
|
3290
|
+
.open > .dropdown-toggle.btn-info.focus {
|
3291
|
+
color: #ffffff;
|
3292
|
+
background-color: #269abc;
|
3293
|
+
border-color: #1b6d85;
|
3294
|
+
}
|
3190
3295
|
.btn-info:active,
|
3191
3296
|
.btn-info.active,
|
3192
3297
|
.open > .dropdown-toggle.btn-info {
|
@@ -3222,9 +3327,17 @@ fieldset[disabled] .btn-info.active {
|
|
3222
3327
|
background-color: #f0ad4e;
|
3223
3328
|
border-color: #eea236;
|
3224
3329
|
}
|
3225
|
-
.btn-warning:hover,
|
3226
3330
|
.btn-warning:focus,
|
3227
|
-
.btn-warning.focus
|
3331
|
+
.btn-warning.focus {
|
3332
|
+
color: #ffffff;
|
3333
|
+
background-color: #ec971f;
|
3334
|
+
border-color: #985f0d;
|
3335
|
+
}
|
3336
|
+
.btn-warning:hover {
|
3337
|
+
color: #ffffff;
|
3338
|
+
background-color: #ec971f;
|
3339
|
+
border-color: #d58512;
|
3340
|
+
}
|
3228
3341
|
.btn-warning:active,
|
3229
3342
|
.btn-warning.active,
|
3230
3343
|
.open > .dropdown-toggle.btn-warning {
|
@@ -3232,6 +3345,19 @@ fieldset[disabled] .btn-info.active {
|
|
3232
3345
|
background-color: #ec971f;
|
3233
3346
|
border-color: #d58512;
|
3234
3347
|
}
|
3348
|
+
.btn-warning:active:hover,
|
3349
|
+
.btn-warning.active:hover,
|
3350
|
+
.open > .dropdown-toggle.btn-warning:hover,
|
3351
|
+
.btn-warning:active:focus,
|
3352
|
+
.btn-warning.active:focus,
|
3353
|
+
.open > .dropdown-toggle.btn-warning:focus,
|
3354
|
+
.btn-warning:active.focus,
|
3355
|
+
.btn-warning.active.focus,
|
3356
|
+
.open > .dropdown-toggle.btn-warning.focus {
|
3357
|
+
color: #ffffff;
|
3358
|
+
background-color: #d58512;
|
3359
|
+
border-color: #985f0d;
|
3360
|
+
}
|
3235
3361
|
.btn-warning:active,
|
3236
3362
|
.btn-warning.active,
|
3237
3363
|
.open > .dropdown-toggle.btn-warning {
|
@@ -3267,9 +3393,17 @@ fieldset[disabled] .btn-warning.active {
|
|
3267
3393
|
background-color: #d9534f;
|
3268
3394
|
border-color: #d43f3a;
|
3269
3395
|
}
|
3270
|
-
.btn-danger:hover,
|
3271
3396
|
.btn-danger:focus,
|
3272
|
-
.btn-danger.focus
|
3397
|
+
.btn-danger.focus {
|
3398
|
+
color: #ffffff;
|
3399
|
+
background-color: #c9302c;
|
3400
|
+
border-color: #761c19;
|
3401
|
+
}
|
3402
|
+
.btn-danger:hover {
|
3403
|
+
color: #ffffff;
|
3404
|
+
background-color: #c9302c;
|
3405
|
+
border-color: #ac2925;
|
3406
|
+
}
|
3273
3407
|
.btn-danger:active,
|
3274
3408
|
.btn-danger.active,
|
3275
3409
|
.open > .dropdown-toggle.btn-danger {
|
@@ -3277,6 +3411,19 @@ fieldset[disabled] .btn-warning.active {
|
|
3277
3411
|
background-color: #c9302c;
|
3278
3412
|
border-color: #ac2925;
|
3279
3413
|
}
|
3414
|
+
.btn-danger:active:hover,
|
3415
|
+
.btn-danger.active:hover,
|
3416
|
+
.open > .dropdown-toggle.btn-danger:hover,
|
3417
|
+
.btn-danger:active:focus,
|
3418
|
+
.btn-danger.active:focus,
|
3419
|
+
.open > .dropdown-toggle.btn-danger:focus,
|
3420
|
+
.btn-danger:active.focus,
|
3421
|
+
.btn-danger.active.focus,
|
3422
|
+
.open > .dropdown-toggle.btn-danger.focus {
|
3423
|
+
color: #ffffff;
|
3424
|
+
background-color: #ac2925;
|
3425
|
+
border-color: #761c19;
|
3426
|
+
}
|
3280
3427
|
.btn-danger:active,
|
3281
3428
|
.btn-danger.active,
|
3282
3429
|
.open > .dropdown-toggle.btn-danger {
|
@@ -3415,6 +3562,7 @@ tbody.collapse.in {
|
|
3415
3562
|
margin-left: 2px;
|
3416
3563
|
vertical-align: middle;
|
3417
3564
|
border-top: 4px dashed;
|
3565
|
+
border-top: 4px solid \9;
|
3418
3566
|
border-right: 4px solid transparent;
|
3419
3567
|
border-left: 4px solid transparent;
|
3420
3568
|
}
|
@@ -3530,7 +3678,8 @@ tbody.collapse.in {
|
|
3530
3678
|
.dropup .caret,
|
3531
3679
|
.navbar-fixed-bottom .dropdown .caret {
|
3532
3680
|
border-top: 0;
|
3533
|
-
border-bottom: 4px
|
3681
|
+
border-bottom: 4px dashed;
|
3682
|
+
border-bottom: 4px solid \9;
|
3534
3683
|
content: "";
|
3535
3684
|
}
|
3536
3685
|
.dropup .dropdown-menu,
|
@@ -3579,6 +3728,7 @@ tbody.collapse.in {
|
|
3579
3728
|
.btn-toolbar {
|
3580
3729
|
margin-left: -5px;
|
3581
3730
|
}
|
3731
|
+
.btn-toolbar .btn,
|
3582
3732
|
.btn-toolbar .btn-group,
|
3583
3733
|
.btn-toolbar .input-group {
|
3584
3734
|
float: left;
|
@@ -3869,6 +4019,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3869
4019
|
}
|
3870
4020
|
.input-group-btn:last-child > .btn,
|
3871
4021
|
.input-group-btn:last-child > .btn-group {
|
4022
|
+
z-index: 2;
|
3872
4023
|
margin-left: -1px;
|
3873
4024
|
}
|
3874
4025
|
.nav {
|
@@ -4644,6 +4795,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4644
4795
|
.pagination > li > span:hover,
|
4645
4796
|
.pagination > li > a:focus,
|
4646
4797
|
.pagination > li > span:focus {
|
4798
|
+
z-index: 3;
|
4647
4799
|
color: #23527c;
|
4648
4800
|
background-color: #eeeeee;
|
4649
4801
|
border-color: #dddddd;
|
@@ -4675,6 +4827,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4675
4827
|
.pagination-lg > li > span {
|
4676
4828
|
padding: 10px 16px;
|
4677
4829
|
font-size: 18px;
|
4830
|
+
line-height: 1.3333333;
|
4678
4831
|
}
|
4679
4832
|
.pagination-lg > li:first-child > a,
|
4680
4833
|
.pagination-lg > li:first-child > span {
|
@@ -4690,6 +4843,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4690
4843
|
.pagination-sm > li > span {
|
4691
4844
|
padding: 5px 10px;
|
4692
4845
|
font-size: 12px;
|
4846
|
+
line-height: 1.5;
|
4693
4847
|
}
|
4694
4848
|
.pagination-sm > li:first-child > a,
|
4695
4849
|
.pagination-sm > li:first-child > span {
|
@@ -4814,7 +4968,7 @@ a.label:focus {
|
|
4814
4968
|
font-weight: bold;
|
4815
4969
|
color: #ffffff;
|
4816
4970
|
line-height: 1;
|
4817
|
-
vertical-align:
|
4971
|
+
vertical-align: middle;
|
4818
4972
|
white-space: nowrap;
|
4819
4973
|
text-align: center;
|
4820
4974
|
background-color: #777777;
|
@@ -4853,7 +5007,8 @@ a.badge:focus {
|
|
4853
5007
|
margin-left: 3px;
|
4854
5008
|
}
|
4855
5009
|
.jumbotron {
|
4856
|
-
padding: 30px
|
5010
|
+
padding-top: 30px;
|
5011
|
+
padding-bottom: 30px;
|
4857
5012
|
margin-bottom: 30px;
|
4858
5013
|
color: inherit;
|
4859
5014
|
background-color: #eeeeee;
|
@@ -4879,7 +5034,8 @@ a.badge:focus {
|
|
4879
5034
|
}
|
4880
5035
|
@media screen and (min-width: 768px) {
|
4881
5036
|
.jumbotron {
|
4882
|
-
padding: 48px
|
5037
|
+
padding-top: 48px;
|
5038
|
+
padding-bottom: 48px;
|
4883
5039
|
}
|
4884
5040
|
.container .jumbotron,
|
4885
5041
|
.container-fluid .jumbotron {
|
@@ -5103,6 +5259,9 @@ a.thumbnail.active {
|
|
5103
5259
|
.media-object {
|
5104
5260
|
display: block;
|
5105
5261
|
}
|
5262
|
+
.media-object.img-thumbnail {
|
5263
|
+
max-width: none;
|
5264
|
+
}
|
5106
5265
|
.media-right,
|
5107
5266
|
.media > .pull-right {
|
5108
5267
|
padding-left: 10px;
|
@@ -5152,18 +5311,26 @@ a.thumbnail.active {
|
|
5152
5311
|
border-bottom-right-radius: 4px;
|
5153
5312
|
border-bottom-left-radius: 4px;
|
5154
5313
|
}
|
5155
|
-
a.list-group-item
|
5314
|
+
a.list-group-item,
|
5315
|
+
button.list-group-item {
|
5156
5316
|
color: #555555;
|
5157
5317
|
}
|
5158
|
-
a.list-group-item .list-group-item-heading
|
5318
|
+
a.list-group-item .list-group-item-heading,
|
5319
|
+
button.list-group-item .list-group-item-heading {
|
5159
5320
|
color: #333333;
|
5160
5321
|
}
|
5161
5322
|
a.list-group-item:hover,
|
5162
|
-
|
5323
|
+
button.list-group-item:hover,
|
5324
|
+
a.list-group-item:focus,
|
5325
|
+
button.list-group-item:focus {
|
5163
5326
|
text-decoration: none;
|
5164
5327
|
color: #555555;
|
5165
5328
|
background-color: #f5f5f5;
|
5166
5329
|
}
|
5330
|
+
button.list-group-item {
|
5331
|
+
width: 100%;
|
5332
|
+
text-align: left;
|
5333
|
+
}
|
5167
5334
|
.list-group-item.disabled,
|
5168
5335
|
.list-group-item.disabled:hover,
|
5169
5336
|
.list-group-item.disabled:focus {
|
@@ -5209,20 +5376,27 @@ a.list-group-item:focus {
|
|
5209
5376
|
color: #3c763d;
|
5210
5377
|
background-color: #dff0d8;
|
5211
5378
|
}
|
5212
|
-
a.list-group-item-success
|
5379
|
+
a.list-group-item-success,
|
5380
|
+
button.list-group-item-success {
|
5213
5381
|
color: #3c763d;
|
5214
5382
|
}
|
5215
|
-
a.list-group-item-success .list-group-item-heading
|
5383
|
+
a.list-group-item-success .list-group-item-heading,
|
5384
|
+
button.list-group-item-success .list-group-item-heading {
|
5216
5385
|
color: inherit;
|
5217
5386
|
}
|
5218
5387
|
a.list-group-item-success:hover,
|
5219
|
-
|
5388
|
+
button.list-group-item-success:hover,
|
5389
|
+
a.list-group-item-success:focus,
|
5390
|
+
button.list-group-item-success:focus {
|
5220
5391
|
color: #3c763d;
|
5221
5392
|
background-color: #d0e9c6;
|
5222
5393
|
}
|
5223
5394
|
a.list-group-item-success.active,
|
5395
|
+
button.list-group-item-success.active,
|
5224
5396
|
a.list-group-item-success.active:hover,
|
5225
|
-
|
5397
|
+
button.list-group-item-success.active:hover,
|
5398
|
+
a.list-group-item-success.active:focus,
|
5399
|
+
button.list-group-item-success.active:focus {
|
5226
5400
|
color: #fff;
|
5227
5401
|
background-color: #3c763d;
|
5228
5402
|
border-color: #3c763d;
|
@@ -5231,20 +5405,27 @@ a.list-group-item-success.active:focus {
|
|
5231
5405
|
color: #31708f;
|
5232
5406
|
background-color: #d9edf7;
|
5233
5407
|
}
|
5234
|
-
a.list-group-item-info
|
5408
|
+
a.list-group-item-info,
|
5409
|
+
button.list-group-item-info {
|
5235
5410
|
color: #31708f;
|
5236
5411
|
}
|
5237
|
-
a.list-group-item-info .list-group-item-heading
|
5412
|
+
a.list-group-item-info .list-group-item-heading,
|
5413
|
+
button.list-group-item-info .list-group-item-heading {
|
5238
5414
|
color: inherit;
|
5239
5415
|
}
|
5240
5416
|
a.list-group-item-info:hover,
|
5241
|
-
|
5417
|
+
button.list-group-item-info:hover,
|
5418
|
+
a.list-group-item-info:focus,
|
5419
|
+
button.list-group-item-info:focus {
|
5242
5420
|
color: #31708f;
|
5243
5421
|
background-color: #c4e3f3;
|
5244
5422
|
}
|
5245
5423
|
a.list-group-item-info.active,
|
5424
|
+
button.list-group-item-info.active,
|
5246
5425
|
a.list-group-item-info.active:hover,
|
5247
|
-
|
5426
|
+
button.list-group-item-info.active:hover,
|
5427
|
+
a.list-group-item-info.active:focus,
|
5428
|
+
button.list-group-item-info.active:focus {
|
5248
5429
|
color: #fff;
|
5249
5430
|
background-color: #31708f;
|
5250
5431
|
border-color: #31708f;
|
@@ -5253,20 +5434,27 @@ a.list-group-item-info.active:focus {
|
|
5253
5434
|
color: #8a6d3b;
|
5254
5435
|
background-color: #fcf8e3;
|
5255
5436
|
}
|
5256
|
-
a.list-group-item-warning
|
5437
|
+
a.list-group-item-warning,
|
5438
|
+
button.list-group-item-warning {
|
5257
5439
|
color: #8a6d3b;
|
5258
5440
|
}
|
5259
|
-
a.list-group-item-warning .list-group-item-heading
|
5441
|
+
a.list-group-item-warning .list-group-item-heading,
|
5442
|
+
button.list-group-item-warning .list-group-item-heading {
|
5260
5443
|
color: inherit;
|
5261
5444
|
}
|
5262
5445
|
a.list-group-item-warning:hover,
|
5263
|
-
|
5446
|
+
button.list-group-item-warning:hover,
|
5447
|
+
a.list-group-item-warning:focus,
|
5448
|
+
button.list-group-item-warning:focus {
|
5264
5449
|
color: #8a6d3b;
|
5265
5450
|
background-color: #faf2cc;
|
5266
5451
|
}
|
5267
5452
|
a.list-group-item-warning.active,
|
5453
|
+
button.list-group-item-warning.active,
|
5268
5454
|
a.list-group-item-warning.active:hover,
|
5269
|
-
|
5455
|
+
button.list-group-item-warning.active:hover,
|
5456
|
+
a.list-group-item-warning.active:focus,
|
5457
|
+
button.list-group-item-warning.active:focus {
|
5270
5458
|
color: #fff;
|
5271
5459
|
background-color: #8a6d3b;
|
5272
5460
|
border-color: #8a6d3b;
|
@@ -5275,20 +5463,27 @@ a.list-group-item-warning.active:focus {
|
|
5275
5463
|
color: #a94442;
|
5276
5464
|
background-color: #f2dede;
|
5277
5465
|
}
|
5278
|
-
a.list-group-item-danger
|
5466
|
+
a.list-group-item-danger,
|
5467
|
+
button.list-group-item-danger {
|
5279
5468
|
color: #a94442;
|
5280
5469
|
}
|
5281
|
-
a.list-group-item-danger .list-group-item-heading
|
5470
|
+
a.list-group-item-danger .list-group-item-heading,
|
5471
|
+
button.list-group-item-danger .list-group-item-heading {
|
5282
5472
|
color: inherit;
|
5283
5473
|
}
|
5284
5474
|
a.list-group-item-danger:hover,
|
5285
|
-
|
5475
|
+
button.list-group-item-danger:hover,
|
5476
|
+
a.list-group-item-danger:focus,
|
5477
|
+
button.list-group-item-danger:focus {
|
5286
5478
|
color: #a94442;
|
5287
5479
|
background-color: #ebcccc;
|
5288
5480
|
}
|
5289
5481
|
a.list-group-item-danger.active,
|
5482
|
+
button.list-group-item-danger.active,
|
5290
5483
|
a.list-group-item-danger.active:hover,
|
5291
|
-
|
5484
|
+
button.list-group-item-danger.active:hover,
|
5485
|
+
a.list-group-item-danger.active:focus,
|
5486
|
+
button.list-group-item-danger.active:focus {
|
5292
5487
|
color: #fff;
|
5293
5488
|
background-color: #a94442;
|
5294
5489
|
border-color: #a94442;
|
@@ -5362,6 +5557,10 @@ a.list-group-item-danger.active:focus {
|
|
5362
5557
|
border-bottom-right-radius: 3px;
|
5363
5558
|
border-bottom-left-radius: 3px;
|
5364
5559
|
}
|
5560
|
+
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
|
5561
|
+
border-top-right-radius: 0;
|
5562
|
+
border-top-left-radius: 0;
|
5563
|
+
}
|
5365
5564
|
.panel-heading + .list-group .list-group-item:first-child {
|
5366
5565
|
border-top-width: 0;
|
5367
5566
|
}
|
@@ -5842,9 +6041,21 @@ button.close {
|
|
5842
6041
|
z-index: 1070;
|
5843
6042
|
display: block;
|
5844
6043
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
5845
|
-
font-
|
6044
|
+
font-style: normal;
|
5846
6045
|
font-weight: normal;
|
5847
|
-
|
6046
|
+
letter-spacing: normal;
|
6047
|
+
line-break: auto;
|
6048
|
+
line-height: 1.42857143;
|
6049
|
+
text-align: left;
|
6050
|
+
text-align: start;
|
6051
|
+
text-decoration: none;
|
6052
|
+
text-shadow: none;
|
6053
|
+
text-transform: none;
|
6054
|
+
white-space: normal;
|
6055
|
+
word-break: normal;
|
6056
|
+
word-spacing: normal;
|
6057
|
+
word-wrap: normal;
|
6058
|
+
font-size: 12px;
|
5848
6059
|
opacity: 0;
|
5849
6060
|
filter: alpha(opacity=0);
|
5850
6061
|
}
|
@@ -5873,7 +6084,6 @@ button.close {
|
|
5873
6084
|
padding: 3px 8px;
|
5874
6085
|
color: #ffffff;
|
5875
6086
|
text-align: center;
|
5876
|
-
text-decoration: none;
|
5877
6087
|
background-color: #000000;
|
5878
6088
|
border-radius: 4px;
|
5879
6089
|
}
|
@@ -5949,10 +6159,21 @@ button.close {
|
|
5949
6159
|
max-width: 276px;
|
5950
6160
|
padding: 1px;
|
5951
6161
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
5952
|
-
font-
|
6162
|
+
font-style: normal;
|
5953
6163
|
font-weight: normal;
|
6164
|
+
letter-spacing: normal;
|
6165
|
+
line-break: auto;
|
5954
6166
|
line-height: 1.42857143;
|
5955
6167
|
text-align: left;
|
6168
|
+
text-align: start;
|
6169
|
+
text-decoration: none;
|
6170
|
+
text-shadow: none;
|
6171
|
+
text-transform: none;
|
6172
|
+
white-space: normal;
|
6173
|
+
word-break: normal;
|
6174
|
+
word-spacing: normal;
|
6175
|
+
word-wrap: normal;
|
6176
|
+
font-size: 14px;
|
5956
6177
|
background-color: #ffffff;
|
5957
6178
|
-webkit-background-clip: padding-box;
|
5958
6179
|
background-clip: padding-box;
|
@@ -5961,7 +6182,6 @@ button.close {
|
|
5961
6182
|
border-radius: 6px;
|
5962
6183
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
5963
6184
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
5964
|
-
white-space: normal;
|
5965
6185
|
}
|
5966
6186
|
.popover.top {
|
5967
6187
|
margin-top: -10px;
|
@@ -6088,8 +6308,8 @@ button.close {
|
|
6088
6308
|
transition: transform 0.6s ease-in-out;
|
6089
6309
|
-webkit-backface-visibility: hidden;
|
6090
6310
|
backface-visibility: hidden;
|
6091
|
-
-webkit-perspective:
|
6092
|
-
perspective:
|
6311
|
+
-webkit-perspective: 1000px;
|
6312
|
+
perspective: 1000px;
|
6093
6313
|
}
|
6094
6314
|
.carousel-inner > .item.next,
|
6095
6315
|
.carousel-inner > .item.active.right {
|
@@ -6186,6 +6406,7 @@ button.close {
|
|
6186
6406
|
.carousel-control .glyphicon-chevron-right {
|
6187
6407
|
position: absolute;
|
6188
6408
|
top: 50%;
|
6409
|
+
margin-top: -10px;
|
6189
6410
|
z-index: 5;
|
6190
6411
|
display: inline-block;
|
6191
6412
|
}
|
@@ -6203,7 +6424,6 @@ button.close {
|
|
6203
6424
|
.carousel-control .icon-next {
|
6204
6425
|
width: 20px;
|
6205
6426
|
height: 20px;
|
6206
|
-
margin-top: -10px;
|
6207
6427
|
line-height: 1;
|
6208
6428
|
font-family: serif;
|
6209
6429
|
}
|
@@ -6395,7 +6615,7 @@ button.close {
|
|
6395
6615
|
display: block !important;
|
6396
6616
|
}
|
6397
6617
|
table.visible-xs {
|
6398
|
-
display: table;
|
6618
|
+
display: table !important;
|
6399
6619
|
}
|
6400
6620
|
tr.visible-xs {
|
6401
6621
|
display: table-row !important;
|
@@ -6425,7 +6645,7 @@ button.close {
|
|
6425
6645
|
display: block !important;
|
6426
6646
|
}
|
6427
6647
|
table.visible-sm {
|
6428
|
-
display: table;
|
6648
|
+
display: table !important;
|
6429
6649
|
}
|
6430
6650
|
tr.visible-sm {
|
6431
6651
|
display: table-row !important;
|
@@ -6455,7 +6675,7 @@ button.close {
|
|
6455
6675
|
display: block !important;
|
6456
6676
|
}
|
6457
6677
|
table.visible-md {
|
6458
|
-
display: table;
|
6678
|
+
display: table !important;
|
6459
6679
|
}
|
6460
6680
|
tr.visible-md {
|
6461
6681
|
display: table-row !important;
|
@@ -6485,7 +6705,7 @@ button.close {
|
|
6485
6705
|
display: block !important;
|
6486
6706
|
}
|
6487
6707
|
table.visible-lg {
|
6488
|
-
display: table;
|
6708
|
+
display: table !important;
|
6489
6709
|
}
|
6490
6710
|
tr.visible-lg {
|
6491
6711
|
display: table-row !important;
|
@@ -6538,7 +6758,7 @@ button.close {
|
|
6538
6758
|
display: block !important;
|
6539
6759
|
}
|
6540
6760
|
table.visible-print {
|
6541
|
-
display: table;
|
6761
|
+
display: table !important;
|
6542
6762
|
}
|
6543
6763
|
tr.visible-print {
|
6544
6764
|
display: table-row !important;
|