blankplate-rails 1.2.5 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 68f87310e89ec4f587cfd4ff12188b76f9ed5482
4
+ data.tar.gz: 2035ff3a8edfe0c632d019a67a1672fd56f100cc
5
+ SHA512:
6
+ metadata.gz: 5b1cdbd9cad2ef858b13afd1cc89dd2d52a6412fa85c6c0b2166762b8973a6db308cdda27782b5a6a40b7590e6e22990613a0a0f80cf9b9ea0a7d93e84657565
7
+ data.tar.gz: 0a694408898b67f3634e8aaba1907d717ade656ac2f684ff79feed09cb78d550934ef0524d3ddb249d8927499192916bd478671080aa01514446924a6bc46146
@@ -1,3 +1,3 @@
1
1
  module BlankplateRails
2
- VERSION = "1.2.5"
2
+ VERSION = "1.4.0"
3
3
  end
@@ -10,7 +10,7 @@
10
10
  * @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
11
11
  * @link http://vdw.staytuned.gr/html5-starter-kit-blankplate/
12
12
  * @package BlankPlate
13
- * @version v1.2.4
13
+ * @version v1.3.1
14
14
  */
15
15
 
16
16
  /**
@@ -26,7 +26,7 @@
26
26
  background: -o-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%); /* Opera 11.10+ */
27
27
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
28
28
  background: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%); /* W3C */
29
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f1f1f1', GradientType=0); /* IE6-8 */
29
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f1f1f1', GradientType=0); /* IE6-8 */
30
30
  border: 1px solid rgb(211, 211, 211);
31
31
  border: 1px solid rgba(0, 0, 0, 0.1);
32
32
  border-radius: 3px;
@@ -34,18 +34,20 @@
34
34
  cursor: pointer !important;
35
35
  display: inline-block;
36
36
  font-size: 13px;
37
- height: 28px;
37
+ height: 2.154em;
38
38
  margin-bottom: 10px;
39
39
  min-width: 54px;
40
- padding: 0 8px;
40
+ padding: 0 0.615em;
41
41
  text-align: center;
42
42
  text-decoration: none !important;
43
43
  -moz-user-select: none
44
44
  }
45
45
 
46
46
  .btn SPAN {
47
- font: 13px/18px 'Open Sans', sans-serif !important;
48
- vertical-align: top
47
+ font: inherit/1.385em 'Open Sans', sans-serif !important;
48
+ display: block;
49
+ line-height: 2.000em;
50
+ vertical-align: middle
49
51
  }
50
52
 
51
53
  .btn:hover {
@@ -55,8 +57,8 @@
55
57
  }
56
58
 
57
59
  A.btn {
58
- height: 26px;
59
- line-height: 26px
60
+ height: 2.000em;
61
+ line-height: 2.000em
60
62
  }
61
63
 
62
64
  /* Fix vertical center in firefox */
@@ -67,11 +69,6 @@ A.btn {
67
69
  padding-bottom: 2px
68
70
  }
69
71
 
70
- .btn SPAN {
71
- display: block;
72
- margin-bottom: 2px
73
- }
74
-
75
72
  }
76
73
 
77
74
  /**
@@ -189,6 +186,4 @@ A.btn {
189
186
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35aa47', endColorstr='#1d943b', GradientType=0); /* IE6-8 */
190
187
  border-color: #508C36;
191
188
  color: #FFF !important
192
- }
193
-
194
- /* http://www.colorzilla.com/gradient-editor/ */
189
+ }
@@ -6,11 +6,11 @@
6
6
  * Normally you don't have to make any changes in this file.
7
7
  * Your changes should be placed in styles.css file.
8
8
  *
9
- * @copyright Copyright 2012, Dimitris Krestos
10
- * @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
11
- * @link http://vdw.staytuned.gr/html5-starter-kit-blankplate/
12
- * @package BlankPlate
13
- * @version v1.2.4
9
+ * @copyright Copyright 2012, Dimitris Krestos
10
+ * @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
11
+ * @link http://vdw.staytuned.gr/html5-starter-kit-blankplate/
12
+ * @package BlankPlate
13
+ * @version v1.3.1
14
14
  */
