Merge pull request #52 from openclassify/onurure

Advs Listing Page User Banner changed ui
This commit is contained in:
Fatih Alp 2019-07-22 00:01:33 +03:00 committed by GitHub
commit 708203bcd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

@ -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;}

View File

@ -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();
}());