Skip to content
Snippets Groups Projects
Commit cfb04bee authored by Anton's avatar Anton
Browse files

css

parent 9d6d3284
Branches
Tags
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</td> </td>
<td rowspan='2' class='common_cell'> <td rowspan='2' class='common_cell'>
{% set UKDcontent = "<div class='show_ukd_btn'>УКД</div>" %} {% set UKDcontent = "<div class='show_ukd_btn'>УКД</div>" %}
{{ HTML.anchor('map/'~discipline.ID, UKDcontent, {'title': 'Просмотр и редактирование учебной карты дисциплины'})|raw }} {{ HTML.anchor('map/structure/'~discipline.ID, UKDcontent, {'title': 'Просмотр и редактирование учебной карты дисциплины'})|raw }}
</td> </td>
</tr> </tr>
{% else %} {% else %}
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
{% endif %} {% endif %}
</div> </div>
{% else %} {% else %}
<div class="empty" style="width: 100%;"><p class="notification">Структура отсутствует</p></div> <div class="empty"><p class="notification">Структура отсутствует</p></div>
{% endfor %} {% endfor %}
</div> </div>
<div class="addModule">Добавить модуль</div> <div class="addModule">Добавить модуль</div>
......
...@@ -91,12 +91,16 @@ ...@@ -91,12 +91,16 @@
/* ===> Шапка "таблицы" учебной карты */ /* ===> Шапка "таблицы" учебной карты */
.studyMap { .studyMap {
background: #f1f1f1;
padding: 6px 15px; padding: 6px 15px;
margin-top: 5px; margin-top: 5px;
font-size: 14px; font-size: 14px;
color: #0183ce; color: #333;
}
.empty { /* Когда нет структуры сообщение */
width: 100%;
margin: 50px 0;
} }
/* Div, в котором модуль и его мероприятия */ /* Div, в котором модуль и его мероприятия */
.moduleGroup { .moduleGroup {
margin: 5px 0 15px 0 margin: 5px 0 15px 0
......
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