Commit 501a30d0d8d1ea136dec1fc661f16e471347ca8d
1 parent
e68a35c5
Exists in
master
and in
5 other branches
bug fixing courses's view front end
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
courses/templates/course/view.html
... | ... | @@ -52,10 +52,10 @@ |
52 | 52 | <div class="panel panel-info"> |
53 | 53 | <div class="panel-heading headingOne"> |
54 | 54 | <div class="row"> |
55 | - <div class="col-xs-8 col-md-10 titleTopic"> | |
55 | + <div class="col-xs-8 col-md-9 titleTopic"> | |
56 | 56 | <h4>{{course}}</h4> |
57 | 57 | </div> |
58 | - <div class="col-xs-4 col-md-2" id="divMoreActions"> | |
58 | + <div class="col-xs-4 col-md-3" id="divMoreActions"> | |
59 | 59 | <div class="btn-group"> |
60 | 60 | <button type="button" class="btn btn-default btn-sm eye" data-toggle="tooltip" data-placement="bottom" title="Visible"> |
61 | 61 | <i class="fa fa-eye fa-2x" aria-hidden="true"></i> |
... | ... | @@ -190,12 +190,12 @@ |
190 | 190 | <div class="panel panel-info"> |
191 | 191 | <div class="panel-heading headingTwo ui-sortable-handle" role="tab"> |
192 | 192 | <div class="row"> |
193 | - <div class="col-xs-9 col-md-10 titleTopic"> | |
193 | + <div class="col-xs-9 col-md-9 titleTopic"> | |
194 | 194 | <a role="button" data-toggle="collapse" data-parent="#accordion" href=".collapseTwo" aria-expanded="true" aria-controls="collapseTwo"> |
195 | - <h4>{{subject.name}}</h4> | |
195 | + <h4 style="color:white">{{subject.name}}</h4> | |
196 | 196 | </a> |
197 | 197 | </div> |
198 | - <div class="col-xs-3 col-md-2" id="divMoreActions"> | |
198 | + <div class="col-xs-3 col-md-3" id="divMoreActions"> | |
199 | 199 | <div class="btn-group"> |
200 | 200 | <button type="button" class="btn btn-default btn-sm eye" data-toggle="tooltip" data-placement="bottom" title="Visible"> |
201 | 201 | <i class="fa fa-eye fa-2x" aria-hidden="true"></i> | ... | ... |