15
15
 
16
16
  /**
@@ -19,9 +19,9 @@
19
19
  * -------------------------------------------------------------------------------------------------
20
20
  */
21
21
  P:empty:before, LI:empty:before, LI > *:empty:before { /* The :empty selector is supported in all major browsers, except IE8 and earlier. */
22
- border-bottom: 1px dotted fuchsia !important;
23
- color: fuchsia !important;
24
- content: 'blank !'
22
+ border-bottom: 1px dotted fuchsia !important;
23
+ color: fuchsia !important;
24
+ content: 'blank !'
25
25
  }
26
26
 
27
27
  /**
@@ -30,8 +30,8 @@ P:empty:before, LI:empty:before, LI > *:empty:before { /* The :empty selector is
30
30
  * -------------------------------------------------------------------------------------------------
31
31
  */
32
32
  IMG[alt=''], IMG:not([alt]), IMG[title=''], IMG:not([title]) { /* IE8 and earlier do not support the :not selector. */
33
- border: 1px dotted fuchsia !important;
34
- padding: 1px !important
33
+ border: 1px dotted fuchsia !important;
34
+ padding: 1px !important
35
35
  }
36
36
 
37
37
  /**
@@ -40,6 +40,6 @@ IMG[alt=''], IMG:not([alt]), IMG[title=''], IMG:not([title]) { /* IE8 and earlie
40
40
  * -------------------------------------------------------------------------------------------------
41
41
  */
42
42
  A[title=''], A[href=''] { /* For [attribute=value] to work in IE8 and earlier, a <!DOCTYPE> must be declared. */
43
- border-bottom: 1px dotted fuchsia !important;
44
- color: fuchsia !important
43
+ border-bottom: 1px dotted fuchsia !important;
44
+ color: fuchsia !important
45
45
  }
@@ -10,7 +10,7 @@
10
10
  * @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
11
11
  * @link http://vdw.staytuned.gr/html5-starter-kit-blankplate/
12
12
  * @package BlankPlate
13
- * @version v1.2.4
13
+ * @version v1.3.1
14
14
  */
15
15
 
16
16
  /**
@@ -10,7 +10,7 @@
10
10
  * @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
11
11
  * @link http://vdw.staytuned.gr/html5-starter-kit-blankplate/
12
12
  * @package BlankPlate
13
- * @version v1.2.4
13
+ * @version v1.3.1
14
14
  */
15
15
 
16
16
  /**
@@ -28,13 +28,17 @@ INPUT, TEXTAREA, SELECT {
28
28
  margin-bottom: 10px
29
29
  }
30
30
 
31
+ INPUT[type="radio"] {
32
+ cursor: pointer
33
+ }
34
+
31
35
  SELECT, INPUT[type="file"] {
32
- height: 28px !important;
33
- padding: 4px !important
36
+ height: 2.154em !important;
37
+ padding: 0.308em !important
34
38
  }
35
39
 
36
40
  INPUT[type="text"], INPUT[type="password"], TEXTAREA, LABEL {
37
- padding: 4px
41
+ padding: 0.308em
38
42
  }
39
43
 
40
44
  INPUT:focus, TEXTAREA:focus {
@@ -46,9 +50,9 @@ INPUT:focus, TEXTAREA:focus {
46
50
  INPUT, TEXTAREA {
47
51
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; /* Saf3.2+, Chrome */
48
52
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; /* FF4+ */
49
- -ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; /* IE10? */
50
- -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; /* Opera 10.5+ */
51
- transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
53
+ -ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; /* IE10? */
54
+ -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; /* Opera 10.5+ */
55
+ transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
52
56
  }
53
57
 
