bootswatch_rails 3.3.5.2 → 3.3.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,13 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
2
2
  /*!
3
- * bootswatch v3.3.5
3
+ * bootswatch v3.3.6
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)
10
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
11
11
  * Copyright 2011-2015 Twitter, Inc.
12
12
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
13
13
  */
@@ -284,10 +284,10 @@ th {
284
284
  -moz-osx-font-smoothing: grayscale;
285
285
  }
286
286
  .glyphicon-asterisk:before {
287
- content: "\2a";
287
+ content: "\002a";
288
288
  }
289
289
  .glyphicon-plus:before {
290
- content: "\2b";
290
+ content: "\002b";
291
291
  }
292
292
  .glyphicon-euro:before,
293
293
  .glyphicon-eur:before {
@@ -2586,6 +2586,10 @@ output {
2586
2586
  .form-control::-webkit-input-placeholder {
2587
2587
  color: #999999;
2588
2588
  }
2589
+ .form-control::-ms-expand {
2590
+ border: 0;
2591
+ background-color: transparent;
2592
+ }
2589
2593
  .form-control[disabled],
2590
2594
  .form-control[readonly],
2591
2595
  fieldset[disabled] .form-control {
@@ -2992,7 +2996,7 @@ select[multiple].input-lg {
2992
2996
  }
2993
2997
  @media (min-width: 768px) {
2994
2998
  .form-horizontal .form-group-lg .control-label {
2995
- padding-top: 19.6666662px;
2999
+ padding-top: 15px;
2996
3000
  font-size: 18px;
2997
3001
  }
2998
3002
  }
@@ -3100,9 +3104,6 @@ fieldset[disabled] a.btn {
3100
3104
  .open > .dropdown-toggle.btn-default {
3101
3105
  background-image: none;
3102
3106
  }
3103
- .btn-default.disabled,
3104
- .btn-default[disabled],
3105
- fieldset[disabled] .btn-default,
3106
3107
  .btn-default.disabled:hover,
3107
3108
  .btn-default[disabled]:hover,
3108
3109
  fieldset[disabled] .btn-default:hover,
@@ -3111,13 +3112,7 @@ fieldset[disabled] .btn-default:hover,
3111
3112
  fieldset[disabled] .btn-default:focus,
3112
3113
  .btn-default.disabled.focus,
3113
3114
  .btn-default[disabled].focus,
3114
- fieldset[disabled] .btn-default.focus,
3115
- .btn-default.disabled:active,
3116
- .btn-default[disabled]:active,
3117
- fieldset[disabled] .btn-default:active,
3118
- .btn-default.disabled.active,
3119
- .btn-default[disabled].active,
3120
- fieldset[disabled] .btn-default.active {
3115
+ fieldset[disabled] .btn-default.focus {
3121
3116
  background-color: #474949;
3122
3117
  border-color: #474949;
3123
3118
  }
@@ -3166,9 +3161,6 @@ fieldset[disabled] .btn-default.active {
3166
3161
  .open > .dropdown-toggle.btn-primary {
3167
3162
  background-image: none;
3168
3163
  }
3169
- .btn-primary.disabled,
3170
- .btn-primary[disabled],
3171
- fieldset[disabled] .btn-primary,
3172
3164
  .btn-primary.disabled:hover,
3173
3165
  .btn-primary[disabled]:hover,
3174
3166
  fieldset[disabled] .btn-primary:hover,
@@ -3177,13 +3169,7 @@ fieldset[disabled] .btn-primary:hover,
3177
3169
  fieldset[disabled] .btn-primary:focus,
3178
3170
  .btn-primary.disabled.focus,
3179
3171
  .btn-primary[disabled].focus,
3180
- fieldset[disabled] .btn-primary.focus,
3181
- .btn-primary.disabled:active,
3182
- .btn-primary[disabled]:active,
3183
- fieldset[disabled] .btn-primary:active,
3184
- .btn-primary.disabled.active,
3185
- .btn-primary[disabled].active,
3186
- fieldset[disabled] .btn-primary.active {
3172
+ fieldset[disabled] .btn-primary.focus {
3187
3173
  background-color: #446e9b;
3188
3174
  border-color: #446e9b;
3189
3175
  }
@@ -3232,9 +3218,6 @@ fieldset[disabled] .btn-primary.active {
3232
3218
  .open > .dropdown-toggle.btn-success {
3233
3219
  background-image: none;
3234
3220
  }
3235
- .btn-success.disabled,
3236
- .btn-success[disabled],
3237
- fieldset[disabled] .btn-success,
3238
3221
  .btn-success.disabled:hover,
3239
3222
  .btn-success[disabled]:hover,
3240
3223
  fieldset[disabled] .btn-success:hover,
@@ -3243,13 +3226,7 @@ fieldset[disabled] .btn-success:hover,
3243
3226
  fieldset[disabled] .btn-success:focus,
3244
3227
  .btn-success.disabled.focus,
3245
3228
  .btn-success[disabled].focus,
3246
- fieldset[disabled] .btn-success.focus,
3247
- .btn-success.disabled:active,
3248
- .btn-success[disabled]:active,
3249
- fieldset[disabled] .btn-success:active,
3250
- .btn-success.disabled.active,
3251
- .btn-success[disabled].active,
3252
- fieldset[disabled] .btn-success.active {
3229
+ fieldset[disabled] .btn-success.focus {
3253
3230
  background-color: #3cb521;
3254
3231
  border-color: #3cb521;
3255
3232
  }
@@ -3298,9 +3275,6 @@ fieldset[disabled] .btn-success.active {
3298
3275
  .open > .dropdown-toggle.btn-info {
3299
3276
  background-image: none;
3300
3277
  }
3301
- .btn-info.disabled,
3302
- .btn-info[disabled],
3303
- fieldset[disabled] .btn-info,
3304
3278
  .btn-info.disabled:hover,
3305
3279
  .btn-info[disabled]:hover,
3306
3280
  fieldset[disabled] .btn-info:hover,
@@ -3309,13 +3283,7 @@ fieldset[disabled] .btn-info:hover,
3309
3283
  fieldset[disabled] .btn-info:focus,
3310
3284
  .btn-info.disabled.focus,
3311
3285
  .btn-info[disabled].focus,
3312
- fieldset[disabled] .btn-info.focus,
3313
- .btn-info.disabled:active,
3314
- .btn-info[disabled]:active,
3315
- fieldset[disabled] .btn-info:active,
3316
- .btn-info.disabled.active,
3317
- .btn-info[disabled].active,
3318
- fieldset[disabled] .btn-info.active {
3286
+ fieldset[disabled] .btn-info.focus {
3319
3287
  background-color: #3399f3;
3320
3288
  border-color: #3399f3;
3321
3289
  }
@@ -3364,9 +3332,6 @@ fieldset[disabled] .btn-info.active {
3364
3332
  .open > .dropdown-toggle.btn-warning {
3365
3333
  background-image: none;
3366
3334
  }
3367
- .btn-warning.disabled,
3368
- .btn-warning[disabled],
3369
- fieldset[disabled] .btn-warning,
3370
3335
  .btn-warning.disabled:hover,
3371
3336
  .btn-warning[disabled]:hover,
3372
3337
  fieldset[disabled] .btn-warning:hover,
@@ -3375,13 +3340,7 @@ fieldset[disabled] .btn-warning:hover,
3375
3340
  fieldset[disabled] .btn-warning:focus,
3376
3341
  .btn-warning.disabled.focus,
3377
3342
  .btn-warning[disabled].focus,
3378
- fieldset[disabled] .btn-warning.focus,
3379
- .btn-warning.disabled:active,
3380
- .btn-warning[disabled]:active,
3381
- fieldset[disabled] .btn-warning:active,
3382
- .btn-warning.disabled.active,
3383
- .btn-warning[disabled].active,
3384
- fieldset[disabled] .btn-warning.active {
3343
+ fieldset[disabled] .btn-warning.focus {
3385
3344
  background-color: #d47500;
3386
3345
  border-color: #d47500;
3387
3346
  }
@@ -3430,9 +3389,6 @@ fieldset[disabled] .btn-warning.active {
3430
3389
  .open > .dropdown-toggle.btn-danger {
3431
3390
  background-image: none;
3432
3391
  }
3433
- .btn-danger.disabled,
3434
- .btn-danger[disabled],
3435
- fieldset[disabled] .btn-danger,
3436
3392
  .btn-danger.disabled:hover,
3437
3393
  .btn-danger[disabled]:hover,
3438
3394
  fieldset[disabled] .btn-danger:hover,
@@ -3441,13 +3397,7 @@ fieldset[disabled] .btn-danger:hover,
3441
3397
  fieldset[disabled] .btn-danger:focus,
3442
3398
  .btn-danger.disabled.focus,
3443
3399
  .btn-danger[disabled].focus,
3444
- fieldset[disabled] .btn-danger.focus,
3445
- .btn-danger.disabled:active,
3446
- .btn-danger[disabled]:active,
3447
- fieldset[disabled] .btn-danger:active,
3448
- .btn-danger.disabled.active,
3449
- .btn-danger[disabled].active,
3450
- fieldset[disabled] .btn-danger.active {
3400
+ fieldset[disabled] .btn-danger.focus {
3451
3401
  background-color: #cd0200;
3452
3402
  border-color: #cd0200;
3453
3403
  }
@@ -3822,13 +3772,15 @@ tbody.collapse.in {
3822
3772
  }
3823
3773
  .btn-group-vertical > .btn:first-child:not(:last-child) {
3824
3774
  border-top-right-radius: 4px;
3775
+ border-top-left-radius: 4px;
3825
3776
  border-bottom-right-radius: 0;
3826
3777
  border-bottom-left-radius: 0;
3827
3778
  }
3828
3779
  .btn-group-vertical > .btn:last-child:not(:first-child) {
3829
- border-bottom-left-radius: 4px;
3830
3780
  border-top-right-radius: 0;
3831
3781
  border-top-left-radius: 0;
3782
+ border-bottom-right-radius: 4px;
3783
+ border-bottom-left-radius: 4px;
3832
3784
  }
3833
3785
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3834
3786
  border-radius: 0;
@@ -3885,6 +3837,9 @@ tbody.collapse.in {
3885
3837
  width: 100%;
3886
3838
  margin-bottom: 0;
3887
3839
  }
3840
+ .input-group .form-control:focus {
3841
+ z-index: 3;
3842
+ }
3888
3843
  .input-group-lg > .form-control,
3889
3844
  .input-group-lg > .input-group-addon,
3890
3845
  .input-group-lg > .input-group-btn > .btn {
@@ -4796,7 +4751,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
4796
4751
  .pagination > li > span:hover,
4797
4752
  .pagination > li > a:focus,
4798
4753
  .pagination > li > span:focus {
4799
- z-index: 3;
4754
+ z-index: 2;
4800
4755
  color: #3399f3;
4801
4756
  background-color: #eeeeee;
4802
4757
  border-color: #dddddd;
@@ -4807,7 +4762,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
4807
4762
  .pagination > .active > span:hover,
4808
4763
  .pagination > .active > a:focus,
4809
4764
  .pagination > .active > span:focus {
4810
- z-index: 2;
4765
+ z-index: 3;
4811
4766
  color: #999999;
4812
4767
  background-color: #f5f5f5;
4813
4768
  border-color: #dddddd;
@@ -5029,6 +4984,8 @@ a.badge:focus {
5029
4984
  .container .jumbotron,
5030
4985
  .container-fluid .jumbotron {
5031
4986
  border-radius: 6px;
4987
+ padding-left: 15px;
4988
+ padding-right: 15px;
5032
4989
  }
5033
4990
  .jumbotron .container {
5034
4991
  max-width: 100%;
@@ -5984,7 +5941,6 @@ button.close {
5984
5941
  .modal-header {
5985
5942
  padding: 15px;
5986
5943
  border-bottom: 1px solid #e5e5e5;
5987
- min-height: 16.42857143px;
5988
5944
  }
5989
5945
  .modal-header .close {
5990
5946
  margin-top: -2px;
@@ -6374,6 +6330,7 @@ button.close {
6374
6330
  color: #ffffff;
6375
6331
  text-align: center;
6376
6332
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6333
+ background-color: rgba(0, 0, 0, 0);
6377
6334
  }
6378
6335
  .carousel-control.left {
6379
6336
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
@@ -6485,16 +6442,16 @@ button.close {
6485
6442
  .carousel-control .icon-next {
6486
6443
  width: 30px;
6487
6444
  height: 30px;
6488
- margin-top: -15px;
6445
+ margin-top: -10px;
6489
6446
  font-size: 30px;
6490
6447
  }
6491
6448
  .carousel-control .glyphicon-chevron-left,
6492
6449
  .carousel-control .icon-prev {
6493
- margin-left: -15px;
6450
+ margin-left: -10px;
6494
6451
  }
6495
6452
  .carousel-control .glyphicon-chevron-right,
6496
6453
  .carousel-control .icon-next {
6497
- margin-right: -15px;
6454
+ margin-right: -10px;
6498
6455
  }
6499
6456
  .carousel-caption {
6500
6457
  left: 20%;
@@ -6533,6 +6490,8 @@ button.close {
6533
6490
  .pager:after,
6534
6491
  .panel-body:before,
6535
6492
  .panel-body:after,
6493
+ .modal-header:before,
6494
+ .modal-header:after,
6536
6495
  .modal-footer:before,
6537
6496
  .modal-footer:after {
6538
6497
  content: " ";
@@ -6552,6 +6511,7 @@ button.close {
6552
6511
  .navbar-collapse:after,
6553
6512
  .pager:after,
6554
6513
  .panel-body:after,
6514
+ .modal-header:after,
6555
6515
  .modal-footer:after {
6556
6516
  clear: both;
6557
6517
  }
@@ -1,13 +1,13 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
2
2
  /*!
3
- * bootswatch v3.3.5
3
+ * bootswatch v3.3.6
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)
10
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
11
11
  * Copyright 2011-2015 Twitter, Inc.
12
12
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
13
13
  */
@@ -284,10 +284,10 @@ th {
284
284
  -moz-osx-font-smoothing: grayscale;
285
285
  }
286
286
  .glyphicon-asterisk:before {
287
- content: "\2a";
287
+ content: "\002a";
288
288
  }
289
289
  .glyphicon-plus:before {
290
- content: "\2b";
290
+ content: "\002b";
291
291
  }
292
292
  .glyphicon-euro:before,
293
293
  .glyphicon-eur:before {
@@ -1307,7 +1307,7 @@ p {
1307
1307
  }
1308
1308
  small,
1309
1309
  .small {
1310
- font-size: 86%;
1310
+ font-size: 80%;
1311
1311
  }
1312
1312
  mark,
1313
1313
  .mark {
@@ -2586,6 +2586,10 @@ output {
2586
2586
  .form-control::-webkit-input-placeholder {
2587
2587
  color: #cccccc;
2588
2588
  }
2589
+ .form-control::-ms-expand {
2590
+ border: 0;
2591
+ background-color: transparent;
2592
+ }
2589
2593
  .form-control[disabled],
2590
2594
  .form-control[readonly],
2591
2595
  fieldset[disabled] .form-control {
@@ -2617,7 +2621,7 @@ input[type="search"] {
2617
2621
  .input-group-sm input[type="time"],
2618
2622
  .input-group-sm input[type="datetime-local"],
2619
2623
  .input-group-sm input[type="month"] {
2620
- line-height: 31px;
2624
+ line-height: 30px;
2621
2625
  }
2622
2626
  input[type="date"].input-lg,
2623
2627
  input[type="time"].input-lg,
@@ -2707,40 +2711,40 @@ fieldset[disabled] .checkbox label {
2707
2711
  padding-right: 0;
2708
2712
  }
2709
2713
  .input-sm {
2710
- height: 31px;
2714
+ height: 30px;
2711
2715
  padding: 5px 10px;
2712
- font-size: 13px;
2716
+ font-size: 12px;
2713
2717
  line-height: 1.5;
2714
2718
  border-radius: 0;
2715
2719
  }
2716
2720
  select.input-sm {
2717
- height: 31px;
2718
- line-height: 31px;
2721
+ height: 30px;
2722
+ line-height: 30px;
2719
2723
  }
2720
2724
  textarea.input-sm,
2721
2725
  select[multiple].input-sm {
2722
2726
  height: auto;
2723
2727
  }
2724
2728
  .form-group-sm .form-control {
2725
- height: 31px;
2729
+ height: 30px;
2726
2730
  padding: 5px 10px;
2727
- font-size: 13px;
2731
+ font-size: 12px;
2728
2732
  line-height: 1.5;
2729
2733
  border-radius: 0;
2730
2734
  }
2731
2735
  .form-group-sm select.form-control {
2732
- height: 31px;
2733
- line-height: 31px;
2736
+ height: 30px;
2737
+ line-height: 30px;
2734
2738
  }
2735
2739
  .form-group-sm textarea.form-control,
2736
2740
  .form-group-sm select[multiple].form-control {
2737
2741
  height: auto;
2738
2742
  }
2739
2743
  .form-group-sm .form-control-static {
2740
- height: 31px;
2741
- min-height: 34px;
2744
+ height: 30px;
2745
+ min-height: 33px;
2742
2746
  padding: 6px 10px;
2743
- font-size: 13px;
2747
+ font-size: 12px;
2744
2748
  line-height: 1.5;
2745
2749
  }
2746
2750
  .input-lg {
@@ -2808,9 +2812,9 @@ select[multiple].input-lg {
2808
2812
  .input-sm + .form-control-feedback,
2809
2813
  .input-group-sm + .form-control-feedback,
2810
2814
  .form-group-sm .form-control + .form-control-feedback {
2811
- width: 31px;
2812
- height: 31px;
2813
- line-height: 31px;
2815
+ width: 30px;
2816
+ height: 30px;
2817
+ line-height: 30px;
2814
2818
  }
2815
2819
  .has-success .help-block,
2816
2820
  .has-success .control-label,
@@ -2992,14 +2996,14 @@ select[multiple].input-lg {
2992
2996
  }
2993
2997
  @media (min-width: 768px) {
2994
2998
  .form-horizontal .form-group-lg .control-label {
2995
- padding-top: 16.9999996px;
2999
+ padding-top: 13px;
2996
3000
  font-size: 19px;
2997
3001
  }
2998
3002
  }
2999
3003
  @media (min-width: 768px) {
3000
3004
  .form-horizontal .form-group-sm .control-label {
3001
3005
  padding-top: 6px;
3002
- font-size: 13px;
3006
+ font-size: 12px;
3003
3007
  }
3004
3008
  }
3005
3009
  .btn {
@@ -3100,9 +3104,6 @@ fieldset[disabled] a.btn {
3100
3104
  .open > .dropdown-toggle.btn-default {
3101
3105
  background-image: none;
3102
3106
  }
3103
- .btn-default.disabled,
3104
- .btn-default[disabled],
3105
- fieldset[disabled] .btn-default,
3106
3107
  .btn-default.disabled:hover,
3107
3108
  .btn-default[disabled]:hover,
3108
3109
  fieldset[disabled] .btn-default:hover,
@@ -3111,13 +3112,7 @@ fieldset[disabled] .btn-default:hover,
3111
3112
  fieldset[disabled] .btn-default:focus,
3112
3113
  .btn-default.disabled.focus,
3113
3114
  .btn-default[disabled].focus,
3114
- fieldset[disabled] .btn-default.focus,
3115
- .btn-default.disabled:active,
3116
- .btn-default[disabled]:active,
3117
- fieldset[disabled] .btn-default:active,
3118
- .btn-default.disabled.active,
3119
- .btn-default[disabled].active,
3120
- fieldset[disabled] .btn-default.active {
3115
+ fieldset[disabled] .btn-default.focus {
3121
3116
  background-color: #4e5d6c;
3122
3117
  border-color: transparent;
3123
3118
  }
@@ -3166,9 +3161,6 @@ fieldset[disabled] .btn-default.active {
3166
3161
  .open > .dropdown-toggle.btn-primary {
3167
3162
  background-image: none;
3168
3163
  }
3169
- .btn-primary.disabled,
3170
- .btn-primary[disabled],
3171
- fieldset[disabled] .btn-primary,
3172
3164
  .btn-primary.disabled:hover,
3173
3165
  .btn-primary[disabled]:hover,
3174
3166
  fieldset[disabled] .btn-primary:hover,
@@ -3177,13 +3169,7 @@ fieldset[disabled] .btn-primary:hover,
3177
3169
  fieldset[disabled] .btn-primary:focus,
3178
3170
  .btn-primary.disabled.focus,
3179
3171
  .btn-primary[disabled].focus,
3180
- fieldset[disabled] .btn-primary.focus,
3181
- .btn-primary.disabled:active,
3182
- .btn-primary[disabled]:active,
3183
- fieldset[disabled] .btn-primary:active,
3184
- .btn-primary.disabled.active,
3185
- .btn-primary[disabled].active,
3186
- fieldset[disabled] .btn-primary.active {
3172
+ fieldset[disabled] .btn-primary.focus {
3187
3173
  background-color: #df691a;
3188
3174
  border-color: transparent;
3189
3175
  }
@@ -3232,9 +3218,6 @@ fieldset[disabled] .btn-primary.active {
3232
3218
  .open > .dropdown-toggle.btn-success {
3233
3219
  background-image: none;
3234
3220
  }
3235
- .btn-success.disabled,
3236
- .btn-success[disabled],
3237
- fieldset[disabled] .btn-success,
3238
3221
  .btn-success.disabled:hover,
3239
3222
  .btn-success[disabled]:hover,
3240
3223
  fieldset[disabled] .btn-success:hover,
@@ -3243,13 +3226,7 @@ fieldset[disabled] .btn-success:hover,
3243
3226
  fieldset[disabled] .btn-success:focus,
3244
3227
  .btn-success.disabled.focus,
3245
3228
  .btn-success[disabled].focus,
3246
- fieldset[disabled] .btn-success.focus,
3247
- .btn-success.disabled:active,
3248
- .btn-success[disabled]:active,
3249
- fieldset[disabled] .btn-success:active,
3250
- .btn-success.disabled.active,
3251
- .btn-success[disabled].active,
3252
- fieldset[disabled] .btn-success.active {
3229
+ fieldset[disabled] .btn-success.focus {
3253
3230
  background-color: #5cb85c;
3254
3231
  border-color: transparent;
3255
3232
  }
@@ -3298,9 +3275,6 @@ fieldset[disabled] .btn-success.active {
3298
3275
  .open > .dropdown-toggle.btn-info {
3299
3276
  background-image: none;
3300
3277
  }
3301
- .btn-info.disabled,
3302
- .btn-info[disabled],
3303
- fieldset[disabled] .btn-info,
3304
3278
  .btn-info.disabled:hover,
3305
3279
  .btn-info[disabled]:hover,
3306
3280
  fieldset[disabled] .btn-info:hover,
@@ -3309,13 +3283,7 @@ fieldset[disabled] .btn-info:hover,
3309
3283
  fieldset[disabled] .btn-info:focus,
3310
3284
  .btn-info.disabled.focus,
3311
3285
  .btn-info[disabled].focus,
3312
- fieldset[disabled] .btn-info.focus,
3313
- .btn-info.disabled:active,
3314
- .btn-info[disabled]:active,
3315
- fieldset[disabled] .btn-info:active,
3316
- .btn-info.disabled.active,
3317
- .btn-info[disabled].active,
3318
- fieldset[disabled] .btn-info.active {
3286
+ fieldset[disabled] .btn-info.focus {
3319
3287
  background-color: #5bc0de;
3320
3288
  border-color: transparent;
3321
3289
  }
@@ -3364,9 +3332,6 @@ fieldset[disabled] .btn-info.active {
3364
3332
  .open > .dropdown-toggle.btn-warning {
3365
3333
  background-image: none;
3366
3334
  }
3367
- .btn-warning.disabled,
3368
- .btn-warning[disabled],
3369
- fieldset[disabled] .btn-warning,
3370
3335
  .btn-warning.disabled:hover,
3371
3336
  .btn-warning[disabled]:hover,
3372
3337
  fieldset[disabled] .btn-warning:hover,
@@ -3375,13 +3340,7 @@ fieldset[disabled] .btn-warning:hover,
3375
3340
  fieldset[disabled] .btn-warning:focus,
3376
3341
  .btn-warning.disabled.focus,
3377
3342
  .btn-warning[disabled].focus,
3378
- fieldset[disabled] .btn-warning.focus,
3379
- .btn-warning.disabled:active,
3380
- .btn-warning[disabled]:active,
3381
- fieldset[disabled] .btn-warning:active,
3382
- .btn-warning.disabled.active,
3383
- .btn-warning[disabled].active,
3384
- fieldset[disabled] .btn-warning.active {
3343
+ fieldset[disabled] .btn-warning.focus {
3385
3344
  background-color: #f0ad4e;
3386
3345
  border-color: transparent;
3387
3346
  }
@@ -3430,9 +3389,6 @@ fieldset[disabled] .btn-warning.active {
3430
3389
  .open > .dropdown-toggle.btn-danger {
3431
3390
  background-image: none;
3432
3391
  }
3433
- .btn-danger.disabled,
3434
- .btn-danger[disabled],
3435
- fieldset[disabled] .btn-danger,
3436
3392
  .btn-danger.disabled:hover,
3437
3393
  .btn-danger[disabled]:hover,
3438
3394
  fieldset[disabled] .btn-danger:hover,
@@ -3441,13 +3397,7 @@ fieldset[disabled] .btn-danger:hover,
3441
3397
  fieldset[disabled] .btn-danger:focus,
3442
3398
  .btn-danger.disabled.focus,
3443
3399
  .btn-danger[disabled].focus,
3444
- fieldset[disabled] .btn-danger.focus,
3445
- .btn-danger.disabled:active,
3446
- .btn-danger[disabled]:active,
3447
- fieldset[disabled] .btn-danger:active,
3448
- .btn-danger.disabled.active,
3449
- .btn-danger[disabled].active,
3450
- fieldset[disabled] .btn-danger.active {
3400
+ fieldset[disabled] .btn-danger.focus {
3451
3401
  background-color: #d9534f;
3452
3402
  border-color: transparent;
3453
3403
  }
@@ -3498,14 +3448,14 @@ fieldset[disabled] .btn-link:focus {
3498
3448
  .btn-sm,
3499
3449
  .btn-group-sm > .btn {
3500
3450
  padding: 5px 10px;
3501
- font-size: 13px;
3451
+ font-size: 12px;
3502
3452
  line-height: 1.5;
3503
3453
  border-radius: 0;
3504
3454
  }
3505
3455
  .btn-xs,
3506
3456
  .btn-group-xs > .btn {
3507
3457
  padding: 1px 5px;
3508
- font-size: 13px;
3458
+ font-size: 12px;
3509
3459
  line-height: 1.5;
3510
3460
  border-radius: 0;
3511
3461
  }
@@ -3658,7 +3608,7 @@ tbody.collapse.in {
3658
3608
  .dropdown-header {
3659
3609
  display: block;
3660
3610
  padding: 3px 20px;
3661
- font-size: 13px;
3611
+ font-size: 12px;
3662
3612
  line-height: 1.42857143;
3663
3613
  color: #2b3e50;
3664
3614
  white-space: nowrap;
@@ -3821,13 +3771,15 @@ tbody.collapse.in {
3821
3771
  }
3822
3772
  .btn-group-vertical > .btn:first-child:not(:last-child) {
3823
3773
  border-top-right-radius: 0;
3774
+ border-top-left-radius: 0;
3824
3775
  border-bottom-right-radius: 0;
3825
3776
  border-bottom-left-radius: 0;
3826
3777
  }
3827
3778
  .btn-group-vertical > .btn:last-child:not(:first-child) {
3828
- border-bottom-left-radius: 0;
3829
3779
  border-top-right-radius: 0;
3830
3780
  border-top-left-radius: 0;
3781
+ border-bottom-right-radius: 0;
3782
+ border-bottom-left-radius: 0;
3831
3783
  }
3832
3784
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3833
3785
  border-radius: 0;
@@ -3884,6 +3836,9 @@ tbody.collapse.in {
3884
3836
  width: 100%;
3885
3837
  margin-bottom: 0;
3886
3838
  }
3839
+ .input-group .form-control:focus {
3840
+ z-index: 3;
3841
+ }
3887
3842
  .input-group-lg > .form-control,
3888
3843
  .input-group-lg > .input-group-addon,
3889
3844
  .input-group-lg > .input-group-btn > .btn {
@@ -3910,17 +3865,17 @@ select[multiple].input-group-lg > .input-group-btn > .btn {
3910
3865
  .input-group-sm > .form-control,
3911
3866
  .input-group-sm > .input-group-addon,
3912
3867
  .input-group-sm > .input-group-btn > .btn {
3913
- height: 31px;
3868
+ height: 30px;
3914
3869
  padding: 5px 10px;
3915
- font-size: 13px;
3870
+ font-size: 12px;
3916
3871
  line-height: 1.5;
3917
3872
  border-radius: 0;
3918
3873
  }
3919
3874
  select.input-group-sm > .form-control,
3920
3875
  select.input-group-sm > .input-group-addon,
3921
3876
  select.input-group-sm > .input-group-btn > .btn {
3922
- height: 31px;
3923
- line-height: 31px;
3877
+ height: 30px;
3878
+ line-height: 30px;
3924
3879
  }
3925
3880
  textarea.input-group-sm > .form-control,
3926
3881
  textarea.input-group-sm > .input-group-addon,
@@ -3959,7 +3914,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
3959
3914
  }
3960
3915
  .input-group-addon.input-sm {
3961
3916
  padding: 5px 10px;
3962
- font-size: 13px;
3917
+ font-size: 12px;
3963
3918
  border-radius: 0;
3964
3919
  }
3965
3920
  .input-group-addon.input-lg {
@@ -4513,8 +4468,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
4513
4468
  margin-bottom: 0.5px;
4514
4469
  }
4515
4470
  .navbar-btn.btn-sm {
4516
- margin-top: 4.5px;
4517
- margin-bottom: 4.5px;
4471
+ margin-top: 5px;
4472
+ margin-bottom: 5px;
4518
4473
  }
4519
4474
  .navbar-btn.btn-xs {
4520
4475
  margin-top: 9px;
@@ -4795,7 +4750,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
4795
4750
  .pagination > li > span:hover,
4796
4751
  .pagination > li > a:focus,
4797
4752
  .pagination > li > span:focus {
4798
- z-index: 3;
4753
+ z-index: 2;
4799
4754
  color: #ebebeb;
4800
4755
  background-color: #485563;
4801
4756
  border-color: transparent;
@@ -4806,7 +4761,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
4806
4761
  .pagination > .active > span:hover,
4807
4762
  .pagination > .active > a:focus,
4808
4763
  .pagination > .active > span:focus {
4809
- z-index: 2;
4764
+ z-index: 3;
4810
4765
  color: #ebebeb;
4811
4766
  background-color: #df691a;
4812
4767
  border-color: transparent;
@@ -4842,7 +4797,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
4842
4797
  .pagination-sm > li > a,
4843
4798
  .pagination-sm > li > span {
4844
4799
  padding: 5px 10px;
4845
- font-size: 13px;
4800
+ font-size: 12px;
4846
4801
  line-height: 1.5;
4847
4802
  }
4848
4803
  .pagination-sm > li:first-child > a,
@@ -4964,7 +4919,7 @@ a.label:focus {
4964
4919
  display: inline-block;
4965
4920
  min-width: 10px;
4966
4921
  padding: 3px 7px;
4967
- font-size: 13px;
4922
+ font-size: 12px;
4968
4923
  font-weight: 300;
4969
4924
  color: #ebebeb;
4970
4925
  line-height: 1;
@@ -5028,6 +4983,8 @@ a.badge:focus {
5028
4983
  .container .jumbotron,
5029
4984
  .container-fluid .jumbotron {
5030
4985
  border-radius: 0;
4986
+ padding-left: 15px;
4987
+ padding-right: 15px;
5031
4988
  }
5032
4989
  .jumbotron .container {
5033
4990
  max-width: 100%;
@@ -5185,7 +5142,7 @@ a.thumbnail.active {
5185
5142
  float: left;
5186
5143
  width: 0%;
5187
5144
  height: 100%;
5188
- font-size: 13px;
5145
+ font-size: 12px;
5189
5146
  line-height: 21px;
5190
5147
  color: #ffffff;
5191
5148
  text-align: center;
@@ -5982,7 +5939,6 @@ button.close {
5982
5939
  .modal-header {
5983
5940
  padding: 15px;
5984
5941
  border-bottom: 1px solid #2b3e50;
5985
- min-height: 16.42857143px;
5986
5942
  }
5987
5943
  .modal-header .close {
5988
5944
  margin-top: -2px;
@@ -6054,7 +6010,7 @@ button.close {
6054
6010
  word-break: normal;
6055
6011
  word-spacing: normal;
6056
6012
  word-wrap: normal;
6057
- font-size: 13px;
6013
+ font-size: 12px;
6058
6014
  opacity: 0;
6059
6015
  filter: alpha(opacity=0);
6060
6016
  }
@@ -6367,6 +6323,7 @@ button.close {
6367
6323
  color: #ffffff;
6368
6324
  text-align: center;
6369
6325
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6326
+ background-color: rgba(0, 0, 0, 0);
6370
6327
  }
6371
6328
  .carousel-control.left {
6372
6329
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
@@ -6478,16 +6435,16 @@ button.close {
6478
6435
  .carousel-control .icon-next {
6479
6436
  width: 30px;
6480
6437
  height: 30px;
6481
- margin-top: -15px;
6438
+ margin-top: -10px;
6482
6439
  font-size: 30px;
6483
6440
  }
6484
6441
  .carousel-control .glyphicon-chevron-left,
6485
6442
  .carousel-control .icon-prev {
6486
- margin-left: -15px;
6443
+ margin-left: -10px;
6487
6444
  }
6488
6445
  .carousel-control .glyphicon-chevron-right,
6489
6446
  .carousel-control .icon-next {
6490
- margin-right: -15px;
6447
+ margin-right: -10px;
6491
6448
  }
6492
6449
  .carousel-caption {
6493
6450
  left: 20%;
@@ -6526,6 +6483,8 @@ button.close {
6526
6483
  .pager:after,
6527
6484
  .panel-body:before,
6528
6485
  .panel-body:after,
6486
+ .modal-header:before,
6487
+ .modal-header:after,
6529
6488
  .modal-footer:before,
6530
6489
  .modal-footer:after {
6531
6490
  content: " ";
@@ -6545,6 +6504,7 @@ button.close {
6545
6504
  .navbar-collapse:after,
6546
6505
  .pager:after,
6547
6506
  .panel-body:after,
6507
+ .modal-header:after,
6548
6508
  .modal-footer:after {
6549
6509
  clear: both;
6550
6510
  }