/**
 * @author Michael
 */
function prepare_layout_news_list(){
    $('.feed-icon').attr('style','position: absolute; top:3px; right:0px;width:20px;height:20px;z-index:1000;');
}

$(document).ready(function() {
    prepare_layout_news_list()
});
