This commit is contained in:
Davor Spasovski 2012-08-30 13:27:23 -07:00
Родитель dbc4344ae5
Коммит 79fade7c93
3 изменённых файлов: 12 добавлений и 5 удалений

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

@ -35,17 +35,16 @@
}
#welcome {
min-height: 210px;
padding-top: 25px;
position: relative;
&:before {
background: url(../../img/mkt/crate.png) 57% 100% no-repeat;
.background-size(auto 100%);
background: url(../../img/mkt/crate.png) 100% 0 no-repeat;
.background-size(auto 60%);
content: "";
display: block;
float: right;
height: 233px;
position: absolute;
top: 60px;
top: 50px;
width: 100%;
}
> div {
@ -109,6 +108,12 @@
}
}
}
#page .login #welcome {
padding: 25px 0;
}
.notification-box.error {
background-color: @white;
}
@media (max-width: @10col) {
.login #welcome:before {
@ -182,6 +187,7 @@
#welcome {
min-height: 230px;
// margin: 0 10px;
padding: 0 15px;
&:before {
content: none;
}

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

@ -198,7 +198,7 @@ body .loading-fragment {
@media (min-width: @7col) {
#site-footer {
border-top: 1px solid rgba(255,255,255,.5);
border-top: 1px solid rgba(0,0,0,.3);
display: block;
padding: 15px 0 30px;
.account {

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

@ -5,6 +5,7 @@
{% block bodyclass %}login {{ super() }}{% endblock %}
{% block content %}
<h1 id="top">{{ _('Firefox Marketplace') }}</h1>
{% set dst = request.GET.get('to') %}
{% if dst and dst not in (url('ecosystem.landing'), url('mkt.developers.apps')) %}
<section class="notification-box error full">