active_bootstrap_skin 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 359cc07d65f7374b505b041b4bb4110ae0af1cdc
4
- data.tar.gz: e9fef4a9d758eeafb04bba32ce234ec7e245c998
3
+ metadata.gz: c49ac8d87948be38bc6a736efda5493d3902d32c
4
+ data.tar.gz: c469147d2a15e0768e53249da451e0277752b565
5
5
  SHA512:
6
- metadata.gz: 045ca6cb6e04a538a3c912b2058651f07c28200cda9c55046ad4e564d6c0e5f5dd3cafb5e4285aa75ed0087fef910aeb459a60490ac15e22f99396c998170808
7
- data.tar.gz: 95f7415dde1061edbfc77c219a40e370031da8233f3d47a6dbf414611278005a6b4163a6cd6875bcc2b56afb6ca694926b74f9b990629a05712ee4d6e9a20ba1
6
+ metadata.gz: 12a7b9fc059ac2ef8f1d14f8ac13228508d70eccf8a8839edb079f9a7dc0fa6e29d4efc6d20c7d263b394fa8c63fd2dc03193a959fb6159abb4d9faab4bc6b44
7
+ data.tar.gz: d8adc5efd9d4a6effc3dd103d0869e120e059e93123ecfc3170ad28be6fd2ce0b84690915f4d32f19aa8c5806fcfd28a7486fcb877a83ccd559ada0ebac92b90
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # ActiveBootstrapSkin
2
2
 
3
+ [![Codewake](https://www.codewake.com/badges/ask_question_flat_square.svg)](https://www.codewake.com/p/active-bootstrap-skin)
4
+
3
5
  Bootstrap skin for Active Admin.
4
6
 
5
7
  ## Installation
@@ -4,10 +4,6 @@
4
4
  @extend .container-fluid;
5
5
  padding-left: 0px;
6
6
  padding-right: 0px;
7
- div {
8
- padding-left: 5px;
9
- padding-right: 5px;
10
- }
11
7
  }
12
8
 
13
9
  .flash {
@@ -179,6 +175,19 @@
179
175
  }
180
176
  }
181
177
 
178
+ ul.scopes {
179
+ li.scope {
180
+ display: inline-block;
181
+ list-style-type: none;
182
+ margin-bottom: 4px;
183
+ }
184
+ li.scope a{ @extend .btn; @extend .btn-default; }
185
+ li.scope.selected a { @extend .btn-primary; }
186
+ }
187
+
188
+
189
+
190
+
182
191
  #ui-datepicker-div {
183
192
  background: white;
184
193
  padding: 5px;
@@ -1,3 +1,3 @@
1
1
  module ActiveBootstrapSkin
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_bootstrap_skin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vinh Nguyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-17 00:00:00.000000000 Z
11
+ date: 2016-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler