diff --git a/webadmin/src/js/index.js b/webadmin/src/js/index.js index d39fcb27c..2a844256e 100644 --- a/webadmin/src/js/index.js +++ b/webadmin/src/js/index.js @@ -326,7 +326,7 @@ app.directive('tagInput', function () { }, link: function ($scope, element, attrs) { $scope.defaultWidth = 200; - $scope.tagText = ''; + $scope.tagText = ''; // current tag being edited $scope.placeholder = attrs.placeholder; $scope.tagArray = function () { if ($scope.inputTags === undefined) { @@ -387,12 +387,12 @@ app.directive('tagInput', function () { }); }, template: - '
' + + '
' + '
' + '{{tag}}' + '
×
' + '
' + - '' + + '' + '
' }; }); diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 6a0bda6d4..0ae381868 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -1060,14 +1060,7 @@ $graphs-success-alt: lighten(#27CE65, 20%); // ---------------------------- // https://codepen.io/webmatze/pen/isuHh -.tag-input-ctn { - border: 1px solid #ccc; - padding: 2px 3px; - display: inline-block; - width: 500px; - border-radius: 3px; - box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075); - +.tag-input-container { input { display: inline-block; float: left; @@ -1077,7 +1070,7 @@ $graphs-success-alt: lighten(#27CE65, 20%); line-height: 18px; color: black; border: 0px; - margin: 2px; + margin: 1px; &:focus { outline: 0; box-shadow: 0px; diff --git a/webadmin/src/views/users.html b/webadmin/src/views/users.html index 7c8fce426..0307d57ba 100644 --- a/webadmin/src/views/users.html +++ b/webadmin/src/views/users.html @@ -122,7 +122,7 @@
- +