head_start 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module HeadStart
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -163,6 +163,10 @@ $button_icons_path: '/assets/icons/buttons/silk/';
163
163
  @include border-radius;
164
164
  border: 1px solid darken($form-button-background-color, 10%);
165
165
  padding: 0.5em 1em;
166
+ @include filter-gradient(
167
+ lighten($form-button-background-color, 10%),
168
+ darken($form-button-background-color, 10%)
169
+ ); // for ie compatibility
166
170
  @include background-with-css2-fallback(
167
171
  linear-gradient(
168
172
  lighten($form-button-background-color, 10%),
@@ -173,6 +177,10 @@ $button_icons_path: '/assets/icons/buttons/silk/';
173
177
  font-weight:bold;
174
178
  text-decoration:none;
175
179
  &:hover {
180
+ @include filter-gradient(
181
+ darken($form-button-background-color, 10%),
182
+ lighten($form-button-background-color, 10%)
183
+ ); // for ie compatibility
176
184
  @include background-with-css2-fallback(
177
185
  linear-gradient(
178
186
  darken($form-button-background-color, 10%),
@@ -319,6 +327,10 @@ $button_icons_path: '/assets/icons/buttons/silk/';
319
327
  }
320
328
 
321
329
  @mixin bg_gradient($start_color, $end_color) {
330
+ @include filter-gradient(
331
+ $start_color,
332
+ $end_color
333
+ ); // for ie compatibility
322
334
  @include background-with-css2-fallback(
323
335
  linear-gradient(
324
336
  $start_color,
@@ -6,6 +6,10 @@
6
6
  margin-bottom:1.5em;
7
7
  @include border-radius;
8
8
  border:1px solid #999;
9
+ @include filter-gradient(
10
+ lighten($color, 10%),
11
+ darken($color, 10%)
12
+ ); // for ie compatibility
9
13
  @include background-with-css2-fallback(
10
14
  linear-gradient(
11
15
  lighten($color, 10%),
@@ -43,7 +47,6 @@
43
47
 
44
48
  @mixin block_menu {
45
49
  ul {
46
- position:relative;
47
50
  @include clearfix;
48
51
  border:0px solid darken($main_nav_background_color, 20%);
49
52
  padding:1px 0;
@@ -3,7 +3,6 @@ $message_icons_path: "/assets/icons/messages/";
3
3
  @mixin messages {
4
4
  .error {
5
5
  @include error_message;
6
- /* @include waiting_message;*/
7
6
  }
8
7
  .warning {
9
8
  @include warning_message;
@@ -5,3 +5,6 @@
5
5
  ========================================================================== */
6
6
 
7
7
 
8
+ #main {
9
+ @include messages;
10
+ }
@@ -72,6 +72,10 @@ $notice-background-color: #BFE1FF;
72
72
  $page-header-color: $header-color;
73
73
 
74
74
  #header {
75
+ @include filter-gradient(
76
+ lighten($header-background-color, 20%),
77
+ darken($header-background-color, 20%)
78
+ ); // for ie compatibility
75
79
  @include background-with-css2-fallback(
76
80
  linear-gradient(
77
81
  lighten($header-background-color, 20%),
@@ -114,6 +118,10 @@ $default-border-radius: 10px;
114
118
  border-bottom-color: darken($background-base-color, 25%);
115
119
  @include border-radius($default-border-radius $default-border-radius 0 0);
116
120
  padding: 0.6em ($grid-background-column-width + $grid-background-gutter-width);
121
+ @include filter-gradient(
122
+ lighten($background-base-color, 10%),
123
+ darken($background-base-color, 10%)
124
+ ); // for ie compatibility
117
125
  @include background-with-css2-fallback(
118
126
  linear-gradient(
119
127
  lighten($background-base-color, 10%),
@@ -4,3 +4,6 @@
4
4
  Author: Foxsoft Ltd
5
5
  ========================================================================== */
6
6
 
7
+ #main {
8
+ @include messages;
9
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: head_start
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-20 00:00:00.000000000Z
12
+ date: 2011-10-26 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70325292150340 !ruby/object:Gem::Requirement
16
+ requirement: &70220397308740 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70325292150340
24
+ version_requirements: *70220397308740
25
25
  description: This gem extends Compass with Foxsoft's own SCSS libraries and third
26
26
  party Javascript libraries - full description pending
27
27
  email: