1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Tag styling and admin-ui type='tags' added.

This commit is contained in:
Cameron
2013-03-15 21:50:03 -07:00
parent 3096bd2b6c
commit 196aed907e
4 changed files with 18 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
that.element.parent().prepend(that.element.detach().attr('type', 'hidden'))
that.element
.wrap($('<div class="tags">'))
.wrap($('<div class="tags well well-small">'))
.parent()
.on('click', function () {
that.input.focus()