activeadmin_selectize 0.1.6 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore DELETED
@@ -1,3 +0,0 @@
1
- _misc/
2
-
3
- *.orig
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec
4
-
@@ -1,20 +0,0 @@
1
- lib = File.expand_path('../lib', __FILE__)
2
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require 'activeadmin/selectize/version'
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = 'activeadmin_selectize'
7
- spec.version = ActiveAdmin::Selectize::VERSION
8
- spec.summary = 'Selectize for ActiveAdmin'
9
- spec.description = 'An Active Admin plugin to use Selectize.js (jQuery required)'
10
- spec.license = 'MIT'
11
- spec.authors = ['Mattia Roccoberton']
12
- spec.email = 'mat@blocknot.es'
13
- spec.homepage = 'https://github.com/blocknotes/activeadmin_selectize'
14
-
15
- spec.files = `git ls-files -z`.split("\x0")
16
- spec.require_paths = ['lib']
17
-
18
- spec.add_runtime_dependency 'activeadmin', '~> 1.0'
19
- # spec.add_runtime_dependency 'jquery-rails'
20
- end
@@ -1,9 +0,0 @@
1
- @import 'activeadmin/selectize/selectize'
2
-
3
- .selectize-control
4
- .selectize-input
5
- width: calc(80% - 22px)
6
- &.multi .selectize-input, .selectize-input
7
- padding: 0 5px
8
- &.has-items
9
- padding: 0 5px