zurb-foundation 2.0.3.2 → 2.0.3.3
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/foundation/version.rb +2 -2
- data/vendor/assets/stylesheets/foundation.scss +23 -1
- metadata +8 -8
data/lib/foundation/version.rb
CHANGED
@@ -337,6 +337,9 @@
|
|
337
337
|
border: none;
|
338
338
|
}
|
339
339
|
|
340
|
+
/* Don't use native buttons on iOS */
|
341
|
+
input[type=submit].button { -webkit-appearance: none; }
|
342
|
+
|
340
343
|
.button.nice {
|
341
344
|
background: #00a6fc image-url("foundation/misc/button-gloss.png") repeat-x 0 -34px;
|
342
345
|
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
|
@@ -966,7 +969,7 @@ div.slider-nav span.left {
|
|
966
969
|
.hide-on-desktops { display: none; }
|
967
970
|
|
968
971
|
|
969
|
-
@media only screen and (max-device-width: 800px), only screen and (device-width: 800px) {
|
972
|
+
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px) {
|
970
973
|
.hide-on-phones { display: block !important; }
|
971
974
|
.hide-on-tablets { display: none !important; }
|
972
975
|
.hide-on-desktops { display: block !important; }
|
@@ -988,6 +991,25 @@ div.slider-nav span.left {
|
|
988
991
|
}
|
989
992
|
|
990
993
|
/* only screen and (device-width: 1280px), only screen and (max-device-width: 1280px), /*
|
994
|
+
/* Keeping this in as a reminder to address support for other tablet devices like the Xoom in the future */
|
995
|
+
|
996
|
+
/* Specific overrides for elements that require something other than display: block */
|
997
|
+
|
998
|
+
table.show-on-desktops { display: table !important; }
|
999
|
+
table.hide-on-phones { display: table !important; }
|
1000
|
+
table.hide-on-tablets { display: table !important; }
|
1001
|
+
|
1002
|
+
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px) {
|
1003
|
+
table.hide-on-phones { display: block !important; }
|
1004
|
+
table.hide-on-desktops { display: block !important; }
|
1005
|
+
table.show-on-tablets { display: block !important; }
|
1006
|
+
}
|
1007
|
+
|
1008
|
+
@media only screen and (max-width: 767px) {
|
1009
|
+
table.hide-on-tablets { display: block !important; }
|
1010
|
+
table.hide-on-desktops { display: block !important; }
|
1011
|
+
table.show-on-phones { display: block !important; }
|
1012
|
+
}
|
991
1013
|
|
992
1014
|
|
993
1015
|
/* --------------------------------------------------
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zurb-foundation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.3.
|
4
|
+
version: 2.0.3.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,12 +9,12 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-11-
|
12
|
+
date: 2011-11-17 00:00:00.000000000 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
17
|
-
requirement: &
|
17
|
+
requirement: &2152898680 !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ~>
|
@@ -22,10 +22,10 @@ dependencies:
|
|
22
22
|
version: 3.1.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
|
-
version_requirements: *
|
25
|
+
version_requirements: *2152898680
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: jquery-rails
|
28
|
-
requirement: &
|
28
|
+
requirement: &2152898000 !ruby/object:Gem::Requirement
|
29
29
|
none: false
|
30
30
|
requirements:
|
31
31
|
- - ~>
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: '1.0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
|
-
version_requirements: *
|
36
|
+
version_requirements: *2152898000
|
37
37
|
description: An easy to use, powerful, and flexible framework for building prototypes
|
38
38
|
and production code on any kind of device.
|
39
39
|
email:
|
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
90
|
version: '0'
|
91
91
|
segments:
|
92
92
|
- 0
|
93
|
-
hash:
|
93
|
+
hash: 2836026590422178694
|
94
94
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
95
95
|
none: false
|
96
96
|
requirements:
|
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
version: '0'
|
100
100
|
segments:
|
101
101
|
- 0
|
102
|
-
hash:
|
102
|
+
hash: 2836026590422178694
|
103
103
|
requirements: []
|
104
104
|
rubyforge_project: foundation
|
105
105
|
rubygems_version: 1.6.2
|