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 +4 -4
- data/MIT-LICENSE +0 -0
- data/README.md +35 -1
- data/Rakefile +0 -0
- data/app/assets/stylesheets/responsive_active_admin/_blank_slates.scss +0 -0
- data/app/assets/stylesheets/responsive_active_admin/_columns.scss +0 -0
- data/app/assets/stylesheets/responsive_active_admin/_footer.scss +0 -0
- data/app/assets/stylesheets/responsive_active_admin/_forms.scss +7 -1
- data/app/assets/stylesheets/responsive_active_admin/_header.scss +0 -0
- data/app/assets/stylesheets/responsive_active_admin/_logged_out.scss +0 -0
- data/app/assets/stylesheets/responsive_active_admin/_main_structure.scss +0 -0
- data/app/assets/stylesheets/responsive_active_admin/_pagination.scss +0 -0
- data/app/assets/stylesheets/responsive_active_admin/_responsive.scss +0 -0
- data/app/assets/stylesheets/responsive_active_admin/_tables.scss +0 -0
- data/app/assets/stylesheets/responsive_active_admin/_title_bar.scss +0 -0
- data/app/assets/stylesheets/responsive_active_admin.scss +0 -0
- data/app/views/layouts/active_admin_logged_out.html.erb +0 -0
- data/lib/responsive_active_admin/active_admin/views/pages/base.rb +0 -0
- data/lib/responsive_active_admin/engine.rb +0 -0
- data/lib/responsive_active_admin/version.rb +1 -1
- data/lib/responsive_active_admin.rb +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e36e9406b2ea84270cd03e43c33c055c668c9c9
|
|
4
|
+
data.tar.gz: 744547e5a7e7f59b422536531ed4d8039c5f2d13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
+

|
|
40
|
+
|
|
41
|
+
Menu:
|
|
42
|
+
|
|
43
|
+

|
|
44
|
+
|
|
45
|
+
Dashboard / Show Page:
|
|
46
|
+
|
|
47
|
+

|
|
48
|
+
|
|
49
|
+
Index Page:
|
|
50
|
+
|
|
51
|
+

|
|
52
|
+
|
|
53
|
+
Form:
|
|
54
|
+
|
|
55
|
+

|
data/Rakefile
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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
|
+
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-
|
|
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.
|
|
74
|
+
rubygems_version: 2.4.6
|
|
75
75
|
signing_key:
|
|
76
76
|
specification_version: 4
|
|
77
77
|
summary: Responsive styles for ActiveAdmin
|