engineyard-theme 2.2.9 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.2.9
1
+ 2.3.0
@@ -57,10 +57,13 @@
57
57
  - if add_navigation == 'true'
58
58
  %h1.branding
59
59
  =link_to(content_for?(:branding) ? yield(:branding) : 'Engine Yard, Inc.', '/')
60
- %ul.utility
61
- %li
62
- = link_to 'Get Started', 'https://login.engineyard.com/signup'
63
- = link_to 'Sign In', 'https://cloud.engineyard.com', :class => 'signin'
60
+ #utility
61
+ Log in
62
+ %div
63
+ %ul
64
+ %li= link_to('Login to Engine Yard Cloud','https://cloud.engineyard.com')
65
+ %hr
66
+ %li= link_to('Login to Orchestra Cloud','http://my.orchestra.io')
64
67
  =render('shared/global_nav')
65
68
  .wrapper
66
69
  #content
@@ -69,7 +69,7 @@
69
69
  </li>
70
70
 
71
71
  <li<%= selected?(/^company\/contact/) %>>
72
- <a href="http://engineyard.com/company/contact"><span>Contact</span></a>
72
+ <a href="http://engineyard.com/company/contact"><span>Contact Us</span></a>
73
73
  </li>
74
74
 
75
75
  </ul>
Binary file
Binary file
Binary file
@@ -15,7 +15,7 @@ body
15
15
  text-rendering: optimizeLegibility
16
16
  -webkit-font-smoothing: antialiased
17
17
  margin: 0
18
- background: #efefef image-url("bg_sky.png") repeat-x
18
+ background: #fff image-url("bg_sky.png") repeat-x
19
19
  background-position: 0 0
20
20
  header, footer, article, section, aside, nav, div.section, div.nav
21
21
  display: block
@@ -23,7 +23,7 @@ header, footer, article, section, aside, nav, div.section, div.nav
23
23
  font-size: 1em
24
24
  line-height: 1.5em
25
25
  background: transparent image-url("bg_cloudline.png") repeat-x
26
- background-position: 0 200px
26
+ background-position: 0 250px
27
27
  hr
28
28
  border: 0 #DDD solid
29
29
  border-top-width: 1px
@@ -269,9 +269,9 @@ header, div.header
269
269
  padding: 0 20px
270
270
  display: block
271
271
  position: relative
