responsive_active_admin 0.0.4 → 0.0.5

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: f6c26d0f308681c22f4421970fc5257c6d330fe6
4
- data.tar.gz: 8e98a83e87787271ae5dc094dda115e0bc6e1a56
3
+ metadata.gz: 9e36e9406b2ea84270cd03e43c33c055c668c9c9
4
+ data.tar.gz: 744547e5a7e7f59b422536531ed4d8039c5f2d13
5
5
  SHA512:
6
- metadata.gz: eb271384a8e88800a4f1fdbc2fd63b4e626c8109e5136e3a197230d89f57a364807d9ad3f29b4f17be064fc83dff696681172b4134beb02ffbdd8f5d6cc2653a
7
- data.tar.gz: c3f32b6af8e863608fd324f28bc35ad9cdf62879a642ca1857dfa4eb890bdbcd3cde91ca5d843537364c630b38e4b1e12967b0ab9c920d6f8b3f3995d449b904
6
+ metadata.gz: b1cce06acc0767e16a02dc9c70deca40bd857f58658634b63df2fdddede5167161804f1f70339461fafc2df89e6f35f917491cd542e67e681c61c0f4ceef4ab6
7
+ data.tar.gz: d2d2fc78d1c9821017b7d8627af1d16f9cdaeda81e7569d86146136204030f789e3807dd01153e4c8112f3846e8d79ca6b6f0d30164ffe978affffebabe31b0a
data/MIT-LICENSE CHANGED
File without changes
data/README.md CHANGED
@@ -3,6 +3,8 @@ Responsive ActiveAdmin
3
3
 
4
4
  Responsive design for ActiveAdmin.
5
5
 
6
+ Released under the MIT-LICENSE.
7
+
6
8
  Installation
7
9
  ------------
8
10
 
@@ -18,4 +20,36 @@ In `app/assets/stylesheets/active_admin.css.scss`
18
20
  @import "responsive_active_admin"
19
21
  ```
20
22
 
21
- Released under the MIT-LICENSE.
23
+ Contributing
24
+ ------------
25
+
26
+ 1. Fork
27
+ 2. New Branch
28
+ 3. Code
29
+ 4. Open PR. As this library is only for style changes, please include screenshots (I'd rather not have to clone your repo)
30
+ 5. Rejoice.
31
+
32
+ Screenshots
33
+ -----------
34
+
35
+ The following were taken on my Nexus 5, of the [SparkSeat](https://www.sparkseat.com) activeadmin interface.
36
+
37
+ The login page:
38
+
39
+ ![login](screenshots/login.png)
40
+
41
+ Menu:
42
+
43
+ ![menu](screenshots/menu.png)
44
+
45
+ Dashboard / Show Page:
46
+
47
+ ![dashboard](screenshots/dashboard.png)
48
+
49
+ Index Page:
50
+
51
+ ![index](screenshots/index.png)
52
+
53
+ Form:
54
+
55
+ ![form](screenshots/form.png)
data/Rakefile CHANGED
File without changes
@@ -28,10 +28,16 @@ form {
28
28
 
29
29
  &:not(.has_many_fields) ol {
30
30
  @include responsive {
31
- width: 80%;
31
+ padding-left: 0;
32
32
  }
33
33
  }
34
34
  }
35
+
36
+ p.inline-hints {
37
+ @include responsive {
38
+ margin-left: 0;
39
+ }
40
+ }
35
41
  }
36
42
 
37
43
  /* Text Fields */
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module ResponsiveActiveAdmin
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: responsive_active_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hayden Ball
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-10 00:00:00.000000000 Z
11
+ date: 2015-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  version: '0'
72
72
  requirements: []
73
73
  rubyforge_project:
74
- rubygems_version: 2.4.5
74
+ rubygems_version: 2.4.6
75
75
  signing_key:
76
76
  specification_version: 4
77
77
  summary: Responsive styles for ActiveAdmin