formadmin 0.1.5 → 0.1.6

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: e9a082cb7b13fd08410d80c6f1a6ed6f1b52cd26
4
- data.tar.gz: 26cc4b0fe15f65d4ed23e4002ccb9c767b69e33d
3
+ metadata.gz: d4bc960cccefece40138861241e964b1a8b18533
4
+ data.tar.gz: e060a1d57c130d6d6948358ddd317d429cc44b9c
5
5
  SHA512:
6
- metadata.gz: 018c0d20aab744b31169aee9e0f804a55ef8ce689577e11e20cebb3009b77d26704aaa4dd8805b506ed50e85581e83847d1d1c25ae7143e89f48c4a863b04450
7
- data.tar.gz: 4c872b2383c844727fd4b5a2dadcb99a89f7fb726a11740a89b7f12588733c0cf9d3d9ba1df18707791ec96447c6eb7051a1e2e17255c4e07ed00f8d2c6a27d3
6
+ metadata.gz: 4320c2658d952a99d871d3cdfbeed77c79f09a7f8ce8b0d037fa0d1d262651231348886e020162a9e22f455461feefe4d88ef5fc3d0cd203ce1f4e289f85fd76
7
+ data.tar.gz: 49e8e2995d1e3b76abf3affa3c1e5d693ebab1d2e93442850069843af536d53556ccfb37d74e94337d3e6ca340021540816577f0d3da42f3f8980f1a507f50cb
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Modern and responsive theme for Active Admin used by Formaweb.
4
4
 
5
+ ![Formadmin](formadmin.png)
6
+
5
7
  ## Installation
6
8
 
7
9
  Please make sure that you are using Active Admin from their Github repo:
@@ -39,6 +41,6 @@ Instead loading defaults...
39
41
  @import 'formadmin/formadmin';
40
42
  ```
41
43
 
42
- ## Screenshots
44
+ ## Video
43
45
 
44
- +![Formadmin](formadmin.gif)
46
+ ![Formadmin](formadmin.gif)
@@ -10,7 +10,20 @@ table.index_grid td {
10
10
  margin-bottom: 10px;
11
11
  padding: 0;
12
12
 
13
+ img {
14
+ max-width: 100%;
15
+ }
16
+
13
17
  .column {
14
18
  float: left;
15
19
  }
16
20
  }
21
+
22
+ // Medias
23
+ @media #{$largest-phone-screen} {
24
+ .columns .column {
25
+ float: none;
26
+ margin-right: 0 !important;
27
+ width: 100% !important;
28
+ }
29
+ }
@@ -196,6 +196,8 @@
196
196
 
197
197
  #tabs {
198
198
  background-color: rgba($primary-color, 0.95);
199
+ max-height: calc(100vh - 85px);
200
+ overflow: auto;
199
201
  top: 90px;
200
202
 
201
203
  li {
@@ -1,3 +1,3 @@
1
1
  module Formadmin
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caio Tarifa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-29 00:00:00.000000000 Z
11
+ date: 2017-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  requirements: []
98
98
  rubyforge_project:
99
- rubygems_version: 2.6.4
99
+ rubygems_version: 2.5.1
100
100
  signing_key:
101
101
  specification_version: 4
102
102
  summary: Modern theme for Active Admin used by Formaweb.