diff --git a/Web/css/help.less b/Web/css/help.less index 769185ef2..480d9dec4 100644 --- a/Web/css/help.less +++ b/Web/css/help.less @@ -4132,23 +4132,35 @@ table.table_portslist { } span.yes, span.no { - width: 10px; + /*width: 10px; height: 10px; display: inline-block; margin: 0 auto; .borderRadius(10px); - vertical-align: middle; + vertical-align: middle;*/ + background-image: url(/images/faq_check_icons.svg); + background-repeat: no-repeat; + content: ''; + display: inline-block; + height: 24px; + margin-top: -4px; + position: relative; + width: 24px; + vertical-align: middle; &.yes { - background-color: @lightGrayTextColor; + /*background-color: @lightGrayTextColor;*/ + background-position: 100% 0; } &.no { - background-color: #dedede; + /*background-color: #dedede;*/ + background-position: -48px 0; } &.new_language:after, &.comsoon:after { - margin: -11px 0 0 17px; + /*margin: -11px 0 0 17px;*/ + margin: 0 0 0 23px; line-height: 1.3em; font-size: 9px; } diff --git a/Web/images/faq_check_icons.svg b/Web/images/faq_check_icons.svg new file mode 100644 index 000000000..6c623d560 --- /dev/null +++ b/Web/images/faq_check_icons.svg @@ -0,0 +1,5 @@ + + + + +