alchemy 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,22 @@
1
+ .media, .bd {
2
+ overflow: hidden;
3
+ _overflow: visible;
4
+ zoom: 1;
5
+ }
6
+
7
+ .media {
8
+ margin: 10px;
9
+
10
+ .img {
11
+ float: left;
12
+ margin-right: 10px;
13
+
14
+ img { display:block; }
15
+ }
16
+
17
+ .imgExt {
18
+ float: right;
19
+ margin-left: 10px;
20
+ }
21
+
22
+ }
@@ -65,7 +65,7 @@ button {
65
65
  }
66
66
 
67
67
  &:active {
68
- border-color: $primary_color;
68
+ border-color: $btn_primary_color;
69
69
  @include linear_gradient(lighten($btn_primary_color, 4%), darken($btn_primary_color, 3%), lighten($btn_primary_color, 3%), 10%);
70
70
  }
71
71
  }
@@ -1,10 +1,10 @@
1
- $btn_neutral_color: lighten($rh_base, 47%);
2
- $btn_primary_color: darken($primary_color, 7%);
3
- $btn_danger_color: darken($rh_red1, 8%);
1
+ $btn_neutral_color: lighten($rh_base, 47%) !default;
2
+ $btn_primary_color: darken($primary_color, 7%) !default;
3
+ $btn_danger_color: darken($rh_red1, 8%) !default;
4
4
 
5
- $btn_border_color: darken($btn_neutral_color, 8%);
6
- $btn_text_color: lighten($text_color, 10%);
7
- $btn_white_text_color: lighten($rh_cream, 15%);
5
+ $btn_border_color: darken($btn_neutral_color, 8%) !default;
6
+ $btn_text_color: lighten($text_color, 10%) !default;
7
+ $btn_white_text_color: lighten($rh_cream, 15%) !default;
8
8
 
9
9
  $btn_shadow_reflection_dark: 0 1px 6px rgba($white_color, 0.25) inset;
10
10
  $btn_shadow_reflection_light: 0 1px 3px rgba($white_color, 1) inset;
@@ -1,3 +1,3 @@
1
1
  // colors
2
- $flash_bg_color: rgb(245, 245, 245);
3
- $flash_text_color: rgb(120, 120, 120);
2
+ $flash_bg_color: rgb(245, 245, 245) !default;
3
+ $flash_text_color: rgb(120, 120, 120) !default;
@@ -1,25 +1,25 @@
1
1
  // layout
2
- $left_column_width: 200px;
2
+ $left_column_width: 200px !default;
3
3
  $input_width: 280px !default;
4
- $input_padding: 10px;
4
+ $input_padding: 10px !default;
5
5
 
6
6
  // colors
7
- $light_border_color: lighten($border_color, 10%);
8
- $fieldset_border_color: lighten($border_color, 10%);
7
+ $light_border_color: lighten($border_color, 10%) !default;
8
+ $fieldset_border_color: lighten($border_color, 10%) !default;
9
9
 
10
- $fieldset_text_color: lighten($text_color, 46%);
11
- $placeholder_color: lighten($text_color, 55%);
12
- $note_text_color: lighten($text_color, 40%);
13
- $message_text_color: lighten($text_color, 20%);
10
+ $fieldset_text_color: lighten($text_color, 46%) !default;
11
+ $placeholder_color: lighten($text_color, 55%) !default;
12
+ $note_text_color: lighten($text_color, 40%) !default;
13
+ $message_text_color: lighten($text_color, 20%) !default;
14
14
 
15
- $disabled_color: lighten($rh_base, 60%);
16
- $disabled_text_color: lighten($text_color, 40%);
17
- $readonly_text_color: lighten($disabled_text_color, 2%);
15
+ $disabled_color: lighten($rh_base, 60%) !default;
16
+ $disabled_text_color: lighten($text_color, 40%) !default;
17
+ $readonly_text_color: lighten($disabled_text_color, 2%) !default;
18
18
 
