hpoydar-compass-aristo-plugin 0.2.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -27,7 +27,6 @@ Then modify the generated `aristo.sass` file to suit your needs. See [http://hpo
27
27
 
28
28
  ## TODO
29
29
 
30
- * Skin the combobox
31
30
  * Add segmented controls
32
31
  * Add windows
33
32
  * Documentation
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.6
1
+ 0.4.7
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{compass-aristo-plugin}
8
- s.version = "0.2.6"
8
+ s.version = "0.4.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["hpoydar"]
12
- s.date = %q{2009-08-23}
12
+ s.date = %q{2009-08-24}
13
13
  s.description = %q{A Compass plugin that provides a CSS3 port of the Aristo UI elements}
14
14
  s.email = %q{hpoydar@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -64,6 +64,8 @@ Gem::Specification.new do |s|
64
64
  "templates/project/aristo-scroller-up-arrow.png",
65
65
  "templates/project/aristo-scroller-vertical-knob.png",
66
66
  "templates/project/aristo-scroller-vertical-track.png",
67
+ "templates/project/aristo-select-arrow-bg.png",
68
+ "templates/project/aristo-select-bg.png",
67
69
  "templates/project/aristo-select.png",
68
70
  "templates/project/aristo-slider-horizontal-track.png",
69
71
  "templates/project/aristo-slider-knob-o.png",
@@ -71,11 +73,10 @@ Gem::Specification.new do |s|
71
73
  "templates/project/aristo.sass",
72
74
  "templates/project/manifest.rb"
73
75
  ]
74
- s.has_rdoc = true
75
76
  s.homepage = %q{http://github.com/hpoydar/compass-aristo-plugin}
76
77
  s.rdoc_options = ["--charset=UTF-8"]
77
78
  s.require_paths = ["lib"]
78
- s.rubygems_version = %q{1.3.1}
79
+ s.rubygems_version = %q{1.3.5}
79
80
  s.summary = %q{A Compass plugin that provides a CSS3 port of the Aristo UI elements}
80
81
  s.test_files = [
81
82
  "examples/aristo/config.rb"
@@ -83,7 +84,7 @@ Gem::Specification.new do |s|
83
84
 
84
85
  if s.respond_to? :specification_version then
85
86
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
86
- s.specification_version = 2
87
+ s.specification_version = 3
87
88
 
88
89
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
89
90
  s.add_development_dependency(%q<chriseppstein-compass>, [">= 0"])
@@ -142,7 +142,7 @@
142
142
  </div>
143
143
  <div class='column span-8'>
144
144
  <p>
145
- <select>
145
+ <select class='aristo'>
146
146
  <option>
147
147
  Target A
148
148
  </option>
@@ -154,6 +154,15 @@
154
154
  </option>
155
155
  </select>
156
156
  </p>
157
+ <p class='compass'>
158
+ <code>
159
+ select.aristo
160
+ </code>
161
+ or
162
+ <code>
163
+ +aristo-select
164
+ </code>
165
+ </p>
157
166
  </div>
158
167
  </div>
159
168
  <div class='section container'>
@@ -120,13 +120,21 @@
120
120
 
121
121
  .column.span-8
122
122
  %p
123
- %select
123
+ %select.aristo
124
124
  %option
125
125
  Target A
126
126
  %option
127
127
  Target B
128
128
  %option
129
129
  Target C
130
+
131
+ %p.compass
132
+ %code
133
+ select.aristo
134
+ or
135
+ %code
136
+ +aristo-select
137
+
130
138
 
131
139
  .section.container
132
140
  %h2
@@ -230,6 +238,4 @@
230
238
 
231
239
 
232
240
  #footer.container
233
- = 'This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a><br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a>'
234
-
235
-
241
+ = 'This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a><br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a>'
@@ -68,4 +68,6 @@ code
68
68
  +aristo-slider
69
69
 
70
70
  +aristo-scrollbars
71
+
72
+
71
73
 
@@ -51,5 +51,26 @@ input.aristo
51
51
  :background-image= image_url("aristo-slider-knob-x.png")
52
52
 
53
53
 
54
+ // Combo/select boxes
54
55
 
55
- // Combo boxes
56
+ =aristo-select
57
+ -khtml-appearance: none
58
+ +bold-aristo-font
59
+ :background-image= image_url("aristo-select-arrow-bg.png") "," image_url("aristo-select-bg.png")
60
+ background-repeat: no-repeat, repeat-x
61
+ background-position: top right, 0 0
62
+ :border-top 0px
63
+ :border-left 1px solid #bdbdbd
64
+ :border-bottom 0px
65
+ :border-right 0px
66
+ :-webkit-border-radius 3px
67
+ :-moz-border-radius 3px
68
+ border-radius: 3px
69
+ :text-shadow 0px 1px 1px #fff
70
+ :color #4F4F4F
71
+ :padding 0px 40px 0px 13px
72
+ :height 24px
73
+ :line-height 20px
74
+
75
+ select.aristo
76
+ +aristo-select
@@ -6,6 +6,8 @@ image 'aristo-button-bezel-o.png'
6
6
  image 'aristo-button-bezel-x.png'
7
7
  image 'aristo-checkbox-o.png'
8
8
  image 'aristo-checkbox-x.png'
9
+ image 'aristo-menu-bg.png'
10
+ image 'aristo-menu-inverse-bg.png'
9
11
  image 'aristo-radio-o.png'
10
12
  image 'aristo-radio-x.png'
11
13
  image 'aristo-scroller-down-arrow-o.png'
@@ -22,6 +24,8 @@ image 'aristo-scroller-up-arrow.png'
22
24
  image 'aristo-scroller-vertical-knob.png'
23
25
  image 'aristo-scroller-vertical-track.png'
24
26
  image 'aristo-select.png'
27
+ image 'aristo-select-bg.png'
28
+ image 'aristo-select-arrow-bg.png'
25
29
  image 'aristo-slider-horizontal-track.png'
26
30
  image 'aristo-slider-knob-o.png'
27
31
  image 'aristo-slider-knob-x.png'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hpoydar-compass-aristo-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - hpoydar
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-23 00:00:00 -07:00
12
+ date: 2009-08-24 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -79,13 +79,15 @@ files:
79
79
  - templates/project/aristo-scroller-up-arrow.png
80
80
  - templates/project/aristo-scroller-vertical-knob.png
81
81
  - templates/project/aristo-scroller-vertical-track.png
82
+ - templates/project/aristo-select-arrow-bg.png
83
+ - templates/project/aristo-select-bg.png
82
84
  - templates/project/aristo-select.png
83
85
  - templates/project/aristo-slider-horizontal-track.png
84
86
  - templates/project/aristo-slider-knob-o.png
85
87
  - templates/project/aristo-slider-knob-x.png
86
88
  - templates/project/aristo.sass
87
89
  - templates/project/manifest.rb
88
- has_rdoc: true
90
+ has_rdoc: false
89
91
  homepage: http://github.com/hpoydar/compass-aristo-plugin
90
92
  licenses:
91
93
  post_install_message:
@@ -110,7 +112,7 @@ requirements: []
110
112
  rubyforge_project:
111
113
  rubygems_version: 1.3.5
112
114
  signing_key:
113
- specification_version: 2
115
+ specification_version: 3
114
116
  summary: A Compass plugin that provides a CSS3 port of the Aristo UI elements
115
117
  test_files:
116
118
  - examples/aristo/config.rb