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 +4 -4
- data/README.md +2 -0
- data/app/assets/stylesheets/active_bootstrap_skin.scss +13 -4
- data/lib/active_bootstrap_skin/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c49ac8d87948be38bc6a736efda5493d3902d32c
|
|
4
|
+
data.tar.gz: c469147d2a15e0768e53249da451e0277752b565
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12a7b9fc059ac2ef8f1d14f8ac13228508d70eccf8a8839edb079f9a7dc0fa6e29d4efc6d20c7d263b394fa8c63fd2dc03193a959fb6159abb4d9faab4bc6b44
|
|
7
|
+
data.tar.gz: d8adc5efd9d4a6effc3dd103d0869e120e059e93123ecfc3170ad28be6fd2ce0b84690915f4d32f19aa8c5806fcfd28a7486fcb877a83ccd559ada0ebac92b90
|
data/README.md
CHANGED
|
@@ -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;
|
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.
|
|
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-
|
|
11
|
+
date: 2016-08-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|