Skip to content
Snippets Groups Projects
Commit b33e9a5c authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Removing the "need help?" SUMO link from the dialog and adding it to the main site.

issue #533
parent ef0336d9
No related branches found
No related tags found
No related merge requests found
......@@ -830,34 +830,34 @@ a.forgot {
}
#header {
header {
position: absolute;
top: 0;
font-weight: bold;
}
#header ul {
header ul {
display: inline-block;
}
#header ul.nav {
header ul.nav {
float: right;
}
#header ul li {
header ul li {
display: inline-block;
float: left;
}
#header ul.nav li {
header ul.nav li {
margin: 0 0 0 10px;
}
#header a {
header a {
color: #222;
}
#header a.home {
header a.home {
width: 80px;
height: 21px;
background-image: url('/i/icon.png');
......@@ -866,7 +866,7 @@ a.forgot {
background-repeat: no-repeat;
}
#header a.signIn, #header a.signOut {
header a.signIn, header a.signOut {
background-color: rgba(0,0,0,0.1);
padding: 4px 8px;
......@@ -876,7 +876,7 @@ a.forgot {
border-radius: 3px;
}
#header a.signIn:hover, #header a.signOut:hover {
header a.signIn:hover, header a.signOut:hover {
background-color: rgba(0,0,0,0.25);
text-decoration: none;
}
......@@ -889,26 +889,31 @@ a.forgot {
display: inline;
}
#header,
#footer {
header,
footer {
display: block;
width: 100%;
padding: 20px 0;
}
#footer ul li {
display: inline-block;
float: left;
margin: 0 10px 0 0;
}
#footer {
footer {
position: absolute;
bottom: 0;
color: #aaa;
}
#footer a {
footer a {
color: #aaa;
}
footer ul li {
display: inline-block;
float: left;
margin: 0 10px 0 0;
}
footer ul li.help {
float: right;
}
......@@ -40,7 +40,6 @@
BrowserID is the fast and secure way to sign in &mdash; <a target="_blank" href="/about">learn more</a>
</div>
<a class="help" href="https://support.mozilla.com/en-US/kb/what-browserid-and-how-does-it-work" target="_blank">need help?</a>
</footer>
</div>
......
......@@ -76,7 +76,7 @@
<li>&mdash;</li>
<li><a href="/privacy">Privacy</a></li>
<li><a href="/tos">TOS</a></li>
<!--<li>Copyright © 2011 Mozilla. All rights reserved</li>-->
<li class="help"><a href="https://support.mozilla.com/en-US/kb/what-browserid-and-how-does-it-work" target="_blank">Need Help?</a></li>
</ul>
</footer>
......
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