pwnstyles_rails 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.11
1
+ 0.0.12
@@ -28,7 +28,7 @@ input[type=submit], input[type=button], button, a.button {
28
28
 
29
29
  // Text fields.
30
30
  input[type=text], input[type=email], input[type=tel], input[type=password],
31
- textarea {
31
+ input[type=search], textarea {
32
32
  margin: 0;
33
33
  padding: 0.1em 0.5ex;
34
34
  border: 1px solid $input-border-color;
@@ -63,7 +63,7 @@ input[type=radio], input[type=checkbox] {
63
63
  // Error highlighting.
64
64
  .field_with_errors {
65
65
  input[type=text], input[type=email], input[type=tel], input[type=password],
66
- textarea {
66
+ input[type=search], textarea {
67
67
  border: 1px solid #FF0000;
68
68
  box-shadow: inset 0px 1px 2px #FF8888;
69
69
  -moz-box-shadow: inset 0px 1px 2px #FF8888;
@@ -87,6 +87,10 @@ form {
87
87
  display: table;
88
88
  border-collapse: collapse;
89
89
  width: 100%;
90
+
91
+ &.hidden {
92
+ display: none;
93
+ }
90
94
 
91
95
  .field {
92
96
  display: table-row;
@@ -1,11 +1,35 @@
1
1
  body {
2
+ background: $footer-background-color2;
3
+ }
4
+ html, body {
2
5
  border: none;
3
6
  min-width: ($page-width + 2 * $column-margin);
4
- background: $footer-background-color2;
7
+ min-height: 100%;
8
+ width: 100%;
9
+ }
10
+
11
+ body {
12
+ display: -moz-box;
13
+ display: -webkit-box;
14
+ display: box;
15
+ -moz-box-orient: block-axis;
16
+ -webkit-box-orient: block-axis;
17
+ box-orient: block-axis;
18
+ -moz-box-align: stretch;
19
+ -webkit-box-align: stretch;
20
+ box-align: stretch;
5
21
  }
6
22
 
7
23
  #real-body {
8
24
  background-color: #ffffff;
25
+ -moz-box-flex: 1;
26
+ -webkit-box-flex: 1;
27
+ box-flex: 1;
28
+ }
29
+ header, footer {
30
+ -moz-box-flex: 0;
31
+ -webkit-box-flex: 0;
32
+ box-flex: 0;
9
33
  }
10
34
 
11
35
  #content-wrapper {
@@ -41,7 +41,7 @@ header {
41
41
  }
42
42
 
43
43
  // Padding between the image and the title.
44
- img > span {
44
+ img + span {
45
45
  padding-left: 0.5em;
46
46
  }
47
47
 
@@ -68,4 +68,7 @@ header {
68
68
  height: 24px;
69
69
  }
70
70
  }
71
+ nav a img {
72
+ vertical-align: baseline;
73
+ }
71
74
  }
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pwnstyles_rails}
8
- s.version = "0.0.11"
8
+ s.version = "0.0.12"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Victor Costan"]
12
- s.date = %q{2011-04-28}
12
+ s.date = %q{2011-05-04}
13
13
  s.description = %q{Included CSS was designed for reuse across pwnb.us apps.}
14
14
  s.email = %q{victor@costan.us}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwnstyles_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 11
10
- version: 0.0.11
9
+ - 12
10
+ version: 0.0.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Victor Costan
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-28 00:00:00 Z
18
+ date: 2011-05-04 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  requirement: &id001 !ruby/object:Gem::Requirement