parent
2ef105dd8c
commit
0baaacb0a6
2 changed files with 12 additions and 1 deletions
|
@ -9,4 +9,15 @@
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag-operations-dialog .delete-tag-list {
|
||||||
|
margin: 4px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag-operations-dialog .delete-tag-list li {
|
||||||
|
list-style: none;
|
||||||
|
display: inline-block;
|
||||||
|
margin: 4px;
|
||||||
}
|
}
|
|
@ -79,7 +79,7 @@
|
||||||
dialog-title="Delete Tags"
|
dialog-title="Delete Tags"
|
||||||
dialog-action-title="Delete Tags">
|
dialog-action-title="Delete Tags">
|
||||||
Are you sure you want to delete the following tags:
|
Are you sure you want to delete the following tags:
|
||||||
<ul>
|
<ul class="delete-tag-list">
|
||||||
<li ng-repeat="tag_info in deleteMultipleTagsInfo.tags">
|
<li ng-repeat="tag_info in deleteMultipleTagsInfo.tags">
|
||||||
<span class="label label-default tag">{{ tag_info.name }}</span>
|
<span class="label label-default tag">{{ tag_info.name }}</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
Reference in a new issue