19
- $light_box_color: lighten($rh_base, 60%);
20
- $light_box_gradient: lighten($light_box_color, 40%);
21
- $dark_box_color: darken($rh_base, 3%);
22
- $dark_box_gradient: lighten($dark_box_color, 8%);
23
- $fieldset_background_color: rgb(253, 253, 253);
19
+ $light_box_color: lighten($rh_base, 60%) !default;
20
+ $light_box_gradient: lighten($light_box_color, 40%) !default;
21
+ $dark_box_color: darken($rh_base, 3%) !default;
22
+ $dark_box_gradient: lighten($dark_box_color, 8%) !default;
23
+ $fieldset_background_color: rgb(253, 253, 253) !default;
24
24
 
25
- $shadow_color: lighten($border_color, 20%);
25
+ $shadow_color: lighten($border_color, 20%) !default;
@@ -14,4 +14,4 @@
14
14
  %footer
15
15
  = yield :footer
16
16
 
17
- = render :partial => "alchemy/layouts/base"
17
+ = render :template => "alchemy/layouts/base"
@@ -7,4 +7,4 @@
7
7
  %footer
8
8
  = yield :footer
9
9
 
10
- = render :partial => "alchemy/layouts/base"
10
+ = render :template => "alchemy/layouts/base"
@@ -1,3 +1,3 @@
1
1
  module Alchemy
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alchemy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - ''
8
+ - UI Alchemy Team
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-21 00:00:00.000000000 Z
12
+ date: 2013-01-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -27,9 +27,13 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: 3.0.0
30
- description: ''
30
+ description: ! 'Independent, componentized, highly customizable, expandable javascript,
31
+ css, font and image assets to simplify initial design of web elements such as buttons,
32
+ forms, notifications, etc. Alchemy includes a set of Ruby on Rails specific functionality: Forms
33
+ (with SimpleForm support), Predefined layout elements (header, navigation, footer)
34
+ and layout structure.'
31
35
  email:
32
- - ''
36
+ - N/A
33
37
  executables: []
34
38
  extensions: []
35
39
  extra_rdoc_files: []
@@ -96,6 +100,7 @@ files:
96
100
  - app/assets/stylesheets/alchemy/components/login/_login_vars.scss
97
101
  - app/assets/stylesheets/alchemy/components/text/_text.scss
98
102
  - app/assets/stylesheets/alchemy/components/text/_text_vars.scss
103
+ - app/assets/stylesheets/alchemy/components/_media_object.scss
99
104
  - app/assets/stylesheets/alchemy/partials/_colors.scss
100
105
  - app/assets/stylesheets/alchemy/partials/_mixins.scss
101
106
  - app/assets/stylesheets/alchemy/partials/_base.scss
@@ -112,12 +117,12 @@ files:
112
117
  - app/helpers/alchemy/gettext_translations.rb
113
118
  - app/helpers/alchemy/rails_translations.rb
114
119
  - app/helpers/alchemy/layout_helper.rb
115
- - app/views/alchemy/layouts/_base.haml
116
120
  - app/views/alchemy/layouts/_user_session_layout.haml
117
121
  - app/views/alchemy/layouts/_login_layout.html.haml
118
122
  - app/views/alchemy/layouts/_change_password_layout.html.haml
119
123
  - app/views/alchemy/layouts/_common_i18n.haml
120
124
  - app/views/alchemy/layouts/_header_layout.haml
125
+ - app/views/alchemy/layouts/base.html.haml
121
126
  - app/views/alchemy/layouts/shell_layout.haml
122
127
  - vendor/assets/javascripts/alchemy/rails.js
123
128
  - vendor/assets/javascripts/alchemy/underscore-1.3.1.js
@@ -263,7 +268,7 @@ files:
263
268
  - README.md
264
269
  - test/test_helper.rb
265
270
  - test/alchemy_test.rb
266
- homepage: ''
271
+ homepage: http://www.ui-alchemy.org
267
272
  licenses: []
268
273
  post_install_message:
269
274
  rdoc_options: []
@@ -286,7 +291,9 @@ rubyforge_project:
286
291
  rubygems_version: 1.8.24
287
292
  signing_key:
288
293
  specification_version: 3
289
- summary: ''
294
+ summary: A set of tools and web assets designed to enhance a web applications user
295
+ interactions by providing functionality, layout and styling that is also customizable
296
+ and flexible depending on the project’s needs.
290
297
  test_files:
291
298
  - test/test_helper.rb
292
299
  - test/alchemy_test.rb