Skip to content

Commit

Permalink
Add fork link.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Apr 13, 2014
1 parent d8ea11d commit 3153ca5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ html, body { height: 100%; overflow: hidden; }
/* This is the mostly decorative header. */
header.main { height: 40px; padding: 0 13px; background: #e1563f url('../img/navigation_background_x2.png') center top repeat-x; background-size: 320px 40px; border-bottom: 1px solid #aa412f; box-shadow: rgba(0,0,0,0.3) 0 0 2px; }
header.main {
h1 { float: left; margin: 0; font-size: 26px; line-height: 40px; font-family: $font-family; font-weight: normal; color: $color; text-shadow: rgba(0,0,0,0.3) 0px 1px 0px; }
h1 { float: left; margin: 0 13px 0 0; font-size: 26px; line-height: 40px; font-family: $font-family; font-weight: normal; color: $color; text-shadow: rgba(0,0,0,0.3) 0px 1px 0px; }

.buttons { float: right; }
button { display: inline-block; height: 26px; line-height: 26px; margin: 7px 0; padding: 0 .5em; background-color: rgba(0,0,0,.17); border: 1px solid #a93926; border-radius: 4px; box-shadow: inset rgba(255,255,255,0.17) 0 1px 1px; font-family: $font-family; font-size: 13px; color: $color; text-shadow: rgba(0,0,0,0.3) 0px 1px 0px; }
button:hover { background-color: rgba(0,0,0,.3); }
button + button { margin-left: 6.5px; }
a.button, button { display: inline-block; height: 26px; line-height: 26px; margin: 7px 0; padding: 0 .5em; background-color: rgba(0,0,0,.17); border: 1px solid #a93926; border-radius: 4px; box-shadow: inset rgba(255,255,255,0.17) 0 1px 1px; font-family: $font-family; font-size: 13px; color: $color; text-shadow: rgba(0,0,0,0.3) 0px 1px 0px; text-decoration: none; }
a.button:hover, button:hover { background-color: rgba(0,0,0,.3); }
a.button + a.button, button + button { margin-left: 6.5px; }

a.button img, button img { vertical-align: text-bottom; }
}

/* Each pane */
Expand Down
1 change: 1 addition & 0 deletions app/templates/application.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<header class="main">
<h1>ember-flows</h1>
<a class="button" href="https://github.com/nathanhammond/ember-flows-generator"><img src="img/fork.svg" height="16px" alt="Fork Me on GitHub" /></a>
<div class="buttons"><button>IMPORT</button><button>EXPORT</button></div>
</header>
<main>
Expand Down
3 changes: 3 additions & 0 deletions public/img/fork.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3153ca5

Please sign in to comment.