mobile frolic polish (bug 823984)
This commit is contained in:
Родитель
8b6408207c
Коммит
cd8c513d1d
|
@ -177,16 +177,19 @@
|
|||
background-image: url(../../img/mkt/carriers-sen/expand-toggle.png);
|
||||
}
|
||||
}
|
||||
#filters #filter-sort a.sel {
|
||||
border-top-color: #189cbb;
|
||||
color: #fff;
|
||||
&:before {
|
||||
background: darken(#189cbb, 27%);
|
||||
content: "";
|
||||
display: block;
|
||||
height: 1px;
|
||||
margin-bottom: -1px;
|
||||
width: 100%;
|
||||
#filters #filter-sort a {
|
||||
text-shadow: 0 1px 1px @black;
|
||||
&.sel {
|
||||
border-top-color: #189cbb;
|
||||
color: #189cbb;
|
||||
&:before {
|
||||
background: darken(#189cbb, 27%);
|
||||
content: "";
|
||||
display: block;
|
||||
height: 1px;
|
||||
margin-bottom: -1px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
.sony,
|
||||
.sony #page,
|
||||
.sony.search #page:before,
|
||||
.sony #footer {
|
||||
background-color: #101010;
|
||||
}
|
||||
|
@ -165,6 +164,7 @@
|
|||
&.search {
|
||||
#page {
|
||||
&:before {
|
||||
background: #101010;
|
||||
border-top: 1px solid #393939;
|
||||
border-bottom: 1px solid rgba(255,255,255,.25);
|
||||
top: 100px;
|
||||
|
|
|
@ -29,16 +29,21 @@
|
|||
padding-left: 0;
|
||||
}
|
||||
a {
|
||||
display: block;
|
||||
outline: 0;
|
||||
color: @white;
|
||||
text-shadow: 0 1px 1px rgba(0,0,0,0.6);
|
||||
line-height: 40px;
|
||||
font-size: 14px;
|
||||
border-top: 1px solid transparent; // Preserve spacing.
|
||||
display: block;
|
||||
color: darken(@white, 15%);
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 40px;
|
||||
outline: 0;
|
||||
text-shadow: 0 1px 1px rgba(0,0,0,.6);
|
||||
&:hover {
|
||||
color: @white;
|
||||
text-decoration: none;
|
||||
}
|
||||
&.sel {
|
||||
border-top: 1px solid #00b2ff;
|
||||
color: #00b2ff;
|
||||
border-top: 1px solid #3ec3fc;
|
||||
color: #3ec3fc;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -67,15 +67,15 @@
|
|||
}
|
||||
}
|
||||
.toggles li a, .footer-action .apply {
|
||||
line-height: 40px;
|
||||
border: 1px solid #cdcbcb;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
.gradient-two-color(#f7f7f7, @faint-gray);
|
||||
font-weight: 500;
|
||||
color: @text;
|
||||
.ellipsis();
|
||||
.gradient-two-color(#f7f7f7, @faint-gray);
|
||||
border: 1px solid #cdcbcb;
|
||||
color: @text;
|
||||
display: inline-block;
|
||||
font-weight: 500;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
&.sel, &:active {
|
||||
.gradient-two-color(#328ccc, #2475b3);
|
||||
color: @white;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
{% if product.can_review(amo_user) %}
|
||||
<section class="main" id="review-listing">
|
||||
<p id="add-review">
|
||||
<a href="{{ product.get_ratings_url('add') }}" class="button fat">
|
||||
<a href="{{ product.get_ratings_url('add') }}" class="button">
|
||||
{{ _('Write a review') if not has_review else _('Edit your review') }}
|
||||
</a>
|
||||
</p>
|
||||
|
|
Загрузка…
Ссылка в новой задаче