jombo 0.0.1.beta26 → 0.0.1.beta27

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.
data/lib/jombo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jombo
2
- VERSION = "0.0.1.beta26"
2
+ VERSION = "0.0.1.beta27"
3
3
  end
@@ -263,7 +263,7 @@
263
263
  height: 0;
264
264
  }
265
265
  }
266
- @media (min-width: 1210px) {
266
+ @media (min-width: 1200px) {
267
267
  .container {
268
268
  width: 1170px;
269
269
  }
@@ -342,4 +342,10 @@
342
342
  .offset11 {
343
343
  margin-left: 1130px;
344
344
  }
345
+ .thumbnails {
346
+ margin-left: -30px;
347
+ }
348
+ .thumbnails > li {
349
+ margin-left: 30px;
350
+ }
345
351
  }
@@ -943,9 +943,20 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
943
943
  display: inline-block;
944
944
  margin-bottom: 0;
945
945
  }
946
- .form-search label, .form-inline label {
946
+ .form-search label,
947
+ .form-inline label,
948
+ .form-search .input-append,
949
+ .form-inline .input-append,
950
+ .form-search .input-prepend,
951
+ .form-inline .input-prepend {
947
952
  display: inline-block;
948
953
  }
954
+ .form-search .input-append .add-on,
955
+ .form-inline .input-prepend .add-on,
956
+ .form-search .input-append .add-on,
957
+ .form-inline .input-prepend .add-on {
958
+ vertical-align: middle;
959
+ }
949
960
  .control-group {
950
961
  margin-bottom: 9px;
951
962
  }
@@ -2296,9 +2307,11 @@ button.btn.small, input[type="submit"].btn.small {
2296
2307
  }
2297
2308
  .navbar {
2298
2309
  overflow: visible;
2310
+ margin-bottom: 18px;
2299
2311
  }
2300
2312
  .navbar-inner {
2301
- background-color: #222222;
2313
+ padding-left: 20px;
2314
+ padding-right: 20px;
2302
2315
  background-color: #2c2c2c;
2303
2316
  background-image: -moz-linear-gradient(top, #333333, #222222);
2304
2317
  background-image: -ms-linear-gradient(top, #333333, #222222);
@@ -2308,6 +2321,9 @@ button.btn.small, input[type="submit"].btn.small {
2308
2321
  background-image: linear-gradient(top, #333333, #222222);
2309
2322
  background-repeat: repeat-x;
2310
2323
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2324
+ -webkit-border-radius: 4px;
2325
+ -moz-border-radius: 4px;
2326
+ border-radius: 4px;
2311
2327
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2312
2328
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2313
2329
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
@@ -2359,6 +2375,9 @@ button.btn.small, input[type="submit"].btn.small {
2359
2375
  .btn-navbar .i-bar + .i-bar {
2360
2376
  margin-top: 3px;
2361
2377
  }
2378
+ .nav-collapse.collapse {
2379
+ height: auto !important;
2380
+ }
2362
2381
  .navbar .brand:hover {
2363
2382
  text-decoration: none;
2364
2383
  }
@@ -2449,16 +2468,6 @@ button.btn.small, input[type="submit"].btn.small {
2449
2468
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2450
2469
  outline: 0;
2451
2470
  }
2452
- .navbar-static {
2453
- margin-bottom: 18px;
2454
- }
2455
- .navbar-static .navbar-inner {
2456
- padding-left: 20px;
2457
- padding-right: 20px;
2458
- -webkit-border-radius: 4px;
2459
- -moz-border-radius: 4px;
2460
- border-radius: 4px;
2461
- }
2462
2471
  .navbar-fixed-top {
2463
2472
  position: fixed;
2464
2473
  top: 0;
@@ -2466,6 +2475,13 @@ button.btn.small, input[type="submit"].btn.small {
2466
2475
  left: 0;
2467
2476
  z-index: 1030;
2468
2477
  }
2478
+ .navbar-fixed-top .navbar-inner {
2479
+ padding-left: 0;
2480
+ padding-right: 0;
2481
+ -webkit-border-radius: 0;
2482
+ -moz-border-radius: 0;
2483
+ border-radius: 0;
2484
+ }
2469
2485
  .navbar .nav {
2470
2486
  position: relative;
2471
2487
  left: 0;
@@ -2985,6 +3001,8 @@ a.thumbnail:hover {
2985
3001
  .thumbnail > img {
2986
3002
  display: block;
2987
3003
  max-width: 100%;
3004
+ margin-left: auto;
3005
+ margin-right: auto;
2988
3006
  }
2989
3007
  .thumbnail .caption {
2990
3008
  padding: 9px;
@@ -3000,16 +3018,16 @@ a.thumbnail:hover {
3000
3018
  -moz-border-radius: 3px;
3001
3019
  border-radius: 3px;
3002
3020
  }
3003
- .label.important {
3021
+ .label-important {
3004
3022
  background-color: #b94a48;
3005
3023
  }
3006
- .label.warning {
3024
+ .label-warning {
3007
3025
  background-color: #f89406;
3008
3026
  }
3009
- .label.success {
3027
+ .label-success {
3010
3028
  background-color: #468847;
3011
3029
  }
3012
- .label.info {
3030
+ .label-info {
3013
3031
  background-color: #3a87ad;
3014
3032
  }
3015
3033
  @-webkit-keyframes progress-bar-stripes {
@@ -3102,7 +3120,7 @@ a.thumbnail:hover {
3102
3120
  -moz-animation: progress-bar-stripes 2s linear infinite;
3103
3121
  animation: progress-bar-stripes 2s linear infinite;
3104
3122
  }
3105
- .progress.danger .bar {
3123
+ .progress-danger .bar {
3106
3124
  background-color: #dd514c;
3107
3125
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3108
3126
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
@@ -3113,7 +3131,7 @@ a.thumbnail:hover {
3113
3131
  background-repeat: repeat-x;
3114
3132
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3115
3133
  }
3116
- .progress.danger.striped .bar {
3134
+ .progress-danger.progress-striped .bar {
3117
3135
  background-color: #ee5f5b;
3118
3136
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3119
3137
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -3122,7 +3140,7 @@ a.thumbnail:hover {
3122
3140
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3123
3141
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3124
3142
  }
3125
- .progress.success .bar {
3143
+ .progress-success .bar {
3126
3144
  background-color: #5eb95e;
3127
3145
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
3128
3146
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
@@ -3133,7 +3151,7 @@ a.thumbnail:hover {
3133
3151
  background-repeat: repeat-x;
3134
3152
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3135
3153
  }
3136
- .progress.success.striped .bar {
3154
+ .progress-success.progress-striped .bar {
3137
3155
  background-color: #62c462;
3138
3156
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3139
3157
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -3142,7 +3160,7 @@ a.thumbnail:hover {
3142
3160
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3143
3161
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3144
3162
  }
3145
- .progress.info .bar {
3163
+ .progress-info .bar {
3146
3164
  background-color: #4bb1cf;
3147
3165
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3148
3166
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
@@ -3153,7 +3171,7 @@ a.thumbnail:hover {
3153
3171
  background-repeat: repeat-x;
3154
3172
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3155
3173
  }
3156
- .progress.info.striped .bar {
3174
+ .progress-info.progress-striped .bar {
3157
3175
  background-color: #5bc0de;
3158
3176
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3159
3177
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jombo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta26
4
+ version: 0.0.1.beta27
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: