mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Advs Listing Page User Banner changed ui
This commit is contained in:
parent
b5a99e666c
commit
8fd9d74e6d
@ -5919,4 +5919,10 @@ input[name="username"] {
|
||||
background-color: inherit;
|
||||
border-top: 0 none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#adv_listing_banner-modal .text-muted,
|
||||
#adv_listing_banner-modal .tag-info, #adv_listing_banner-modal td:nth-child(5), #adv_listing_banner-modal td:nth-child(3), #adv_listing_banner-modal td:nth-child(4), #adv_listing_banner-modal th:nth-child(5), #adv_listing_banner-modal th:nth-child(3), #adv_listing_banner-modal th:nth-child(4),
|
||||
.adv_listing_banner-field .text-muted,
|
||||
.adv_listing_banner-field .tag-info, .adv_listing_banner-field td:nth-child(5), .adv_listing_banner-field td:nth-child(3), .adv_listing_banner-field td:nth-child(4), .adv_listing_banner-field th:nth-child(5), .adv_listing_banner-field th:nth-child(3), .adv_listing_banner-field th:nth-child(4){
|
||||
display: none;}
|
||||
@ -265,7 +265,10 @@ jQuery(function ($) {
|
||||
autoplay:true,
|
||||
autoplayHoverPause:true
|
||||
});
|
||||
|
||||
$('body').on('hidden.bs.modal', '.modal', function () {
|
||||
$(".adv_listing_banner-field .btn-warning").remove();
|
||||
});
|
||||
$(".adv_listing_banner-field .btn-warning").remove();
|
||||
}());
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user