chosen.scss 1.0.7beta → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Chosen.scss
2
2
  ===========
3
- Chosen.scss is a compass implementation of [Chosen](http://harvesthq.github.com/chosen/). It is currently based on Chosen `0.9.7`
4
- This is currently in version [`1.0.7beta`](https://rubygems.org/gems/chosen.scss) but *is* __production ready__
3
+ Chosen.scss is a compass implementation of [Chosen](http://harvesthq.github.com/chosen/). It is currently based on Chosen `0.9.8`
4
+ This is currently in version [`1.0.8`](https://rubygems.org/gems/chosen.scss) but *is* __production ready__
5
5
 
6
6
  Installation
7
7
  ------------
@@ -6,7 +6,6 @@
6
6
  font-size: 13px;
7
7
  position: relative;
8
8
  @include inline-block;
9
- margin: 2px 0 9px 0;
10
9
 
11
10
  .chzn-drop {
12
11
  background: #fff;
@@ -1,15 +1,15 @@
1
1
  .chzn-container-multi {
2
- @include linear-gradient((#eee 1%, #fff 15%));
3
- border: 1px solid #aaa;
4
- margin: 0;
5
- padding: 0;
6
- cursor: text;
7
- overflow: hidden;
8
- height: auto !important;
9
- height: 1%;
10
- position: relative;
11
-
12
2
  .chzn-choices {
3
+ @include linear-gradient((#eee 1%, #fff 15%));
4
+ border: 1px solid #aaa;
5
+ margin: 0;
6
+ padding: 0;
7
+ cursor: text;
8
+ overflow: hidden;
9
+ height: auto !important;
10
+ height: 1%;
11
+ position: relative;
12
+
13
13
  li {
14
14
  float: left;
15
15
  list-style: none;
@@ -68,11 +68,11 @@
68
68
  background-position: right -11px;
69
69
  }
70
70
  }
71
+ }
71
72
 
72
- .chzn-drop {
73
- .result-selected {
74
- display: none;
75
- }
73
+ .chzn-drop {
74
+ .result-selected {
75
+ display: none;
76
76
  }
77
77
  }
78
78
 
@@ -11,7 +11,7 @@ $use-mozilla-ellipsis-binding: true;
11
11
 
12
12
  .chzn-container-single {
13
13
  .chzn-single {
14
- @include linear-gradient((#fff 20%, #f6f6f6 50%, #eee 50%, #f4f4f4 100%));
14
+ @include linear-gradient((#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%), top, 1, 1 3);
15
15
  @include border-radius(5px);
16
16
  @include background-clip;
17
17
  border: 1px solid #aaa;
@@ -103,7 +103,7 @@ $use-mozilla-ellipsis-binding: true;
103
103
  border-left: none;
104
104
 
105
105
  b {
106
- background-position:-18px -1px;
106
+ background-position:-18px 1px;
107
107
  }
108
108
  }
109
109
  }
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chosen.scss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7beta
5
- prerelease: 5
4
+ version: 1.0.8
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Emil Melgaard
@@ -13,7 +13,7 @@ date: 2012-04-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70160531154960 !ruby/object:Gem::Requirement
16
+ requirement: &70148774708820 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0.11'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70160531154960
24
+ version_requirements: *70148774708820
25
25
  description: ! 'Read more over at github: https://github.com/tixz/chosen.scss'
26
26
  email: compass@tixz.dk
27
27
  executables: []
@@ -55,9 +55,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  none: false
57
57
  requirements:
58
- - - ! '>'
58
+ - - ! '>='
59
59
  - !ruby/object:Gem::Version
60
- version: 1.3.1
60
+ version: '0'
61
61
  requirements: []
62
62
  rubyforge_project:
63
63
  rubygems_version: 1.8.11