bootswatch_rails 3.2.0.1 → 3.2.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  @import url("//fonts.googleapis.com/css?family=Open+Sans:400,700");
2
2
  /*!
3
- * Bootswatch v3.2.0
3
+ * bootswatch v3.2.0
4
4
  * Homepage: http://bootswatch.com
5
5
  * Copyright 2012-2014 Thomas Park
6
6
  * Licensed under MIT
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootswatch v3.2.0
2
+ * bootswatch v3.2.0
3
3
  * Homepage: http://bootswatch.com
4
4
  * Copyright 2012-2014 Thomas Park
5
5
  * Licensed under MIT
@@ -6347,9 +6347,6 @@ h6 {
6347
6347
  .text-info:hover {
6348
6348
  color: #5bc0de;
6349
6349
  }
6350
- .table a:not(.btn) {
6351
- text-decoration: underline;
6352
- }
6353
6350
  .table .success,
6354
6351
  .table .warning,
6355
6352
  .table .danger,
@@ -6468,7 +6465,8 @@ legend {
6468
6465
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
6469
6466
  filter: none;
6470
6467
  }
6471
- .pagination > li > a {
6468
+ .pagination > li > a,
6469
+ .pagination > li > span {
6472
6470
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
6473
6471
  background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
6474
6472
  background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
@@ -6477,7 +6475,8 @@ legend {
6477
6475
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
6478
6476
  filter: none;
6479
6477
  }
6480
- .pagination > li > a:hover {
6478
+ .pagination > li > a:hover,
6479
+ .pagination > li > span:hover {
6481
6480
  background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
6482
6481
  background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
6483
6482
  background-image: linear-gradient(#020202, #101112 40%, #191b1d);
@@ -6485,7 +6484,8 @@ legend {
6485
6484
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
6486
6485
  filter: none;
6487
6486
  }
6488
- .pagination > li.active > a {
6487
+ .pagination > li.active > a,
6488
+ .pagination > li.active > span {
6489
6489
  background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
6490
6490
  background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
6491
6491
  background-image: linear-gradient(#020202, #101112 40%, #191b1d);
@@ -6494,7 +6494,9 @@ legend {
6494
6494
  filter: none;
6495
6495
  }
6496
6496
  .pagination > li.disabled > a,
6497
- .pagination > li.disabled > a:hover {
6497
+ .pagination > li.disabled > a:hover,
6498
+ .pagination > li.disabled > span,
6499
+ .pagination > li.disabled > span:hover {
6498
6500
  background-color: transparent;
6499
6501
  background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
6500
6502
  background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
@@ -1,6 +1,6 @@
1
1
  @import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
2
2
  /*!
3
- * Bootswatch v3.2.0
3
+ * bootswatch v3.2.0
4
4
  * Homepage: http://bootswatch.com
5
5
  * Copyright 2012-2014 Thomas Park
6
6
  * Licensed under MIT
@@ -1,6 +1,6 @@
1
1
  @import url("//fonts.googleapis.com/css?family=Lato:300,400,700");
2
2
  /*!
3
- * Bootswatch v3.2.0
3
+ * bootswatch v3.2.0
4
4
  * Homepage: http://bootswatch.com
5
5
  * Copyright 2012-2014 Thomas Park
6
6
  * Licensed under MIT
@@ -1,6 +1,6 @@
1
1
  @import url("//fonts.googleapis.com/css?family=Ubuntu");
2
2
  /*!
3
- * Bootswatch v3.2.0
3
+ * bootswatch v3.2.0
4
4
  * Homepage: http://bootswatch.com
5
5
  * Copyright 2012-2014 Thomas Park
6
6
  * Licensed under MIT
@@ -1,6 +1,6 @@
1
1
  @import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
2
2
  /*!
3
- * Bootswatch v3.2.0
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: 7px;
2340
+ padding-top: 15px;
2341
2341
  font-size: 15px;
2342
2342
  line-height: 1.42857143;
2343
2343
  color: #6f6f6f;
@@ -2345,8 +2345,8 @@ output {
2345
2345
  .form-control {
2346
2346
  display: block;
2347
2347
  width: 100%;
2348
- height: 35px;
2349
- padding: 6px 12px;
2348
+ height: 51px;
2349
+ padding: 14px 18px;
2350
2350
  font-size: 15px;
2351
2351
  line-height: 1.42857143;
2352
2352
  color: #6f6f6f;
@@ -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: 35px;
2396
+ line-height: 51px;
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: 30px;
2403
+ line-height: 36px;
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: 48px;
2409
+ line-height: 60px;
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: 7px;
2477
- padding-bottom: 7px;
2476
+ padding-top: 15px;
2477
+ padding-bottom: 15px;
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: 30px;
2488
- padding: 5px 10px;
2487
+ height: 36px;
2488
+ padding: 8px 12px;
2489
2489
  font-size: 12px;
2490
2490
  line-height: 1.5;
2491
2491
  border-radius: 0;
2492
2492
  }
2493
2493
  select.input-sm {
2494
- height: 30px;
2495
- line-height: 30px;
2494
+ height: 36px;
2495
+ line-height: 36px;
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: 48px;
2504
- padding: 10px 16px;
2503
+ height: 60px;
2504
+ padding: 16px 20px;
2505
2505
  font-size: 19px;
2506
2506
  line-height: 1.33;
2507
2507
  border-radius: 0;
2508
2508
  }
2509
2509
  select.input-lg {
2510
- height: 48px;
2511
- line-height: 48px;
2510
+ height: 60px;
2511
+ line-height: 60px;
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: 43.75px;
2521
+ padding-right: 63.75px;
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: 35px;
2530
- height: 35px;
2531
- line-height: 35px;
2529
+ width: 51px;
2530
+ height: 51px;
2531
+ line-height: 51px;
2532
2532
  text-align: center;
2533
2533
  }
2534
2534
  .input-lg + .form-control-feedback {
2535
- width: 48px;
2536
- height: 48px;
2537
- line-height: 48px;
2535
+ width: 60px;
2536
+ height: 60px;
2537
+ line-height: 60px;
2538
2538
  }
2539
2539
  .input-sm + .form-control-feedback {
2540
- width: 30px;
2541
- height: 30px;
2542
- line-height: 30px;
2540
+ width: 36px;
2541
+ height: 36px;
2542
+ line-height: 36px;
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: 7px;
2684
+ padding-top: 15px;
2685
2685
  }
2686
2686
  .form-horizontal .radio,
2687
2687
  .form-horizontal .checkbox {
2688
- min-height: 28px;
2688
+ min-height: 36px;
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: 7px;
2698
+ padding-top: 15px;
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: 14.3px;
2707
+ padding-top: 22.28px;
2708
2708
  }
2709
2709
  }
2710
2710
  @media (min-width: 768px) {
2711
2711
  .form-horizontal .form-group-sm .control-label {
2712
- padding-top: 6px;
2712
+ padding-top: 9px;
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: 6px 12px;
2725
+ padding: 14px 18px;
2726
2726
  font-size: 15px;
2727
2727
  line-height: 1.42857143;
2728
2728
  border-radius: 0;
@@ -2763,7 +2763,7 @@ fieldset[disabled] .btn {
2763
2763
  .btn-default {
2764
2764
  color: #333333;
2765
2765
  background-color: #e7e7e7;
2766
- border-color: #dadada;
2766
+ border-color: #cccccc;
2767
2767
  }
2768
2768
  .btn-default:hover,
2769
2769
  .btn-default:focus,
@@ -2772,7 +2772,7 @@ fieldset[disabled] .btn {
2772
2772
  .open > .dropdown-toggle.btn-default {
2773
2773
  color: #333333;
2774
2774
  background-color: #cecece;
2775
- border-color: #bbbbbb;
2775
+ border-color: #adadad;
2776
2776
  }
2777
2777
  .btn-default:active,
2778
2778
  .btn-default.active,
@@ -2795,7 +2795,7 @@ fieldset[disabled] .btn-default:active,
2795
2795
  .btn-default[disabled].active,
2796
2796
  fieldset[disabled] .btn-default.active {
2797
2797
  background-color: #e7e7e7;
2798
- border-color: #dadada;
2798
+ border-color: #cccccc;
2799
2799
  }
2800
2800
  .btn-default .badge {
2801
2801
  color: #e7e7e7;
@@ -3041,21 +3041,21 @@ fieldset[disabled] .btn-link:focus {
3041
3041
  }
3042
3042
  .btn-lg,
3043
3043
  .btn-group-lg > .btn {
3044
- padding: 10px 16px;
3044
+ padding: 16px 20px;
3045
3045
  font-size: 19px;
3046
3046
  line-height: 1.33;
3047
3047
  border-radius: 0;
3048
3048
  }
3049
3049
  .btn-sm,
3050
3050
  .btn-group-sm > .btn {
3051
- padding: 5px 10px;
3051
+ padding: 8px 12px;
3052
3052
  font-size: 12px;
3053
3053
  line-height: 1.5;
3054
3054
  border-radius: 0;
3055
3055
  }
3056
3056
  .btn-xs,
3057
3057
  .btn-group-xs > .btn {
3058
- padding: 1px 5px;
3058
+ padding: 4px 6px;
3059
3059
  font-size: 12px;
3060
3060
  line-height: 1.5;
3061
3061
  border-radius: 0;
@@ -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: 48px;
3435
- padding: 10px 16px;
3434
+ height: 60px;
3435
+ padding: 16px 20px;
3436
3436
  font-size: 19px;
3437
3437
  line-height: 1.33;
3438
3438
  border-radius: 0;
@@ -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: 48px;
3444
- line-height: 48px;
3443
+ height: 60px;
3444
+ line-height: 60px;
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: 30px;
3458
- padding: 5px 10px;
3457
+ height: 36px;
3458
+ padding: 8px 12px;
3459
3459
  font-size: 12px;
3460
3460
  line-height: 1.5;
3461
3461
  border-radius: 0;
@@ -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: 30px;
3467
- line-height: 30px;
3466
+ height: 36px;
3467
+ line-height: 36px;
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: 6px 12px;
3494
+ padding: 14px 18px;
3495
3495
  font-size: 15px;
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: 0;
3503
3503
  }
3504
3504
  .input-group-addon.input-sm {
3505
- padding: 5px 10px;
3505
+ padding: 8px 12px;
3506
3506
  font-size: 12px;
3507
3507
  border-radius: 0;
3508
3508
  }
3509
3509
  .input-group-addon.input-lg {
3510
- padding: 10px 16px;
3510
+ padding: 16px 20px;
3511
3511
  font-size: 19px;
3512
3512
  border-radius: 0;
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: 5px;
3977
- margin-bottom: 5px;
3976
+ margin-top: -3px;
3977
+ margin-bottom: -3px;
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: 5px;
4057
- margin-bottom: 5px;
4056
+ margin-top: -3px;
4057
+ margin-bottom: -3px;
4058
4058
  }
4059
4059
  .navbar-btn.btn-sm {
4060
- margin-top: 7.5px;
4061
- margin-bottom: 7.5px;
4060
+ margin-top: 4.5px;
4061
+ margin-bottom: 4.5px;
4062
4062
  }
4063
4063
  .navbar-btn.btn-xs {
4064
4064
  margin-top: 11.5px;
@@ -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: 6px 12px;
4310
+ padding: 14px 18px;
4311
4311
  line-height: 1.42857143;
4312
4312
  text-decoration: none;
4313
4313
  color: #008cba;
@@ -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: 10px 16px;
4362
+ padding: 16px 20px;
4363
4363
  font-size: 19px;
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: 5px 10px;
4377
+ padding: 8px 12px;
4378
4378
  font-size: 12px;
4379
4379
  }
4380
4380
  .pagination-sm > li:first-child > a,
@@ -6188,6 +6188,14 @@ button.close {
6188
6188
  padding-top: 6px;
6189
6189
  padding-bottom: 6px;
6190
6190
  }
6191
+ .navbar-form {
6192
+ margin-top: 7px;
6193
+ margin-bottom: 5px;
6194
+ }
6195
+ .navbar-form .form-control {
6196
+ height: auto;
6197
+ padding: 4px 6px;
6198
+ }
6191
6199
  .navbar .dropdown-menu {
6192
6200
  border: none;
6193
6201
  }
@@ -6225,16 +6233,16 @@ button.close {
6225
6233
  background-color: #006687;
6226
6234
  }
6227
6235
  .btn {
6228
- padding: 14px 28px;
6236
+ padding: 14px 18px;
6229
6237
  }
6230
6238
  .btn-lg {
6231
- padding: 16px 32px;
6239
+ padding: 16px 20px;
6232
6240
  }
6233
6241
  .btn-sm {
6234
- padding: 8px 16px;
6242
+ padding: 8px 12px;
6235
6243
  }
6236
6244
  .btn-xs {
6237
- padding: 4px 8px;
6245
+ padding: 4px 6px;
6238
6246
  }
6239
6247
  .btn-group .btn ~ .dropdown-toggle {
6240
6248
  padding-left: 16px;
@@ -6250,7 +6258,7 @@ button.close {
6250
6258
  }
6251
6259
  .btn-group .dropdown-toggle.btn-default ~ .dropdown-menu {
6252
6260
  background-color: #e7e7e7;
6253
- border-color: #dadada;
6261
+ border-color: #cccccc;
6254
6262
  }
6255
6263
  .btn-group .dropdown-toggle.btn-default ~ .dropdown-menu > li > a {
6256
6264
  color: #333333;
@@ -6328,9 +6336,6 @@ blockquote small {
6328
6336
  table {
6329
6337
  font-size: 12px;
6330
6338
  }
6331
- input {
6332
- padding: 7px;
6333
- }
6334
6339
  label,
6335
6340
  .control-label,
6336
6341
  .help-block,
@@ -6339,11 +6344,6 @@ label,
6339
6344
  font-size: 12px;
6340
6345
  font-weight: normal;
6341
6346
  }
6342
- .input-group-addon,
6343
- .input-group-btn .btn {
6344
- padding: 8px 14px;
6345
- font-size: 12px;
6346
- }
6347
6347
  .nav .open > a,
6348
6348
  .nav .open > a:hover,
6349
6349
  .nav .open > a:focus {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.1
4
+ version: 3.2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-30 00:00:00.000000000 Z
11
+ date: 2014-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -140,7 +140,9 @@ files:
140
140
  - vendor/assets/stylesheets/flatly.css
141
141
  - vendor/assets/stylesheets/journal.css
142
142
  - vendor/assets/stylesheets/lumen.css
143
+ - vendor/assets/stylesheets/paper.css
143
144
  - vendor/assets/stylesheets/readable.css
145
+ - vendor/assets/stylesheets/sandstone.css
144
146
  - vendor/assets/stylesheets/simplex.css
145
147
  - vendor/assets/stylesheets/slate.css
146
148
  - vendor/assets/stylesheets/spacelab.css