student list items centered (again)

parent eab3ce73
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<table id="table_students" class="table table-hover"> <table id="table_students" class="table table-hover">
<tr ng-repeat="student in students | filter:search_students | orderBy: ['surname', 'name']"> <tr ng-repeat="student in students | filter:search_students | orderBy: ['surname', 'name']">
<td> <td>
<div class="thumbnail img_profile_small"> <div class="thumbnail img_profile_small student-list-btn">
<img ng-src="{{student.pic}}" alt="" title="" /> <img ng-src="{{student.pic}}" alt="" title="" />
</div> </div>
</td> </td>
......
...@@ -880,7 +880,7 @@ img.profile{ ...@@ -880,7 +880,7 @@ img.profile{
} }
.student-list-btn { .student-list-btn {
margin-top: 10px; margin-top: 5px;
} }
.student-list-text { .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