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
File without changes
|
@@ -1,12 +1,17 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
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: #325d88;
|
1344
1346
|
}
|
1345
|
-
a.text-primary:hover
|
1347
|
+
a.text-primary:hover,
|
1348
|
+
a.text-primary:focus {
|
1346
1349
|
color: #244363;
|
1347
1350
|
}
|
1348
1351
|
.text-success {
|
1349
1352
|
color: #93c54b;
|
1350
1353
|
}
|
1351
|
-
a.text-success:hover
|
1354
|
+
a.text-success:hover,
|
1355
|
+
a.text-success:focus {
|
1352
1356
|
color: #79a736;
|
1353
1357
|
}
|
1354
1358
|
.text-info {
|
1355
1359
|
color: #29abe0;
|
1356
1360
|
}
|
1357
|
-
a.text-info:hover
|
1361
|
+
a.text-info:hover,
|
1362
|
+
a.text-info:focus {
|
1358
1363
|
color: #1b8dbb;
|
1359
1364
|
}
|
1360
1365
|
.text-warning {
|
1361
1366
|
color: #f47c3c;
|
1362
1367
|
}
|
1363
|
-
a.text-warning:hover
|
1368
|
+
a.text-warning:hover,
|
1369
|
+
a.text-warning:focus {
|
1364
1370
|
color: #ef5c0e;
|
1365
1371
|
}
|
1366
1372
|
.text-danger {
|
1367
1373
|
color: #d9534f;
|
1368
1374
|
}
|
1369
|
-
a.text-danger:hover
|
1375
|
+
a.text-danger:hover,
|
1376
|
+
a.text-danger:focus {
|
1370
1377
|
color: #c9302c;
|
1371
1378
|
}
|
1372
1379
|
.bg-primary {
|
1373
1380
|
color: #fff;
|
1374
1381
|
background-color: #325d88;
|
1375
1382
|
}
|
1376
|
-
a.bg-primary:hover
|
1383
|
+
a.bg-primary:hover,
|
1384
|
+
a.bg-primary:focus {
|
1377
1385
|
background-color: #244363;
|
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: 46px;
|
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: 66px;
|
@@ -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: 66px;
|
2758
2770
|
line-height: 66px;
|
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: 66px;
|
2766
|
-
|
2778
|
+
min-height: 38px;
|
2779
|
+
padding: 21px 30px;
|
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: 66px;
|
2791
2805
|
height: 66px;
|
2792
2806
|
line-height: 66px;
|
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: 27.666666px;
|
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: #3e3f3a;
|
3044
3065
|
border-color: transparent;
|
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: #242422;
|
3071
|
+
border-color: rgba(0, 0, 0, 0);
|
3072
|
+
}
|
3073
|
+
.btn-default:hover {
|
3074
|
+
color: #ffffff;
|
3075
|
+
background-color: #242422;
|
3076
|
+
border-color: rgba(0, 0, 0, 0);
|
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: #242422;
|
3054
3083
|
border-color: rgba(0, 0, 0, 0);
|
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: #121210;
|
3096
|
+
border-color: rgba(0, 0, 0, 0);
|
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: #325d88;
|
3089
3131
|
border-color: transparent;
|
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: #244363;
|
3137
|
+
border-color: rgba(0, 0, 0, 0);
|
3138
|
+
}
|
3139
|
+
.btn-primary:hover {
|
3140
|
+
color: #ffffff;
|
3141
|
+
background-color: #244363;
|
3142
|
+
border-color: rgba(0, 0, 0, 0);
|
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: #244363;
|
3099
3149
|
border-color: rgba(0, 0, 0, 0);
|
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: #1b3249;
|
3162
|
+
border-color: rgba(0, 0, 0, 0);
|
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: #93c54b;
|
3134
3197
|
border-color: transparent;
|
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: #79a736;
|
3203
|
+
border-color: rgba(0, 0, 0, 0);
|
3204
|
+
}
|
3205
|
+
.btn-success:hover {
|
3206
|
+
color: #ffffff;
|
3207
|
+
background-color: #79a736;
|
3208
|
+
border-color: rgba(0, 0, 0, 0);
|
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: #79a736;
|
3144
3215
|
border-color: rgba(0, 0, 0, 0);
|
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: #658c2d;
|
3228
|
+
border-color: rgba(0, 0, 0, 0);
|
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: #29abe0;
|
3179
3263
|
border-color: transparent;
|
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: #1b8dbb;
|
3269
|
+
border-color: rgba(0, 0, 0, 0);
|
3270
|
+
}
|
3271
|
+
.btn-info:hover {
|
3272
|
+
color: #ffffff;
|
3273
|
+
background-color: #1b8dbb;
|
3274
|
+
border-color: rgba(0, 0, 0, 0);
|
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: #1b8dbb;
|
3189
3281
|
border-color: rgba(0, 0, 0, 0);
|
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: #17759c;
|
3294
|
+
border-color: rgba(0, 0, 0, 0);
|
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: #f47c3c;
|
3224
3329
|
border-color: transparent;
|
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: #ef5c0e;
|
3335
|
+
border-color: rgba(0, 0, 0, 0);
|
3336
|
+
}
|
3337
|
+
.btn-warning:hover {
|
3338
|
+
color: #ffffff;
|
3339
|
+
background-color: #ef5c0e;
|
3340
|
+
border-color: rgba(0, 0, 0, 0);
|
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: #ef5c0e;
|
3234
3347
|
border-color: rgba(0, 0, 0, 0);
|
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: #ce4f0c;
|
3360
|
+
border-color: rgba(0, 0, 0, 0);
|
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: #d9534f;
|
3269
3395
|
border-color: transparent;
|
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: #c9302c;
|
3401
|
+
border-color: rgba(0, 0, 0, 0);
|
3402
|
+
}
|
3403
|
+
.btn-danger:hover {
|
3404
|
+
color: #ffffff;
|
3405
|
+
background-color: #c9302c;
|
3406
|
+
border-color: rgba(0, 0, 0, 0);
|
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: #c9302c;
|
3279
3413
|
border-color: rgba(0, 0, 0, 0);
|
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: #ac2925;
|
3426
|
+
border-color: rgba(0, 0, 0, 0);
|
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
|
}
|
@@ -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: #8e8c84;
|
4648
4800
|
background-color: #dfd7ca;
|
4649
4801
|
border-color: #dfd7ca;
|
@@ -4675,6 +4827,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4675
4827
|
.pagination-lg > li > span {
|
4676
4828
|
padding: 20px 30px;
|
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: normal;
|
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: #93c54b;
|
@@ -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: #f8f5f0;
|
@@ -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: #3e3f3a;
|
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: inherit;
|
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: #3e3f3a;
|
5165
5328
|
background-color: #f8f5f0;
|
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: #93c54b;
|
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: #93c54b;
|
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: #93c54b;
|
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: #93c54b;
|
5228
5402
|
border-color: #93c54b;
|
@@ -5231,20 +5405,27 @@ a.list-group-item-success.active:focus {
|
|
5231
5405
|
color: #29abe0;
|
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: #29abe0;
|
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: #29abe0;
|
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: #29abe0;
|
5250
5431
|
border-color: #29abe0;
|
@@ -5253,20 +5434,27 @@ a.list-group-item-info.active:focus {
|
|
5253
5434
|
color: #f47c3c;
|
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: #f47c3c;
|
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: #f47c3c;
|
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: #f47c3c;
|
5272
5460
|
border-color: #f47c3c;
|
@@ -5275,20 +5463,27 @@ a.list-group-item-warning.active:focus {
|
|
5275
5463
|
color: #d9534f;
|
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: #d9534f;
|
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: #d9534f;
|
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: #d9534f;
|
5294
5489
|
border-color: #d9534f;
|
@@ -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
|
}
|
@@ -5841,9 +6040,21 @@ button.close {
|
|
5841
6040
|
z-index: 1070;
|
5842
6041
|
display: block;
|
5843
6042
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
5844
|
-
font-
|
6043
|
+
font-style: normal;
|
5845
6044
|
font-weight: normal;
|
5846
|
-
|
6045
|
+
letter-spacing: normal;
|
6046
|
+
line-break: auto;
|
6047
|
+
line-height: 1.42857143;
|
6048
|
+
text-align: left;
|
6049
|
+
text-align: start;
|
6050
|
+
text-decoration: none;
|
6051
|
+
text-shadow: none;
|
6052
|
+
text-transform: none;
|
6053
|
+
white-space: normal;
|
6054
|
+
word-break: normal;
|
6055
|
+
word-spacing: normal;
|
6056
|
+
word-wrap: normal;
|
6057
|
+
font-size: 12px;
|
5847
6058
|
opacity: 0;
|
5848
6059
|
filter: alpha(opacity=0);
|
5849
6060
|
}
|
@@ -5872,7 +6083,6 @@ button.close {
|
|
5872
6083
|
padding: 3px 8px;
|
5873
6084
|
color: #ffffff;
|
5874
6085
|
text-align: center;
|
5875
|
-
text-decoration: none;
|
5876
6086
|
background-color: #3e3f3a;
|
5877
6087
|
border-radius: 4px;
|
5878
6088
|
}
|
@@ -5948,10 +6158,21 @@ button.close {
|
|
5948
6158
|
max-width: 276px;
|
5949
6159
|
padding: 1px;
|
5950
6160
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
5951
|
-
font-
|
6161
|
+
font-style: normal;
|
5952
6162
|
font-weight: normal;
|
6163
|
+
letter-spacing: normal;
|
6164
|
+
line-break: auto;
|
5953
6165
|
line-height: 1.42857143;
|
5954
6166
|
text-align: left;
|
6167
|
+
text-align: start;
|
6168
|
+
text-decoration: none;
|
6169
|
+
text-shadow: none;
|
6170
|
+
text-transform: none;
|
6171
|
+
white-space: normal;
|
6172
|
+
word-break: normal;
|
6173
|
+
word-spacing: normal;
|
6174
|
+
word-wrap: normal;
|
6175
|
+
font-size: 14px;
|
5955
6176
|
background-color: #ffffff;
|
5956
6177
|
-webkit-background-clip: padding-box;
|
5957
6178
|
background-clip: padding-box;
|
@@ -5959,7 +6180,6 @@ button.close {
|
|
5959
6180
|
border-radius: 6px;
|
5960
6181
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
5961
6182
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
5962
|
-
white-space: normal;
|
5963
6183
|
}
|
5964
6184
|
.popover.top {
|
5965
6185
|
margin-top: -10px;
|
@@ -6086,8 +6306,8 @@ button.close {
|
|
6086
6306
|
transition: transform 0.6s ease-in-out;
|
6087
6307
|
-webkit-backface-visibility: hidden;
|
6088
6308
|
backface-visibility: hidden;
|
6089
|
-
-webkit-perspective:
|
6090
|
-
perspective:
|
6309
|
+
-webkit-perspective: 1000px;
|
6310
|
+
perspective: 1000px;
|
6091
6311
|
}
|
6092
6312
|
.carousel-inner > .item.next,
|
6093
6313
|
.carousel-inner > .item.active.right {
|
@@ -6184,6 +6404,7 @@ button.close {
|
|
6184
6404
|
.carousel-control .glyphicon-chevron-right {
|
6185
6405
|
position: absolute;
|
6186
6406
|
top: 50%;
|
6407
|
+
margin-top: -10px;
|
6187
6408
|
z-index: 5;
|
6188
6409
|
display: inline-block;
|
6189
6410
|
}
|
@@ -6201,7 +6422,6 @@ button.close {
|
|
6201
6422
|
.carousel-control .icon-next {
|
6202
6423
|
width: 20px;
|
6203
6424
|
height: 20px;
|
6204
|
-
margin-top: -10px;
|
6205
6425
|
line-height: 1;
|
6206
6426
|
font-family: serif;
|
6207
6427
|
}
|
@@ -6393,7 +6613,7 @@ button.close {
|
|
6393
6613
|
display: block !important;
|
6394
6614
|
}
|
6395
6615
|
table.visible-xs {
|
6396
|
-
display: table;
|
6616
|
+
display: table !important;
|
6397
6617
|
}
|
6398
6618
|
tr.visible-xs {
|
6399
6619
|
display: table-row !important;
|
@@ -6423,7 +6643,7 @@ button.close {
|
|
6423
6643
|
display: block !important;
|
6424
6644
|
}
|
6425
6645
|
table.visible-sm {
|
6426
|
-
display: table;
|
6646
|
+
display: table !important;
|
6427
6647
|
}
|
6428
6648
|
tr.visible-sm {
|
6429
6649
|
display: table-row !important;
|
@@ -6453,7 +6673,7 @@ button.close {
|
|
6453
6673
|
display: block !important;
|
6454
6674
|
}
|
6455
6675
|
table.visible-md {
|
6456
|
-
display: table;
|
6676
|
+
display: table !important;
|
6457
6677
|
}
|
6458
6678
|
tr.visible-md {
|
6459
6679
|
display: table-row !important;
|
@@ -6483,7 +6703,7 @@ button.close {
|
|
6483
6703
|
display: block !important;
|
6484
6704
|
}
|
6485
6705
|
table.visible-lg {
|
6486
|
-
display: table;
|
6706
|
+
display: table !important;
|
6487
6707
|
}
|
6488
6708
|
tr.visible-lg {
|
6489
6709
|
display: table-row !important;
|
@@ -6536,7 +6756,7 @@ button.close {
|
|
6536
6756
|
display: block !important;
|
6537
6757
|
}
|
6538
6758
|
table.visible-print {
|
6539
|
-
display: table;
|
6759
|
+
display: table !important;
|
6540
6760
|
}
|
6541
6761
|
tr.visible-print {
|
6542
6762
|
display: table-row !important;
|