diff --git a/jquery/databap.js b/jquery/databap.js index c1afefa..d274a4f 100644 --- a/jquery/databap.js +++ b/jquery/databap.js @@ -585,8 +585,8 @@ function Databap() else { for(iRankId in asItems) self.appendItem(asItems[iRankId], $Container, false); + self.addSuccessIcon(); } - self.addSuccessIcon(); }, {keywords:searchWords}, 'json', @@ -614,16 +614,16 @@ function Databap() //Rank (search) if(typeof asItemInfo.rank != 'undefined') { - $verHtml.find('#description') + $verHtml.find('.glue-right') .append( - $('', {style:'float:right;'}) + $('', {'class':'rank'}) .append($('', {'class':'fa fa-inline fa-c-kpi'})) .append(asItemInfo.rank) ); } //Icon - $verHtml.find('.fa').addClass('fa-c-'+asItemInfo.type); + $verHtml.find('#type_logo').addClass('fa-c-'+asItemInfo.type); //Link var sItemLink = self.getInternalLink(asItemInfo.type, asItemInfo.id_item); diff --git a/masks/item.html b/masks/item.html index a6ddf92..1cda461 100644 --- a/masks/item.html +++ b/masks/item.html @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/style/screen.css b/style/screen.css index d8b1348..48980de 100644 --- a/style/screen.css +++ b/style/screen.css @@ -335,6 +335,11 @@ a[href^="table"].internal_link span.item { font-size:13px; } +.author_box span.rank { + font-weight: bold; + margin-left:10px; +} + .standalone .author_box { margin-top:10px; } diff --git a/todo b/todo index 43b6774..092e159 100644 --- a/todo +++ b/todo @@ -8,7 +8,6 @@ Internal: - put feedback box in title Bug fix: -- [1.0.0] Recherche : conflit entre "rank" et author / date - [1.0.0] Tab dans chat - [1.0.1] Check le document type plutot que l'extension pour les /img - [1.0.1] Resize .gif