Skip to content
Snippets Groups Projects
Commit 20953e68 authored by pimka's avatar pimka
Browse files

Search button & group info style

parent bd06bed4
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@
<h2 class="BlueTitle">Еще студенты</h2>
{% for group in GroupsAttached %}
<div class="GroupContainerAttached" id="{{ group.GroupID }}">
<div class="groupInfo">к. {{ group.GradeNum }}<br>г. {{ group.GroupNum }}</div>
<div class="groupInfo"><div class = "groupInfoAlone">{{ group.GradeNum }}.{{ group.GroupNum }}</div></div>
{% for student in group.students %}
{{ idx.outputStudent(student) }}
{% endfor %}
......@@ -79,6 +79,7 @@
{% endfor %}
</select>
<input tupe="text" class="InputStudentName default_input_text" placeholder="Фамилия Имя Отчество" value="">
<button class="searchBtn default_BlueButton">Поиск</button>
</div>
<div class="SearchResult"></div>
</div>
......
......@@ -429,6 +429,22 @@
text-align: center;
}
.groupInfoAlone {
height: 18px;
width: 35px;
text-align: center;
margin-top: 5px;
float: right;
background-color: #ffffff;
border-radius: 3px 0 0 3px;
font: 12pt sans-serif;
color: #0183ce;
}
.searchBtn {
display: inline-block;
}
.StudentsList .Student {
float: right;
width: 880px;
......@@ -517,10 +533,11 @@
margin-right: 1%;
}
.SearchStudents .SearchSettings .InputStudentName {
display: inline-block;
clear: both;
margin: 0 1%;
margin-top: 10px;
width: 98%;
width: 88%;
}
/* Прикрипление преподавателей */
......
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