netgen / TagsBundle

Netgen Tags Bundle is an eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Platform kernel.
https://netgen.io
GNU General Public License v2.0
48 stars 44 forks source link

Added missing styling, fixed a bug where the label would break #89

Closed JorgenSolli closed 5 years ago

JorgenSolli commented 5 years ago

If a user does not have the privileges to add tags, the labels would break like shown here image

d0bf2fe should fix that.

Also added missing styling to elements that were styled in my previous PR. Both <button> and <input/> elements with the .button-add-tag class should be properly styled now. Also added missing cursor: pointer to these elements.

JorgenSolli commented 5 years ago

Closed. Will create a new PR from a new branch.