diff --git a/src/js/widgets/list_of_things/templates/item-template.html b/src/js/widgets/list_of_things/templates/item-template.html index 9e2b1df88..feb2744a3 100644 --- a/src/js/widgets/list_of_things/templates/item-template.html +++ b/src/js/widgets/list_of_things/templates/item-template.html @@ -42,9 +42,11 @@ {{else}} - - +
+ + +
{{/if}} @@ -66,10 +68,12 @@ {{else}} - - - +
+ + +
+ {{/if}} @@ -85,16 +89,17 @@ {{else}} - - - - +
+ + + +
{{/if}} diff --git a/src/styles/sass/ads-sass/results-list.scss b/src/styles/sass/ads-sass/results-list.scss index f775defb6..063a60c97 100644 --- a/src/styles/sass/ads-sass/results-list.scss +++ b/src/styles/sass/ads-sass/results-list.scss @@ -1,8 +1,6 @@ // results list css - - //icons for links .s-icon-draw-attention { @@ -22,9 +20,9 @@ position: absolute; top: 18px; @extend .s-ads-card; - padding: 8px 10px; + padding: 14px; z-index: $z-index-4; - margin-left: -8%; + margin-left: -30%; min-width: 160px; font-weight:normal; }