Источник и стили

remotes/origin/HEAD
Alexander Kondratyev 9 years ago
parent 4c5a8c09bc
commit 15867af5fa
  1. 11
      trademark/static/trademark/less/result.less
  2. 2
      trademark/templates/trademark/trademark_detail.html

@ -74,8 +74,10 @@
} }
.trademark-search-result-title { .trademark-search-result-title {
line-height: 100px; height: 100px;
display: block; display: table-cell;
vertical-align: middle;
font-size: 20px; font-size: 20px;
color: #000; color: #000;
font-weight: bold; font-weight: bold;
@ -92,8 +94,9 @@
} }
.trademark-search-result-title { .trademark-search-result-title {
line-height: 60px; height: 60px;
display: block; display: table-cell;
vertical-align: middle;
font-size: 18px; font-size: 18px;
color: #000; color: #000;
font-weight: bold; font-weight: bold;

@ -62,7 +62,7 @@
{% include 'trademark/nice_block_busy.html' with keyword=tm.title nice_busy=tm.nices.all products_busy=products_busy %} {% include 'trademark/nice_block_busy.html' with keyword=tm.title nice_busy=tm.nices.all products_busy=products_busy %}
{% if tm.source_url %} {% if tm.source_url %}
<h4>Источник: Федеральная Cлужба по Интеллектуальной Собственности</h4> <h4>Источник: {% if 'wipo' in tm.source_url %}Ромарин — международная база товарных знаков{% else %}Федеральная Cлужба по Интеллектуальной Собственности{% endif %}</h4>
<small><a href="{{ tm.source_url }}" target="blank">{{ tm.source_url }}</a></small> <small><a href="{{ tm.source_url }}" target="blank">{{ tm.source_url }}</a></small>
{% endif %} {% endif %}

Loading…
Cancel
Save