bootswatch_rails 3.2.0.1 → 3.2.0.2
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/lib/bootswatch_rails/engine.rb +1 -1
- data/lib/bootswatch_rails/version.rb +2 -2
- data/lib/generators/bootswatch_rails/sorcery/templates/sorcery.de.yml +1 -1
- data/vendor/assets/stylesheets/amelia.css +1 -1
- data/vendor/assets/stylesheets/cerulean.css +1 -1
- data/vendor/assets/stylesheets/cosmo.css +1 -5
- data/vendor/assets/stylesheets/custom.css +1 -1
- data/vendor/assets/stylesheets/cyborg.css +1 -1
- data/vendor/assets/stylesheets/darkly.css +1 -1
- data/vendor/assets/stylesheets/flatly.css +1 -1
- data/vendor/assets/stylesheets/journal.css +1 -1
- data/vendor/assets/stylesheets/lumen.css +63 -63
- data/vendor/assets/stylesheets/paper.css +6524 -0
- data/vendor/assets/stylesheets/readable.css +1 -1
- data/vendor/assets/stylesheets/sandstone.css +6326 -0
- data/vendor/assets/stylesheets/simplex.css +1 -1
- data/vendor/assets/stylesheets/slate.css +10 -8
- data/vendor/assets/stylesheets/spacelab.css +1 -1
- data/vendor/assets/stylesheets/superhero.css +1 -1
- data/vendor/assets/stylesheets/united.css +1 -1
- data/vendor/assets/stylesheets/yeti.css +72 -72
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 342cc27ed5b419db3c2632ce53262711097c7a9e
|
4
|
+
data.tar.gz: 4846d710b355579f3f2ab218f48cd215483255f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f07f16ad6f2719221d69e29f3092120ea8a39ce4403813636f72f564e93b9e1676ca239f399afbee6e28829e2a5cc3a3f7757a087ccb5e6f41661ae187e688e7
|
7
|
+
data.tar.gz: 467f37e9c53cea551d1b10d9f73e1179f0b850b00809c8f345ed31045354835942584fdbe01af639ab59521bfbfa056f967b7db7b6396dc83a7f6181ce6daa3c
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module BootswatchRails
|
2
2
|
class Engine < Rails::Engine
|
3
3
|
initializer "BootswatchRails themes" do |app|
|
4
|
-
app.config.assets.precompile += %w(amelia.css cerulean.css cosmo.css custom.css cyborg.css darkly.css flatly.css journal.css lumen.css readable.css simplex.css slate.css spacelab.css superhero.css united.css yeti.css)
|
4
|
+
app.config.assets.precompile += %w(amelia.css cerulean.css cosmo.css custom.css cyborg.css darkly.css flatly.css journal.css lumen.css paper.css readable.css sandstone.css simplex.css slate.css spacelab.css superhero.css united.css yeti.css)
|
5
5
|
app.config.assets.paths << File.expand_path('../../../vendor/assets/fonts', __FILE__)
|
6
6
|
end
|
7
7
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module BootswatchRails
|
2
|
-
VERSION = "3.2.0.
|
3
|
-
THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :readable, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
|
2
|
+
VERSION = "3.2.0.2"
|
3
|
+
THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
|
4
4
|
DEFAULT = 1
|
5
5
|
end
|
@@ -1,6 +1,6 @@
|
|
1
1
|
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
|
2
2
|
/*!
|
3
|
-
*
|
3
|
+
* bootswatch v3.2.0
|
4
4
|
* Homepage: http://bootswatch.com
|
5
5
|
* Copyright 2012-2014 Thomas Park
|
6
6
|
* Licensed under MIT
|
@@ -6175,10 +6175,6 @@ button.close {
|
|
6175
6175
|
background-color: #fff;
|
6176
6176
|
color: #2780e3;
|
6177
6177
|
}
|
6178
|
-
.btn-lg,
|
6179
|
-
.btn-group-lg > .btn {
|
6180
|
-
padding-top: 19px;
|
6181
|
-
}
|
6182
6178
|
body {
|
6183
6179
|
-webkit-font-smoothing: antialiased;
|
6184
6180
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");
|
2
2
|
/*!
|
3
|
-
*
|
3
|
+
* bootswatch v3.2.0
|
4
4
|
* Homepage: http://bootswatch.com
|
5
5
|
* Copyright 2012-2014 Thomas Park
|
6
6
|
* Licensed under MIT
|
@@ -2337,7 +2337,7 @@ input[type="checkbox"]:focus {
|
|
2337
2337
|
}
|
2338
2338
|
output {
|
2339
2339
|
display: block;
|
2340
|
-
padding-top:
|
2340
|
+
padding-top: 8px;
|
2341
2341
|
font-size: 14px;
|
2342
2342
|
line-height: 1.42857143;
|
2343
2343
|
color: #555555;
|
@@ -2345,8 +2345,8 @@ output {
|
|
2345
2345
|
.form-control {
|
2346
2346
|
display: block;
|
2347
2347
|
width: 100%;
|
2348
|
-
height:
|
2349
|
-
padding:
|
2348
|
+
height: 38px;
|
2349
|
+
padding: 7px 12px;
|
2350
2350
|
font-size: 14px;
|
2351
2351
|
line-height: 1.42857143;
|
2352
2352
|
color: #555555;
|
@@ -2393,20 +2393,20 @@ input[type="date"],
|
|
2393
2393
|
input[type="time"],
|
2394
2394
|
input[type="datetime-local"],
|
2395
2395
|
input[type="month"] {
|
2396
|
-
line-height:
|
2396
|
+
line-height: 38px;
|
2397
2397
|
line-height: 1.42857143 \0;
|
2398
2398
|
}
|
2399
2399
|
input[type="date"].input-sm,
|
2400
2400
|
input[type="time"].input-sm,
|
2401
2401
|
input[type="datetime-local"].input-sm,
|
2402
2402
|
input[type="month"].input-sm {
|
2403
|
-
line-height:
|
2403
|
+
line-height: 28px;
|
2404
2404
|
}
|
2405
2405
|
input[type="date"].input-lg,
|
2406
2406
|
input[type="time"].input-lg,
|
2407
2407
|
input[type="datetime-local"].input-lg,
|
2408
2408
|
input[type="month"].input-lg {
|
2409
|
-
line-height:
|
2409
|
+
line-height: 52px;
|
2410
2410
|
}
|
2411
2411
|
.form-group {
|
2412
2412
|
margin-bottom: 15px;
|
@@ -2473,8 +2473,8 @@ fieldset[disabled] .checkbox label {
|
|
2473
2473
|
cursor: not-allowed;
|
2474
2474
|
}
|
2475
2475
|
.form-control-static {
|
2476
|
-
padding-top:
|
2477
|
-
padding-bottom:
|
2476
|
+
padding-top: 8px;
|
2477
|
+
padding-bottom: 8px;
|
2478
2478
|
margin-bottom: 0;
|
2479
2479
|
}
|
2480
2480
|
.form-control-static.input-lg,
|
@@ -2484,15 +2484,15 @@ fieldset[disabled] .checkbox label {
|
|
2484
2484
|
}
|
2485
2485
|
.input-sm,
|
2486
2486
|
.form-horizontal .form-group-sm .form-control {
|
2487
|
-
height:
|
2488
|
-
padding:
|
2487
|
+
height: 28px;
|
2488
|
+
padding: 4px 10px;
|
2489
2489
|
font-size: 12px;
|
2490
2490
|
line-height: 1.5;
|
2491
2491
|
border-radius: 2px;
|
2492
2492
|
}
|
2493
2493
|
select.input-sm {
|
2494
|
-
height:
|
2495
|
-
line-height:
|
2494
|
+
height: 28px;
|
2495
|
+
line-height: 28px;
|
2496
2496
|
}
|
2497
2497
|
textarea.input-sm,
|
2498
2498
|
select[multiple].input-sm {
|
@@ -2500,15 +2500,15 @@ select[multiple].input-sm {
|
|
2500
2500
|
}
|
2501
2501
|
.input-lg,
|
2502
2502
|
.form-horizontal .form-group-lg .form-control {
|
2503
|
-
height:
|
2504
|
-
padding:
|
2503
|
+
height: 52px;
|
2504
|
+
padding: 13px 16px;
|
2505
2505
|
font-size: 18px;
|
2506
2506
|
line-height: 1.33;
|
2507
2507
|
border-radius: 5px;
|
2508
2508
|
}
|
2509
2509
|
select.input-lg {
|
2510
|
-
height:
|
2511
|
-
line-height:
|
2510
|
+
height: 52px;
|
2511
|
+
line-height: 52px;
|
2512
2512
|
}
|
2513
2513
|
textarea.input-lg,
|
2514
2514
|
select[multiple].input-lg {
|
@@ -2518,7 +2518,7 @@ select[multiple].input-lg {
|
|
2518
2518
|
position: relative;
|
2519
2519
|
}
|
2520
2520
|
.has-feedback .form-control {
|
2521
|
-
padding-right:
|
2521
|
+
padding-right: 47.5px;
|
2522
2522
|
}
|
2523
2523
|
.form-control-feedback {
|
2524
2524
|
position: absolute;
|
@@ -2526,20 +2526,20 @@ select[multiple].input-lg {
|
|
2526
2526
|
right: 0;
|
2527
2527
|
z-index: 2;
|
2528
2528
|
display: block;
|
2529
|
-
width:
|
2530
|
-
height:
|
2531
|
-
line-height:
|
2529
|
+
width: 38px;
|
2530
|
+
height: 38px;
|
2531
|
+
line-height: 38px;
|
2532
2532
|
text-align: center;
|
2533
2533
|
}
|
2534
2534
|
.input-lg + .form-control-feedback {
|
2535
|
-
width:
|
2536
|
-
height:
|
2537
|
-
line-height:
|
2535
|
+
width: 52px;
|
2536
|
+
height: 52px;
|
2537
|
+
line-height: 52px;
|
2538
2538
|
}
|
2539
2539
|
.input-sm + .form-control-feedback {
|
2540
|
-
width:
|
2541
|
-
height:
|
2542
|
-
line-height:
|
2540
|
+
width: 28px;
|
2541
|
+
height: 28px;
|
2542
|
+
line-height: 28px;
|
2543
2543
|
}
|
2544
2544
|
.has-success .help-block,
|
2545
2545
|
.has-success .control-label,
|
@@ -2681,11 +2681,11 @@ select[multiple].input-lg {
|
|
2681
2681
|
.form-horizontal .checkbox-inline {
|
2682
2682
|
margin-top: 0;
|
2683
2683
|
margin-bottom: 0;
|
2684
|
-
padding-top:
|
2684
|
+
padding-top: 8px;
|
2685
2685
|
}
|
2686
2686
|
.form-horizontal .radio,
|
2687
2687
|
.form-horizontal .checkbox {
|
2688
|
-
min-height:
|
2688
|
+
min-height: 28px;
|
2689
2689
|
}
|
2690
2690
|
.form-horizontal .form-group {
|
2691
2691
|
margin-left: -15px;
|
@@ -2695,7 +2695,7 @@ select[multiple].input-lg {
|
|
2695
2695
|
.form-horizontal .control-label {
|
2696
2696
|
text-align: right;
|
2697
2697
|
margin-bottom: 0;
|
2698
|
-
padding-top:
|
2698
|
+
padding-top: 8px;
|
2699
2699
|
}
|
2700
2700
|
}
|
2701
2701
|
.form-horizontal .has-feedback .form-control-feedback {
|
@@ -2704,12 +2704,12 @@ select[multiple].input-lg {
|
|
2704
2704
|
}
|
2705
2705
|
@media (min-width: 768px) {
|
2706
2706
|
.form-horizontal .form-group-lg .control-label {
|
2707
|
-
padding-top:
|
2707
|
+
padding-top: 18.29px;
|
2708
2708
|
}
|
2709
2709
|
}
|
2710
2710
|
@media (min-width: 768px) {
|
2711
2711
|
.form-horizontal .form-group-sm .control-label {
|
2712
|
-
padding-top:
|
2712
|
+
padding-top: 5px;
|
2713
2713
|
}
|
2714
2714
|
}
|
2715
2715
|
.btn {
|
@@ -2722,7 +2722,7 @@ select[multiple].input-lg {
|
|
2722
2722
|
background-image: none;
|
2723
2723
|
border: 1px solid transparent;
|
2724
2724
|
white-space: nowrap;
|
2725
|
-
padding:
|
2725
|
+
padding: 7px 12px;
|
2726
2726
|
font-size: 14px;
|
2727
2727
|
line-height: 1.42857143;
|
2728
2728
|
border-radius: 4px;
|
@@ -3041,14 +3041,14 @@ fieldset[disabled] .btn-link:focus {
|
|
3041
3041
|
}
|
3042
3042
|
.btn-lg,
|
3043
3043
|
.btn-group-lg > .btn {
|
3044
|
-
padding:
|
3044
|
+
padding: 13px 16px;
|
3045
3045
|
font-size: 18px;
|
3046
3046
|
line-height: 1.33;
|
3047
3047
|
border-radius: 5px;
|
3048
3048
|
}
|
3049
3049
|
.btn-sm,
|
3050
3050
|
.btn-group-sm > .btn {
|
3051
|
-
padding:
|
3051
|
+
padding: 4px 10px;
|
3052
3052
|
font-size: 12px;
|
3053
3053
|
line-height: 1.5;
|
3054
3054
|
border-radius: 2px;
|
@@ -3431,8 +3431,8 @@ tbody.collapse.in {
|
|
3431
3431
|
.input-group-lg > .form-control,
|
3432
3432
|
.input-group-lg > .input-group-addon,
|
3433
3433
|
.input-group-lg > .input-group-btn > .btn {
|
3434
|
-
height:
|
3435
|
-
padding:
|
3434
|
+
height: 52px;
|
3435
|
+
padding: 13px 16px;
|
3436
3436
|
font-size: 18px;
|
3437
3437
|
line-height: 1.33;
|
3438
3438
|
border-radius: 5px;
|
@@ -3440,8 +3440,8 @@ tbody.collapse.in {
|
|
3440
3440
|
select.input-group-lg > .form-control,
|
3441
3441
|
select.input-group-lg > .input-group-addon,
|
3442
3442
|
select.input-group-lg > .input-group-btn > .btn {
|
3443
|
-
height:
|
3444
|
-
line-height:
|
3443
|
+
height: 52px;
|
3444
|
+
line-height: 52px;
|
3445
3445
|
}
|
3446
3446
|
textarea.input-group-lg > .form-control,
|
3447
3447
|
textarea.input-group-lg > .input-group-addon,
|
@@ -3454,8 +3454,8 @@ select[multiple].input-group-lg > .input-group-btn > .btn {
|
|
3454
3454
|
.input-group-sm > .form-control,
|
3455
3455
|
.input-group-sm > .input-group-addon,
|
3456
3456
|
.input-group-sm > .input-group-btn > .btn {
|
3457
|
-
height:
|
3458
|
-
padding:
|
3457
|
+
height: 28px;
|
3458
|
+
padding: 4px 10px;
|
3459
3459
|
font-size: 12px;
|
3460
3460
|
line-height: 1.5;
|
3461
3461
|
border-radius: 2px;
|
@@ -3463,8 +3463,8 @@ select[multiple].input-group-lg > .input-group-btn > .btn {
|
|
3463
3463
|
select.input-group-sm > .form-control,
|
3464
3464
|
select.input-group-sm > .input-group-addon,
|
3465
3465
|
select.input-group-sm > .input-group-btn > .btn {
|
3466
|
-
height:
|
3467
|
-
line-height:
|
3466
|
+
height: 28px;
|
3467
|
+
line-height: 28px;
|
3468
3468
|
}
|
3469
3469
|
textarea.input-group-sm > .form-control,
|
3470
3470
|
textarea.input-group-sm > .input-group-addon,
|
@@ -3491,7 +3491,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3491
3491
|
vertical-align: middle;
|
3492
3492
|
}
|
3493
3493
|
.input-group-addon {
|
3494
|
-
padding:
|
3494
|
+
padding: 7px 12px;
|
3495
3495
|
font-size: 14px;
|
3496
3496
|
font-weight: normal;
|
3497
3497
|
line-height: 1;
|
@@ -3502,12 +3502,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3502
3502
|
border-radius: 4px;
|
3503
3503
|
}
|
3504
3504
|
.input-group-addon.input-sm {
|
3505
|
-
padding:
|
3505
|
+
padding: 4px 10px;
|
3506
3506
|
font-size: 12px;
|
3507
3507
|
border-radius: 2px;
|
3508
3508
|
}
|
3509
3509
|
.input-group-addon.input-lg {
|
3510
|
-
padding:
|
3510
|
+
padding: 13px 16px;
|
3511
3511
|
font-size: 18px;
|
3512
3512
|
border-radius: 5px;
|
3513
3513
|
}
|
@@ -3973,8 +3973,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3973
3973
|
border-bottom: 1px solid transparent;
|
3974
3974
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
3975
3975
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
3976
|
-
margin-top:
|
3977
|
-
margin-bottom:
|
3976
|
+
margin-top: 6px;
|
3977
|
+
margin-bottom: 6px;
|
3978
3978
|
}
|
3979
3979
|
@media (min-width: 768px) {
|
3980
3980
|
.navbar-form .form-group {
|
@@ -4053,12 +4053,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
4053
4053
|
border-bottom-left-radius: 0;
|
4054
4054
|
}
|
4055
4055
|
.navbar-btn {
|
4056
|
-
margin-top:
|
4057
|
-
margin-bottom:
|
4056
|
+
margin-top: 6px;
|
4057
|
+
margin-bottom: 6px;
|
4058
4058
|
}
|
4059
4059
|
.navbar-btn.btn-sm {
|
4060
|
-
margin-top:
|
4061
|
-
margin-bottom:
|
4060
|
+
margin-top: 11px;
|
4061
|
+
margin-bottom: 11px;
|
4062
4062
|
}
|
4063
4063
|
.navbar-btn.btn-xs {
|
4064
4064
|
margin-top: 14px;
|
@@ -4307,7 +4307,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4307
4307
|
.pagination > li > span {
|
4308
4308
|
position: relative;
|
4309
4309
|
float: left;
|
4310
|
-
padding:
|
4310
|
+
padding: 7px 12px;
|
4311
4311
|
line-height: 1.42857143;
|
4312
4312
|
text-decoration: none;
|
4313
4313
|
color: #555555;
|
@@ -4359,7 +4359,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4359
4359
|
}
|
4360
4360
|
.pagination-lg > li > a,
|
4361
4361
|
.pagination-lg > li > span {
|
4362
|
-
padding:
|
4362
|
+
padding: 13px 16px;
|
4363
4363
|
font-size: 18px;
|
4364
4364
|
}
|
4365
4365
|
.pagination-lg > li:first-child > a,
|
@@ -4374,7 +4374,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4374
4374
|
}
|
4375
4375
|
.pagination-sm > li > a,
|
4376
4376
|
.pagination-sm > li > span {
|
4377
|
-
padding:
|
4377
|
+
padding: 4px 10px;
|
4378
4378
|
font-size: 12px;
|
4379
4379
|
}
|
4380
4380
|
.pagination-sm > li:first-child > a,
|
@@ -6175,7 +6175,7 @@ button.close {
|
|
6175
6175
|
border-width: 0 1px 4px 1px;
|
6176
6176
|
}
|
6177
6177
|
.btn {
|
6178
|
-
padding:
|
6178
|
+
padding: 9px 12px 7px;
|
6179
6179
|
border-width: 0 1px 4px 1px;
|
6180
6180
|
font-size: 12px;
|
6181
6181
|
font-weight: bold;
|
@@ -6193,16 +6193,16 @@ button.close {
|
|
6193
6193
|
}
|
6194
6194
|
.btn-lg,
|
6195
6195
|
.btn-group-lg > .btn {
|
6196
|
-
padding:
|
6196
|
+
padding: 15px 16px 13px;
|
6197
6197
|
line-height: 15px;
|
6198
6198
|
}
|
6199
6199
|
.btn-sm,
|
6200
6200
|
.btn-group-sm > .btn {
|
6201
|
-
padding:
|
6201
|
+
padding: 6px 10px 4px;
|
6202
6202
|
}
|
6203
6203
|
.btn-xs,
|
6204
6204
|
.btn-group-xs > .btn {
|
6205
|
-
padding:
|
6205
|
+
padding: 3px 5px 1px;
|
6206
6206
|
}
|
6207
6207
|
.btn-default:hover,
|
6208
6208
|
.btn-default:focus,
|
@@ -6390,8 +6390,8 @@ label {
|
|
6390
6390
|
.nav-tabs .open > a,
|
6391
6391
|
.nav-tabs .open > a:hover,
|
6392
6392
|
.nav-tabs .open > a:focus {
|
6393
|
-
padding-top:
|
6394
|
-
padding-bottom:
|
6393
|
+
padding-top: 16px;
|
6394
|
+
padding-bottom: 16px;
|
6395
6395
|
margin-top: 0;
|
6396
6396
|
}
|
6397
6397
|
.nav-tabs .open > a,
|
@@ -6401,8 +6401,8 @@ label {
|
|
6401
6401
|
}
|
6402
6402
|
.nav-tabs > li.disabled > a:hover,
|
6403
6403
|
.nav-tabs > li.disabled > a:focus {
|
6404
|
-
padding-top:
|
6405
|
-
padding-bottom:
|
6404
|
+
padding-top: 13px;
|
6405
|
+
padding-bottom: 13px;
|
6406
6406
|
margin-top: 6px;
|
6407
6407
|
}
|
6408
6408
|
.dropdown-menu {
|