Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
added banner to announce new brand
Browse files Browse the repository at this point in the history
  • Loading branch information
benadida authored and lloyd committed Feb 22, 2012
1 parent 4612fd9 commit 5f02103
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions resources/static/css/style.css
Expand Up @@ -808,3 +808,18 @@ footer {
bottom: 0;
}

#newsbanner {
background-color: #faca33;
line-height: 32px;
border-radius: 4px;
margin-bottom: 20px;
text-align: center;
color: #626160;
text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
height: 32px;
-webkit-transition: all 500ms;
-moz-transition: all 500ms;
-ms-transition: all 500ms;
-o-transition: all 500ms;
transition: all 500ms;
}
4 changes: 4 additions & 0 deletions resources/views/index.ejs
Expand Up @@ -52,6 +52,10 @@
</div>

<div id="vAlign" class="display_nonauth">
<div id="newsbanner">
BrowserID is graduating: we're launching <b>Mozilla Persona</b>. Find out more on <a href="http://identity.mozilla.com/">the identity blog</a>.
</div>

<div id="signUp">
<div id="card"><img src="/i/slit.png"></div>
<div id="hint"></div>
Expand Down

0 comments on commit 5f02103

Please sign in to comment.