Bug 741136 - Replace noscript tags for download button with progressive enhancement

This commit is contained in:
Steven Garrity 2012-03-31 20:26:10 -03:00
Родитель e36f0e63db
Коммит 60723c9f4f
3 изменённых файлов: 19 добавлений и 22 удалений

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

@ -1,10 +1,4 @@
<aside id="{{ id }}" class="download-button {% block class %}download-button-large{% endblock %}">
{% block noscript %}
<noscript>
{% include "mozorg/download_button_dumb.html" %}
</noscript>
{% endblock %}
{% block unsupported %}
<div class="unsupported-download">
{% include "mozorg/download_button_dumb.html" %}

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

@ -16,10 +16,6 @@
}
}
.download-button {
width: 300px;
}
ul#benefits {
padding: 4px 0 24px 12px;
margin: 0;
@ -49,12 +45,17 @@ ul#benefits li span {
display: block;
}
.download-button small.download-other {
color: #ffcf72;
a:link,
a:visited {
.download-button {
width: 300px;
small.download-other {
color: #ffcf72;
a:link,
a:visited {
color: #ffcf72;
}
}
.unsupported-download h4 {
color: #fff;
}
}

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

@ -91,10 +91,6 @@
// Product download buttons
.download-button .unsupported-download {
display: none;
}
.download-button {
.inline-block;
ul {
@ -208,11 +204,17 @@ li.os_android,
}
}
.other .download-button .unsupported-download {
display: block;
.download-button .unsupported-download {
display: none;
}
.no-js,
.other {
.download-button .unsupported-download {
display: block;
}
}
.download-button noscript,
.download-button .unsupported-download {
text-align: right;
h4 {