add border-radius on the last visible flying add-on
This commit is contained in:
Родитель
2dcac00e77
Коммит
aa2dce59ad
|
@ -525,7 +525,7 @@ section#featured-addons {
|
||||||
margin: 0 -10px;
|
margin: 0 -10px;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
#sub li.show {
|
#promo-video-addons li.show {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
border-top: 1px solid #cdd4de;
|
border-top: 1px solid #cdd4de;
|
||||||
}
|
}
|
||||||
|
@ -533,7 +533,7 @@ section#featured-addons {
|
||||||
border-bottom-color: #666;
|
border-bottom-color: #666;
|
||||||
}
|
}
|
||||||
#sub li:last-child {
|
#sub li:last-child {
|
||||||
border-bottom-width: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sub .featured li,
|
#sub .featured li,
|
||||||
|
@ -609,7 +609,9 @@ section#featured-addons {
|
||||||
}
|
}
|
||||||
|
|
||||||
#sub .featured li:last-child a,
|
#sub .featured li:last-child a,
|
||||||
.featured .featured-personas ul li:last-child a span.addon-title {
|
.featured .featured-personas ul li:last-child a span.addon-title,
|
||||||
|
#promo-video-addons .show.last a,
|
||||||
|
#promo-video-addons .show.last a span.addon-title {
|
||||||
border-radius: 0 0 8px 8px;
|
border-radius: 0 0 8px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -357,6 +357,9 @@ $(function() {
|
||||||
onStart: function() {
|
onStart: function() {
|
||||||
$video_details.hide();
|
$video_details.hide();
|
||||||
addon.addClass('show');
|
addon.addClass('show');
|
||||||
|
$addons.removeClass('last');
|
||||||
|
// So we can do a nice border-radius on the last visible.
|
||||||
|
$addons.filter(':visible:last').addClass('last');
|
||||||
},
|
},
|
||||||
onEnd: function() {
|
onEnd: function() {
|
||||||
addon.removeClass('show');
|
addon.removeClass('show');
|
||||||
|
|
Загрузка…
Ссылка в новой задаче