From e3ce8b11e075d6c549428fad43dc19c675506643 Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Sun, 5 Jul 2015 16:12:51 -0300 Subject: [PATCH] Tags improvements: edit tag, delete tag, disclaimer about commas separation, auto-refresh tags when new ones are added/removed and implementing tag badges --- .gitignore | 1 + ConfJuvApp/scss/_login.scss | 4 ++++ ConfJuvApp/www/html/_create_tag.html | 3 ++- ConfJuvApp/www/html/_proposal.html | 5 ++++- ConfJuvApp/www/html/_proposal_list.html | 3 ++- ConfJuvApp/www/html/_signup_person_fields.html | 2 +- ConfJuvApp/www/js/controllers.js | 7 ++----- 7 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index e514b05..88fddf6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.swo *.swp ConfJuvApp/www/js/config.js +node_modules diff --git a/ConfJuvApp/scss/_login.scss b/ConfJuvApp/scss/_login.scss index b1cd62d..03ef55b 100644 --- a/ConfJuvApp/scss/_login.scss +++ b/ConfJuvApp/scss/_login.scss @@ -81,6 +81,10 @@ &:focus { border-bottom: 2px solid $purple; } + + &.ckbox { + border-bottom: 0; + } } } } diff --git a/ConfJuvApp/www/html/_create_tag.html b/ConfJuvApp/www/html/_create_tag.html index 319bee9..5fbfdeb 100644 --- a/ConfJuvApp/www/html/_create_tag.html +++ b/ConfJuvApp/www/html/_create_tag.html @@ -1,12 +1,13 @@
diff --git a/ConfJuvApp/www/html/_signup_person_fields.html b/ConfJuvApp/www/html/_signup_person_fields.html index dfef142..fbfd94b 100644 --- a/ConfJuvApp/www/html/_signup_person_fields.html +++ b/ConfJuvApp/www/html/_signup_person_fields.html @@ -16,7 +16,7 @@