272
- background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#c7c7c7))
273
- background: -moz-linear-gradient(top, #e5e5e5, #c7c7c7)
274
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e5e5e5, endColorstr=#c7c7c7)"
272
+ background: -webkit-gradient(linear, left top, left bottom, from(#ebe9e9), to(#d2d0d0))
273
+ background: -moz-linear-gradient(top, #ebe9e9, #d2d0d0)
274
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebe9e9, endColorstr=#d2d0d0)"
275
275
  -moz-border-radius-bottomleft: 6px
276
276
  -moz-border-radius-bottomright: 6px
277
277
  -webkit-border-bottom-left-radius: 6px
@@ -306,40 +306,77 @@ header, div.header
306
306
  li
307
307
  display: inline-block
308
308
  margin-left: 10px
309
- .utility
310
- float: right
311
- margin: 10px 45px 0 0
312
- text-align: right
313
- color: #7d8190
314
- li:first-child
315
- display: block
316
- margin-bottom: 12px
317
- font-size: 14px
318
- a
309
+ #utility
310
+ position: absolute
311
+ cursor: default
312
+ right: 45px
313
+ color: #fff
314
+ text-shadow: 0 1px 0 #000
315
+ padding: 2px 20px
316
+ background: -moz-linear-gradient(center top , #68A9C5 0pt, #518AB0 100%) repeat scroll 0 0 transparent
317
+ background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #68A9C5), color-stop(1, #518AB0))
318
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#68A9C5, endColorstr=#518AB0)"
319
+ border: solid #3b5a75
320
+ -moz-border-radius: 0pt 0pt 2px 2px
321
+ -webkit-border-radius: 0pt 0pt 2px 2px
322
+ border-radius: 0pt 0pt 2px 2px
323
+ border-width: 0pt 1px 1px
324
+ -moz-box-shadow: $button-box-shadow-value
325
+ -webkit-box-shadow: $button-box-shadow-value
326
+ box-shadow: $button-box-shadow-value
327
+ div
328
+ margin: 0
329
+ float: none
330
+ display: none
331
+ font-size: 13px
332
+ z-index: 100
333
+ position: absolute
334
+ background: transparent
335
+ right: 0
336
+ ul
337
+ @include shadow
338
+ background: #eee
339
+ @include diagonal_gradient_light_grey
340
+ margin: 4px 0 0
341
+ border-top: 1px solid #dbdbdb
342
+ padding: 0
343
+ hr
344
+ border-color: #cec9c4
345
+ margin: 10px 20px
346
+ li
347
+ float: none
348
+ clear: both
349
+ margin: 0px 12px
350
+ white-space: nowrap
351
+ @include shadow-clear
352
+ a:link, a:visited
353
+ padding: 0 5px
354
+ clear: both
355
+ display: block
356
+ color: $font-nav-color-light
357
+ text-shadow: none
358
+ a:hover
359
+ color: darken($font-nav-color-light, 20%) !important
360
+ li:first-child
361
+ padding-top: 8px
362
+ border: none
363
+ li:last-child
364
+ padding-bottom: 12px
365
+ a, a:visited
366
+ color: $font-nav-color-dark
367
+ &:hover
368
+ div
369
+ display: block
370
+ &:before
371
+ content: ''
319
372
  display: inline-block
320
- margin-left: 15px
321
- font-weight: normal
322
- color: #444656
323
- text-shadow: 0 1px 0 #fff
324
- a.signin
325
- color: #2886bb
326
- a:hover
327
- color: darken(#444656, 20%)
328
- &.login
329
- display: inline-block
330
- color: #2987b6
331
- background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#c7c7c7))
332
- background: -moz-linear-gradient(top, #e5e5e5, #c7c7c7)
333
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e5e5e5, endColorstr=#c7c7c7)"
334
- -webkit-border-radius: 10px
335
- -moz-border-radius: 10px
336
- border-radius: 10px
337
- padding: 2px 12px
338
- border: 1px solid #b1aca9
339
-
373
+ background: image-url("header_sprite.png") transparent
374
+ background-position: 19px -98px
375
+ height: 11px
376
+ width: 11px
340
377
  nav, div.nav
341
378
  position: absolute
342
- left: 120px
379
+ left: 100px
343
380
  top: 40px
344
381
  color: #000
345
382
  font-size: 16px
@@ -439,7 +476,7 @@ header, div.header
439
476
  width: 170px
440
477
 
441
478
  #footer
442
- @include box_grey
479
+ @include box_greydient
443
480
  clear: both
444
481
  font-size: $font-size-small
445
482
  line-height: 1.25
@@ -90,6 +90,12 @@ $button-colored-box-shadow-value : 0 1px 2px darken($color-background-alt, 22%)
90
90
  border: 1px solid #b3b3b6
91
91
  background: #cbcaca
92
92
 
93
+ @mixin box_greydient
94
+ @include box
95
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(1, #c9c9c9))
96
+ background: -moz-linear-gradient(center top, #ededed 0, #c9c9c9 100%)
97
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ededed, endColorstr=#c9c9c9)"
98
+
93
99
  @mixin box_med_grey
94
100
  @include box
95
101
  border: 1px solid #858587
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.9
4
+ version: 2.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,12 +10,12 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-01-03 00:00:00.000000000 -08:00
13
+ date: 2012-01-04 00:00:00.000000000 -08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
18
- requirement: &70322598596800 !ruby/object:Gem::Requirement
18
+ requirement: &70119601654840 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ! '>='
@@ -23,10 +23,10 @@ dependencies:
23
23
  version: '0'
24
24
  type: :runtime
25
25
  prerelease: false
26
- version_requirements: *70322598596800
26
+ version_requirements: *70119601654840
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jeweler
29
- requirement: &70322598596240 !ruby/object:Gem::Requirement
29
+ requirement: &70119601654260 !ruby/object:Gem::Requirement
30
30
  none: false
31
31
  requirements:
32
32
  - - ~>
@@ -34,10 +34,10 @@ dependencies:
34
34
  version: 1.5.2
35
35
  type: :development
36
36
  prerelease: false
37
- version_requirements: *70322598596240
37
+ version_requirements: *70119601654260
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: rails
40
- requirement: &70322598595320 !ruby/object:Gem::Requirement
40
+ requirement: &70119601653720 !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
43
  - - ~>
@@ -45,7 +45,7 @@ dependencies:
45
45
  version: '3'
46
46
  type: :runtime
47
47
  prerelease: false
48
- version_requirements: *70322598595320
48
+ version_requirements: *70119601653720
49
49
  description: View helpers 'header' and 'footer', along with an assets generator to
50
50
  make any site look like http://engineyard.com
51
51
  email:
@@ -70,7 +70,6 @@ files:
70
70
  - app/views/engineyard-theme/_header.html.haml
71
71
  - app/views/shared/_global_nav.html.erb
72
72
  - app/views/shared/_tracking.html.erb
73
- - dump.rdb
74
73
  - engineyard-theme.gemspec
75
74
  - lib/engineyard-theme.rb
76
75
  - lib/generators/engineyard_theme_generator.rb
@@ -104,7 +103,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
104
103
  version: '0'
105
104
  segments:
106
105
  - 0
107
- hash: 3594841433391408434
106
+ hash: -1275031819457949864
108
107
  required_rubygems_version: !ruby/object:Gem::Requirement
109
108
  none: false
110
109
  requirements:
data/dump.rdb DELETED
Binary file