54
58
  SELECT {
@@ -56,16 +60,16 @@ SELECT {
56
60
  }
57
61
 
58
62
  OPTION {
59
- padding: 0 8px
63
+ padding: 0 0.615em
60
64
  }
61
65
 
62
66
  LABEL {
63
67
  display: block;
64
- line-height: 18px
68
+ line-height: 1.385em
65
69
  }
66
70
 
67
71
  LABEL.inline {
68
72
  display: inline-block;
69
- line-height: 18px;
70
- margin-bottom: 10px
73
+ line-height: 1.385em;
74
+ margin-bottom: 0.769em
71
75
  }
@@ -3,11 +3,11 @@
3
3
  *
4
4
  * BlankPlate Media Queries stylesheet
5
5
  *
6
- * @copyright Copyright 2012, Dimitris Krestos
7
- * @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
8
- * @link http://vdw.staytuned.gr/html5-starter-kit-blankplate/
9
- * @package BlankPlate
10
- * @version v1.2.4
6
+ * @copyright Copyright 2012, Dimitris Krestos
7
+ * @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
8
+ * @link http://vdw.staytuned.gr/html5-starter-kit-blankplate/
9
+ * @package BlankPlate
10
+ * @version v1.3.1
11
11
  */
12
12
 
13
13
 
@@ -72,14 +72,14 @@
72
72
 
73
73
  /* General portrait orientation */
74
74
  @media only screen and (orientation: portrait) {
75
- /* eg */
76
- IMG#bg { height: 100% }
75
+ /* eg */
76
+ IMG#bg { height: 100% }
77
77
 
78
78
  }
79
79
 
80
80
  /* General landscape orientation */
81
81
  @media only screen and (orientation: landscape) {
82
- /* eg */
83
- IMG#bg { width: 100% }
82
+ /* eg */
83
+ IMG#bg { width: 100% }
84
84
 
85
85
  }
@@ -10,7 +10,7 @@
10
10
  * @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
11
11
  * @link http://vdw.staytuned.gr/html5-starter-kit-blankplate/
12
12
  * @package BlankPlate
13
- * @version v1.2.4
13
+ * @version v1.3.1
14
14
  */
15
15
 
16
16
  /**
@@ -10,7 +10,7 @@
10
10
  * @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
11
11
  * @link http://vdw.staytuned.gr/html5-starter-kit-blankplate/
12
12
  * @package BlankPlate
13
- * @version v1.2.4
13
+ * @version v1.3.1
14
14
  */
15
15
 
16
16
  /**
@@ -7,7 +7,7 @@
7
7
  * @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
8
8
  * @link http://vdw.staytuned.gr/html5-starter-kit-blankplate/
9
9
  * @package BlankPlate
10
- * @version v1.2.4
10
+ * @version v1.3.1
11
11
  */
12
12
 
13
13
  /**
@@ -10,7 +10,7 @@
10
10
  * @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
11
11
  * @link http://vdw.staytuned.gr/html5-starter-kit-blankplate/
12
12
  * @package BlankPlate
13
- * @version v1.2.4
13
+ * @version v1.3.1
14
14
  */
15
15
 
16
16
  /**
@@ -244,6 +244,22 @@ ARTICLE OL {
244
244
  margin-left: 2.615em; /* 34px */
245
245
  }
246
246
 
247
+ FORM .vertical {
248
+ list-style: none;
249
+ }
250
+
251
+ LI > LABEL {
252
+ display: inline-block;
253
+ padding: 0;
254
+ vertical-align: middle;
255
+ }
256
+
257
+ LI > INPUT[type="radio"],
258
+ LI > INPUT[type="checkbox"] {
259
+ margin: 0;
260
+ vertical-align: middle;
261
+ }
262
+
247
263
  /**
248
264
  * PLACEHOLDERS
249
265
  *
@@ -7,6 +7,4 @@
7
7
  *= require blankplate/snippets
8
8
  *= require blankplate/styles
9
9
  *= require blankplate/media
10
- *= require blankplate/conditions
11
- *= require blankplate/diagnostics
12
10
  */
metadata CHANGED
@@ -1,46 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blankplate-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
5
- prerelease:
4
+ version: 1.4.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Vassilis Rodokanakis
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-01-19 00:00:00.000000000 Z
11
+ date: 2014-04-12 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
- version: 3.2.0
19
+ version: 4.1.0
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: 3.2.0
26
+ version: 4.1.0
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: bundler
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  description: Blankplate is an alternative solution to save you time in frontend developing.
@@ -50,14 +45,17 @@ executables: []
50
45
  extensions: []
51
46
  extra_rdoc_files: []
52
47
  files:
48
+ - LICENSE
49
+ - README.md
50
+ - Rakefile
51
+ - lib/blankplate-rails.rb
53
52
  - lib/blankplate-rails/engine.rb
54
53
  - lib/blankplate-rails/version.rb
55
- - lib/blankplate-rails.rb
56
54
  - lib/tasks/blankplate-rails_tasks.rake
57
55
  - vendor/assets/images/blankplate/dummy.png
56
+ - vendor/assets/stylesheets/blankplate.css.scss
58
57
  - vendor/assets/stylesheets/blankplate/base64.css.scss
59
58
  - vendor/assets/stylesheets/blankplate/buttons.css.scss
60
- - vendor/assets/stylesheets/blankplate/conditions.css.scss
61
59
  - vendor/assets/stylesheets/blankplate/diagnostics.css.scss
62
60
  - vendor/assets/stylesheets/blankplate/grid.css.scss
63
61
  - vendor/assets/stylesheets/blankplate/helpers.css.scss
@@ -67,33 +65,27 @@ files:
67
65
  - vendor/assets/stylesheets/blankplate/snippets.css.scss
68
66
  - vendor/assets/stylesheets/blankplate/styles.css.scss
69
67
  - vendor/assets/stylesheets/blankplate/typography.css.scss
70
- - vendor/assets/stylesheets/blankplate.css.scss
71
- - LICENSE
72
- - Rakefile
73
- - README.md
74
68
  homepage: https://github.com/vrodokanakis/blankplate-rails
75
69
  licenses: []
70
+ metadata: {}
76
71
  post_install_message:
77
72
  rdoc_options: []
78
73
  require_paths:
79
74
  - lib
80
75
  required_ruby_version: !ruby/object:Gem::Requirement
81
- none: false
82
76
  requirements:
83
- - - ! '>='
77
+ - - ">="
84
78
  - !ruby/object:Gem::Version
85
79
  version: '0'
86
80
  required_rubygems_version: !ruby/object:Gem::Requirement
87
- none: false
88
81
  requirements:
89
- - - ! '>='
82
+ - - ">="
90
83
  - !ruby/object:Gem::Version
91
84
  version: '0'
92
85
  requirements: []
93
86
  rubyforge_project:
94
- rubygems_version: 1.8.24
87
+ rubygems_version: 2.2.0
95
88
  signing_key:
96
- specification_version: 3
89
+ specification_version: 4
97
90
  summary: Integrate BlankPlate HTML5/CSS3 Starter Kit to Rails asset pipeline.
98
91
  test_files: []
99
- has_rdoc:
@@ -1,41 +0,0 @@
1
- /**
2
- * BlankPlate | Yet another HTML5 Starter Kit
3
- *
4
- * BlankPlate Conditions stylesheet
5
- *
6
- * @copyright Copyright 2012, Dimitris Krestos
7
- * @license Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
8
- * @link http://vdw.staytuned.gr/html5-starter-kit-blankplate/
9
- * @package BlankPlate
10
- * @version v1.2.1
11
- */
12
-
13
- /**
14
- * FIREFOX
15
- * Your rules for Firefox browser, all versions
16
- * -------------------------------------------------------------------------------------------------
17
- */
18
- @-moz-document url-prefix() {
19
- .opera { display: none }
20
- .safari { display: none }
21
- }
22
-
23
- /**
24
- * OPERA
25
- * Your rules for Opera browser, all versions
26
- * -------------------------------------------------------------------------------------------------
27
- */
28
- @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { /* Not working with Opera 12*/
29
- .firefox { display: none }
30
- .safari { display: none }
31
- }
32
-
33
- /**
34
- * SAFARI
35
- * Your rules for Safari browser, all versions
36
- * -------------------------------------------------------------------------------------------------
37
- */
38
- @media screen and (-webkit-min-device-pixel-ratio:0) {
39
- .firefox { display: none }
40
- .opera { display: none }
41
- }