student list items centered (again)

parent eab3ce73
......@@ -40,7 +40,7 @@
<table id="table_students" class="table table-hover">
<tr ng-repeat="student in students | filter:search_students | orderBy: ['surname', 'name']">
<td>
<div class="thumbnail img_profile_small">
<div class="thumbnail img_profile_small student-list-btn">
<img ng-src="{{student.pic}}" alt="" title="" />
</div>
</td>
......
......@@ -880,7 +880,7 @@ img.profile{
}
.student-list-btn {
margin-top: 10px;
margin-top: 5px;
}
.student-list-text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment