added feedback link and powered through some button issues
This commit is contained in:
Родитель
0ab8a249d8
Коммит
acfc47f13d
|
@ -72,8 +72,8 @@
|
|||
<button id="firefox" class="download">
|
||||
Get Firefox 4 beta to use <br>this add-on
|
||||
</button>
|
||||
<a id="no36" href="#info36">Firefox 3.6 is no longer supported.</a>
|
||||
<div id="noButton">
|
||||
<a id="no36" href="#info36">*Firefox 3.6 is no longer supported</a>
|
||||
<div id="noButtonFF4">
|
||||
<img src="/dev/i/check.png"> status: installed
|
||||
</div>
|
||||
</div>
|
||||
|
@ -112,7 +112,7 @@
|
|||
<img src="/i/panel/f1accounts.png">
|
||||
</div>
|
||||
<div class="c1 description">
|
||||
<h3>Share with your favourite services</h3>
|
||||
<h2>Share with your<br> favourite services</h2>
|
||||
With support for Facebook, Twitter, Gmail, Google Apps, Yahoo Mail and LinkedIn, we have your favourite services covered—and we're adding more services with every release.
|
||||
</div>
|
||||
</div>
|
||||
|
@ -136,7 +136,7 @@
|
|||
</div>
|
||||
<div id="info36" class="row">
|
||||
<div class="c3">
|
||||
<strong>Firefox 3.6 support</strong>: F1 uses some advanced technology
|
||||
<strong>*Firefox 3.6 support</strong>: F1 uses some advanced technology
|
||||
and UI capabilities that are not possible in Firefox 3.6 and earlier.
|
||||
If you installed the previous version of F1 that works with Firefox 3.6,
|
||||
it will continue to work while Firefox 4 is in beta. Once Firefox 4 is
|
||||
|
|
|
@ -78,11 +78,6 @@ function (require, $, hashDispatch) {
|
|||
evt.preventDefault();
|
||||
});
|
||||
|
||||
$(window)
|
||||
.bind('load resize', function () {
|
||||
var h = $('button.download').height();
|
||||
$('button.download').css({ 'margin-top' : (-h / 2) });
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
</div>
|
||||
|
||||
<div class="panel about" style="text-align: center; color: rgb(68, 68, 68);padding-bottom:20px;">
|
||||
<a target="_blank" href="/">Mozilla F1</a>, share links with the people that matter to you.
|
||||
<strong>Feedback?</strong> We'd love to <a href="http://feedback.mozillalabs.com/forums/68185-messaging-add-ons">hear from you</a>
|
||||
</div>
|
||||
|
||||
<div id="newsFooter" class="panel">
|
||||
|
|
|
@ -186,6 +186,7 @@ h1 {
|
|||
#header.row .logo {
|
||||
background-image: url("i/f1Logo.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 -9px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -113,12 +113,12 @@ hr {
|
|||
#header.row .c1,
|
||||
#header.row .c2 {
|
||||
height: 90px;
|
||||
line-height: 90px;
|
||||
}
|
||||
|
||||
#header.row .logo {
|
||||
background-image: url("i/f1Logo.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 -9px;
|
||||
}
|
||||
|
||||
#header.row button.download {
|
||||
|
@ -130,8 +130,6 @@ hr {
|
|||
border: 1px solid #004607;
|
||||
padding: 5px 0;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
|
@ -172,13 +170,10 @@ hr {
|
|||
|
||||
#header.row #no36 {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
left: 25px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#header.row #noButton {
|
||||
#header.row #noButtonFF4 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче