Skip to content
Snippets Groups Projects
Commit 2dd4fd02 authored by Anton Bagliy's avatar Anton Bagliy
Browse files

CHG: color manual link in footer and support dlg

parent fd248f1f
Branches
No related merge requests found
......@@ -294,6 +294,16 @@ input[type="checkbox"] {
color: @ColorDarkGrey;
}
}
.attentionFooter {
text-align: center;
color: @ColorGrey;
a {
color: @ColorActive;
}
a:hover {
color: @ColorRedBase;
}
}
}
.main {
......
<div class="footer">
<div class="altFooter">
{{ HTML.anchor('instructions.pdf', 'Руководство пользователя Сервиса БРС (.pdf)', {'title': 'Открыть руководство', 'target': 'blank'})|raw }} |
<span class = "attentionFooter">
{{ HTML.anchor('instructions.pdf', 'Руководство пользователя Сервиса БРС (.pdf)', {'title': 'Открыть руководство', 'target': 'blank', 'class': 'attentionFooter'})|raw }} |
</span>
{{ HTML.anchor('order248.pdf', 'Положение о порядке применения БРС (.pdf)', {'target': 'blank'})|raw }} |
{#{{ HTML.anchor('restapi', 'REST API', {'target': 'blank'})|raw }} |#}
{{ HTML.anchor('faq', 'ЧаВо (часто задаваемые вопросы)', {'target': 'blank'})|raw }}
......
......@@ -2,7 +2,8 @@
Служба поддержки||600px||10%||
<div id="errDialog">
<div class="dialogTopText">
<p>Обратите внимание на <b><a href="https://grade.sfedu.ru/faq" >ЧаВо</a></b> (часто задаваемые вопросы).</p>
<p>Обратите внимание на <b><a style="color:#d9534f" href="https://grade.sfedu.ru/instructions.pdf" >руководство пользователя</a></b> и
<b><a href="https://grade.sfedu.ru/faq" >ЧаВо</a></b> (часто задаваемые вопросы).</p>
<hr>
<p>
С помощью данной формы можно отправить разработчикам предложение по улучшению работы сервиса или сообщение об ошибке.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment