diff --git a/ng2-components/ng2-alfresco-tag/docs/assets/tag1.png b/ng2-components/ng2-alfresco-tag/docs/assets/tag1.png index 697f86a5e7..e6568ebe25 100644 Binary files a/ng2-components/ng2-alfresco-tag/docs/assets/tag1.png and b/ng2-components/ng2-alfresco-tag/docs/assets/tag1.png differ diff --git a/ng2-components/ng2-alfresco-tag/src/components/tag-node-list.component.css b/ng2-components/ng2-alfresco-tag/src/components/tag-node-list.component.css index 51eea7ab8d..b19a3cb29f 100644 --- a/ng2-components/ng2-alfresco-tag/src/components/tag-node-list.component.css +++ b/ng2-components/ng2-alfresco-tag/src/components/tag-node-list.component.css @@ -6,60 +6,3 @@ .tags li { display: inline; } - -.tag-name { - cursor: default; - float:left; - max-height: 22px; - max-width: 100px; - background-color: #8EC44B; - -webkit-border-radius: 4px 0px 0px 4px; - -moz-border-radius: 4px 0px 0px 4px; - border-radius: 4px 0px 0px 4px; - position: relative; - color: #fff; - display: inline-block; - text-decoration: none; - font-family: arial, helvetica, sans-serif; - font-size: 14px; - zoom: 1; - line-height: 22px; - padding: 0 0px 0 10px; - margin: 4px 0px 4px 8px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -.tag-delete { - cursor: pointer; - float:left; - max-height: 22px; - max-width: 30px; - background-color: #8EC44B; - -webkit-border-radius: 0px 4px 4px 0px; - -moz-border-radius: 0px 4px 4px 0px; - border-radius: 0px 4px 4px 0px; - position: relative; - color: #fff; - display: inline-block; - text-decoration: none; - font-family: arial, helvetica, sans-serif; - font-size: 14px; - zoom: 1; - line-height: 22px; - padding: 0 4px 0 6px; - margin: 4px 4px 4px 0px; - white-space: nowrap; - overflow: hidden; -} - - -.tag-delete:hover{ - color: lightgray; -} - - -.delete-icon{ - font-size: 22px!important; -} diff --git a/ng2-components/ng2-alfresco-tag/src/components/tag-node-list.component.html b/ng2-components/ng2-alfresco-tag/src/components/tag-node-list.component.html index 127fba1c97..2633f7c20a 100644 --- a/ng2-components/ng2-alfresco-tag/src/components/tag-node-list.component.html +++ b/ng2-components/ng2-alfresco-tag/src/components/tag-node-list.component.html @@ -1,8 +1,13 @@