diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index fc467569..b92049b7 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -1,3 +1,6 @@ +/* +*= require bootstrap-tagsinput +*/ @import 'utils/variables__bootstrap'; // pul bootstrap variables override @import 'bootstrap-sprockets'; @@ -6,8 +9,6 @@ @import 'blacklight/blacklight'; -@import 'bootstrap-tagsinput'; - @import 'spotlight/variables_bootstrap'; @import 'bootstrap-sprockets'; @import 'bootstrap'; @@ -203,3 +204,14 @@ body { -webkit-perspective: 800px; -moz-perspective: 800px; -o-perspective: 800p margin-top:-400px; z-index: 1000; } +.edit-tags .twitter-typeahead input { + border: none; + background-color: transparent; + font-size: 14px; + margin: 0; + padding: 0; + min-height: 25px; +} +.bootstrap-tagsinput .tag { + line-height: 2; +}