bootstrapped-rails 2.0.7.3 → 2.0.7.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Bootstrapped
2
2
  module Rails
3
- VERSION = "2.0.7.3"
3
+ VERSION = "2.0.7.4"
4
4
  end
5
5
  end
@@ -58,6 +58,7 @@
58
58
  @import "bootstrapped-sass/accordion";
59
59
  @import "bootstrapped-sass/carousel";
60
60
  @import "bootstrapped-sass/hero-unit";
61
+ @import "bootstrapped-sass/badges";
61
62
 
62
63
  // Utility classes
63
64
  @import "bootstrapped-sass/utilities"; // Has to be last to override when necessary
@@ -0,0 +1,44 @@
1
+ .badge {
2
+ background-color: #999999;
3
+ border-radius: 9px 9px 9px 9px;
4
+ color: #FFFFFF;
5
+ font-size: 12.025px;
6
+ font-weight: bold;
7
+ padding: 1px 9px 2px;
8
+ white-space: nowrap;
9
+ }
10
+ .badge:hover {
11
+ color: #FFFFFF;
12
+ cursor: pointer;
13
+ text-decoration: none;
14
+ }
15
+ .badge-error {
16
+ background-color: #B94A48;
17
+ }
18
+ .badge-error:hover {
19
+ background-color: #953B39;
20
+ }
21
+ .badge-warning {
22
+ background-color: #F89406;
23
+ }
24
+ .badge-warning:hover {
25
+ background-color: #C67605;
26
+ }
27
+ .badge-success {
28
+ background-color: #468847;
29
+ }
30
+ .badge-success:hover {
31
+ background-color: #356635;
32
+ }
33
+ .badge-info {
34
+ background-color: #3A87AD;
35
+ }
36
+ .badge-info:hover {
37
+ background-color: #2D6987;
38
+ }
39
+ .badge-inverse {
40
+ background-color: #333333;
41
+ }
42
+ .badge-inverse:hover {
43
+ background-color: #1A1A1A;
44
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrapped-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7.3
4
+ version: 2.0.7.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-13 00:00:00.000000000Z
12
+ date: 2012-03-14 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
16
- requirement: &70154496224360 !ruby/object:Gem::Requirement
16
+ requirement: &70348892870640 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70154496224360
24
+ version_requirements: *70348892870640
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: bundler
27
- requirement: &70154496223260 !ruby/object:Gem::Requirement
27
+ requirement: &70348892870140 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 1.0.0
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70154496223260
35
+ version_requirements: *70348892870140
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rails
38
- requirement: &70154496221900 !ruby/object:Gem::Requirement
38
+ requirement: &70348892869680 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '3.1'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70154496221900
46
+ version_requirements: *70348892869680
47
47
  description: ! ' This is a hacked-together version of the gem ''bootstrap-sass'',
48
48
  with the generators from ''twitter-bootstrap-rails'', has also replaced the Glyphicons
49
49
  icons with [Font Awesome](http://fortawesome.github.com/Font-Awesome/), since svg
@@ -138,6 +138,7 @@ files:
138
138
  - vendor/assets/stylesheets/bootstrapped-responsive.css.scss
139
139
  - vendor/assets/stylesheets/bootstrapped-sass/_accordion.scss
140
140
  - vendor/assets/stylesheets/bootstrapped-sass/_alerts.scss
141
+ - vendor/assets/stylesheets/bootstrapped-sass/_badges.scss
141
142
  - vendor/assets/stylesheets/bootstrapped-sass/_breadcrumbs.scss
142
143
  - vendor/assets/stylesheets/bootstrapped-sass/_button-groups.scss
143
144
  - vendor/assets/stylesheets/bootstrapped-sass/_buttons.scss