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

Commit

Permalink
Fix the "BrowserID is graduating" banner for mobile.
Browse files Browse the repository at this point in the history
issue #1179
  • Loading branch information
Shane Tomlinson committed Feb 24, 2012
1 parent d1a6b01 commit b40442b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion resources/static/css/m.css
Expand Up @@ -99,7 +99,7 @@
padding: 0 10px;
font-size: 16px;
line-height: 21px;
margin: 122px 0 122px;
margin: 0 0 90px; /* Add a bottom margin so the footer is never overlapped. */
}

#signUp p {
Expand Down Expand Up @@ -231,4 +231,8 @@
float: right;
}

#newsbanner {
margin: 115px 0 28px 0; /* put a margin-top on so that it does not go under the header */

}
}
2 changes: 1 addition & 1 deletion resources/static/css/style.css
Expand Up @@ -809,14 +809,14 @@ footer {
}

#newsbanner {
margin-top: 60px; /* put a margin-top on so that it does not go under the header */
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;
Expand Down

0 comments on commit b40442b

Please sign in to comment.