Skip to content
Snippets Groups Projects
Commit 051dddff authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

style TOS/privacy links

parent cae3d8ea
No related branches found
No related tags found
No related merge requests found
......@@ -59,12 +59,24 @@ span.sitename, span.email {
position: fixed;
left: 0;
bottom: 0;
height: 60px;
height: 70px;
width: 100%;
border-top: 2px solid rgb(218, 230, 237);
background-color: rgb(244, 247, 251);
}
#terms {
margin: 0;
padding: 0;
border: 0;
position: fixed;
left: 0;
bottom: 0;
height: 20px;
width: 100%;
background-color: rgb(244, 247, 251);
font-size: .7em;
}
#bottom-bar button {
height: 25px;
......@@ -104,7 +116,7 @@ div.actions > div.action a {
div.actions {
position: fixed;
bottom: 68px;
bottom: 78px;
font-size: .8em;
margin-left: 79px;
}
......@@ -138,7 +150,7 @@ button.disabled {
position: fixed;
top: 40px;
right: 0;
bottom: 60px;
bottom: 80px;
left: 0;
margin: auto;
text-align: center;
......
......@@ -9,6 +9,6 @@
</div>
<div id="terms">
BrowserID is a <a target="_blank" href="http://mozillalabs.org">Mozilla Labs</a> service.<br />
BrowserID is a <a target="_blank" href="http://mozillalabs.org">Mozilla Labs</a> service.
See our <a target="_blank" href="https://browserid.org/tos">terms</a> and <a target="_blank" href="https://browserid.org/privacy">privacy policy</a>, or <a target="_blank" href="https://browserid.org/users">learn more</a>.
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment