bootstrap-boxes 0.0.4 → 0.0.5

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.
@@ -1,35 +1,40 @@
1
1
  .box {
2
-
3
- color: #555;
4
- padding: 10px;
2
+ color: #333;
5
3
  margin-bottom: 20px;
6
- box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
7
- border: solid 1px #DDD;
8
4
  border-radius: 4px;
9
-
5
+ padding: 10px;
6
+
7
+ h1, h2, h3, h4, h5, h6 {
8
+ @extend .box-header;
9
+ }
10
+
10
11
  .box-header {
11
- margin: -10px;
12
- margin-bottom: 10px;
13
- padding: 10px;
14
- background-color: #F7F7F7;
15
12
  border-bottom: solid 1px #DDD;
16
13
  border-top-left-radius: 4px;
17
14
  border-top-right-radius: 4px;
15
+ margin: -10px;
16
+ margin-bottom: 10px;
17
+ padding: 10px;
18
18
  }
19
-
20
- .box-footer {
19
+
20
+ .box-content {
21
21
  margin: -10px;
22
- margin-top: 10px;
23
22
  padding: 10px;
24
- background-color: #F7F7F7;
23
+ }
24
+
25
+ .box-footer {
26
+ padding: 5px 10px;
27
+ background-color: whitesmoke;
25
28
  border-top: solid 1px #E5E5E5;
26
29
  border-bottom-left-radius: 4px;
27
30
  border-bottom-right-radius: 4px;
31
+ margin: -10px;
32
+ margin-top: 10px;
28
33
  }
29
-
30
-
34
+
31
35
  form {
32
36
  margin: 0;
37
+
33
38
  .form-actions {
34
39
  margin: -10px;
35
40
  margin-top: 10px;
@@ -42,5 +47,20 @@
42
47
  padding-left: 190px;
43
48
  }
44
49
  }
50
+
51
+ &.box-white {
52
+ background-color: #FFF;
53
+ }
54
+
55
+ &.box-bordered {
56
+ border: solid 1px #DDD;
57
+ box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
58
+
59
+ .box-header {
60
+ background-color: #F7F7F7;
61
+ background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
62
+ }
63
+
64
+ }
45
65
 
46
66
  }
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module Boxes
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,18 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-boxes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - wuwx
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-03-22 00:00:00.000000000 Z
12
+ date: 2013-03-24 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: bundler
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
19
  - - ~>
18
20
  - !ruby/object:Gem::Version
@@ -20,6 +22,7 @@ dependencies:
20
22
  type: :development
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
27
  - - ~>
25
28
  - !ruby/object:Gem::Version
@@ -27,15 +30,17 @@ dependencies:
27
30
  - !ruby/object:Gem::Dependency
28
31
  name: rake
29
32
  requirement: !ruby/object:Gem::Requirement
33
+ none: false
30
34
  requirements:
31
- - - '>='
35
+ - - ! '>='
32
36
  - !ruby/object:Gem::Version
33
37
  version: '0'
34
38
  type: :development
35
39
  prerelease: false
36
40
  version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
37
42
  requirements:
38
- - - '>='
43
+ - - ! '>='
39
44
  - !ruby/object:Gem::Version
40
45
  version: '0'
41
46
  description: Twitter Bootstrap Box Styles
@@ -58,25 +63,27 @@ files:
58
63
  homepage: http://github.com/wuwx/bootstrap-boxes
59
64
  licenses:
60
65
  - MIT
61
- metadata: {}
62
66
  post_install_message:
63
67
  rdoc_options: []
64
68
  require_paths:
65
69
  - lib
66
70
  required_ruby_version: !ruby/object:Gem::Requirement
71
+ none: false
67
72
  requirements:
68
- - - '>='
73
+ - - ! '>='
69
74
  - !ruby/object:Gem::Version
70
75
  version: '0'
71
76
  required_rubygems_version: !ruby/object:Gem::Requirement
77
+ none: false
72
78
  requirements:
73
- - - '>='
79
+ - - ! '>='
74
80
  - !ruby/object:Gem::Version
75
81
  version: '0'
76
82
  requirements: []
77
83
  rubyforge_project:
78
- rubygems_version: 2.0.0.rc.2
84
+ rubygems_version: 1.8.24
79
85
  signing_key:
80
- specification_version: 4
86
+ specification_version: 3
81
87
  summary: Bootstrap Boxes
82
88
  test_files: []
89
+ has_rdoc:
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: a0b2eeaad1b6abd8b0a32089a1153f61df86ad8e
4
- data.tar.gz: d5697682a88caff4f75a4398c67a0f9abbdfcec1
5
- SHA512:
6
- metadata.gz: 5f0cfd3594f248cf5d5ba583d30f7a4c6fc1170e7d588c1d825cb2820fdbc4838b01bba5c2c20c55e6e6a50e6b38662bfff64f8d7059330234754fd529044736
7
- data.tar.gz: ebfcbad2b35e2699f107e344a36980a1da4166fa22c43c514070bb0a43efab21a21dcf465de2ece3821f3f68bee3cd1c18e06d6218d044e8b328b57f7f0eccae