make the settings page a little friendlier

This commit is contained in:
Bryan Clark 2010-12-08 15:23:05 -08:00
Родитель 6f99e7d21e
Коммит fc252f7579
2 изменённых файлов: 13 добавлений и 4 удалений

Просмотреть файл

@ -62,12 +62,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>

Просмотреть файл

@ -274,6 +274,11 @@ ul#tabs li.selected {
margin: 20px 0;
}
#config .about {
color: #444;
text-align: center;
}
#config .username {
color: #aaa;
}
@ -331,8 +336,9 @@ ul#tabs li.selected {
width: 720px;
}
#newsFooter .about {
#newsFooter .privacy {
margin: 0 0 0 10px;
color: #444;
}
/*