Revision 5f8e4296 src/sunstone/public/app/utils/custom-tags-table/row.hbs
src/sunstone/public/app/utils/custom-tags-table/row.hbs | ||
---|---|---|
28 | 28 |
<tfoot> |
29 | 29 |
<tr> |
30 | 30 |
<td colspan="3"> |
31 |
<a type="button" class="change_to_vector_attribute button small small-12 secondary radius"> |
|
31 |
<a type="button" style="border-radius: 20px; background-color:#2E9CB9" class="change_to_vector_attribute button small small-12 secondary radius">
|
|
32 | 32 |
<i class="fa fa-plus"></i> |
33 | 33 |
</a> |
34 | 34 |
</td> |
... | ... | |
36 | 36 |
</tfoot> |
37 | 37 |
</table> |
38 | 38 |
</td> |
39 |
<td style="display: flex; justify-content: flex-start">
|
|
39 |
<td style="width: 150%; display: flex; justify-content: flex-end">
|
|
40 | 40 |
<a href="#"><i class="fa fa-times-circle remove-tab"></i></a> |
41 | 41 |
</td> |
42 | 42 |
</tr> |
Also available in: Unified diff