mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge pull request #52 from openclassify/onurure
Advs Listing Page User Banner changed ui
This commit is contained in:
commit
708203bcd0
@ -5919,4 +5919,10 @@ input[name="username"] {
|
|||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
border-top: 0 none;
|
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,
|
autoplay:true,
|
||||||
autoplayHoverPause: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