bug #506 fixed

parent 482fc756
...@@ -299,7 +299,7 @@ dashboardControllers.controller('StudentCollectionsCtrl', function StudentCollec ...@@ -299,7 +299,7 @@ dashboardControllers.controller('StudentCollectionsCtrl', function StudentCollec
animation: true, animation: true,
templateUrl: 'modules/student/views/tags.html', templateUrl: 'modules/student/views/tags.html',
controller: 'TagsCtrl', controller: 'TagsCtrl',
size: 'md', size: 'lg',
resolve: { resolve: {
studentPicto: function () { studentPicto: function () {
return studentPicto; return studentPicto;
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
<h4 class="modal-title" id="myModalLabel" translate>picto_labels</h4> <h4 class="modal-title" id="myModalLabel" translate>picto_labels</h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<ul class="list-group"> <ul class="list-group">
<li class="list-group-item"> <li class="list-group-item clearfix">
<form ng-submit="add()"> <form ng-submit="add()">
<div id="add_label" class="input-group"> <div id="add_label" class="input-group">
<span class="input-group-addon glyphicon glyphicon-tag" aria-hidden="true"></span> <span class="input-group-addon glyphicon glyphicon-tag" aria-hidden="true"></span>
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</div> </div>
</form> </form>
</li> </li>
<li class="list-group-item" id="own_labels"> <li class="list-group-item clearfix" id="own_labels">
<p>{{ 'own_labels' | translate }}:</p> <p>{{ 'own_labels' | translate }}:</p>
<div class="label label-info text_sm" ng-repeat="ot in ownTags"> <div class="label label-info text_sm" ng-repeat="ot in ownTags">
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
</div> </div>
</li> </li>
<li class="list-group-item"> <li class="list-group-item clearfix">
<p> {{ 'general_labels' | translate }}:</p> <p> {{ 'general_labels' | translate }}:</p>
<div class="label label-primary text_sm" ng-repeat="t in tags | filter:{ lang: sup.lang }"> <div class="label label-primary text_sm" ng-repeat="t in tags | filter:{ lang: sup.lang }">
<span class="glyphicon glyphicon-tag" aria-hidden="true"></span> {{t.tag}} <span class="glyphicon glyphicon-tag" aria-hidden="true"></span> {{t.tag}}
</div> </div>
...@@ -43,4 +43,4 @@ ...@@ -43,4 +43,4 @@
</div> </div>
<!-- End modal-body --> <!-- End modal-body -->
</div> </div>
\ No newline at end of file
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