Merge branch 'develop' of github.com:mozilla/f1 into develop
This commit is contained in:
Коммит
cd75cff9a9
10
auth.html
10
auth.html
|
@ -75,7 +75,14 @@
|
|||
display: block;
|
||||
margin: 0 0 7px 0;
|
||||
}
|
||||
|
||||
|
||||
#oauth .subtext {
|
||||
margin-left: 7px;
|
||||
color: #666666;
|
||||
font-family: "Lucida Grande", Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.controls {
|
||||
width: 300px;
|
||||
}
|
||||
|
@ -278,6 +285,7 @@
|
|||
<input class="boxFlex google" type="hidden" name="end_point_auth_failure" value="/auth.html#oauth_failure">
|
||||
<button id='submitbtn' type="submit">submit</button>
|
||||
</div>
|
||||
<span class="subtext">ex: yourappdomain.com</span>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -63,12 +63,15 @@
|
|||
<button class="close done">done</button>
|
||||
</div>
|
||||
|
||||
<div class="panel about" style="text-align: center; color: rgb(68, 68, 68);">
|
||||
<a target="_blank" href="../">Mozilla F1</a> helps you share links with the people that matter
|
||||
</div>
|
||||
|
||||
<div id="newsFooter" class="panel">
|
||||
<div class="hbox">
|
||||
<div class="boxFlex headline invisible"><span class="icon rss"></span> <a id="rssLink" href="#" target="_blank"></a></div>
|
||||
<div class="about">
|
||||
<a href="../service/privacy.html" target="_blank">privacy</a>
|
||||
<a href="../" target="_blank">about</a>
|
||||
<div class="privacy">
|
||||
We care about your <a href="../service/privacy.html" target="_blank">privacy</a>, seriously.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -85,7 +85,7 @@ function (require, $, fn, rdapi, oauth, jig,
|
|||
'yahoo.com': {
|
||||
isNew: showNew,
|
||||
type: 'yahoo',
|
||||
name: 'Yahoo!',
|
||||
name: 'Yahoo! Mail',
|
||||
serviceUrl: 'http://mail.yahoo.com', // XXX yahoo doesn't have ssl enabled mail?
|
||||
revokeUrl: 'https://api.login.yahoo.com/WSLogin/V1/unlink',
|
||||
signOutUrl: 'https://login.yahoo.com/config/login?logout=1'
|
||||
|
|
|
@ -274,6 +274,11 @@ ul#tabs li.selected {
|
|||
margin: 20px 0;
|
||||
}
|
||||
|
||||
#config .about {
|
||||
color: #444;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#config .username {
|
||||
color: #aaa;
|
||||
}
|
||||
|
@ -330,8 +335,9 @@ ul#tabs li.selected {
|
|||
width: 720px;
|
||||
}
|
||||
|
||||
#newsFooter .about {
|
||||
#newsFooter .privacy {
|
||||
margin: 0 0 0 10px;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче