activeadmin_blaze_theme 0.5.10 → 0.5.12
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73fc33ccf09574a6c2c3d114af1053c2bf647fd8
|
|
4
|
+
data.tar.gz: a7b9add8bcd86c17753b27fc36140a8afc7a9bf2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbe1af9c9e94b19c6ba986aba5286d963edf9a2538a31fc1e963e73e5458761f5faa68afcceb03c629400a4b554f69a09f22594a677893dbafb7b4f2cd3d61d4
|
|
7
|
+
data.tar.gz: b92bfa95a242677afcbd188b32ddd1aee2da2255033f10c4a31367a9710ec54f9f01c4314122aa84d1b5b03a3ec975a0d2b8973da5c2b67bd821ccd92b32bc25
|
data/.gitignore
CHANGED
|
@@ -577,6 +577,9 @@ body.active_admin {
|
|
|
577
577
|
.sidebar_section {
|
|
578
578
|
margin-bottom: 20px;
|
|
579
579
|
}
|
|
580
|
+
.filter_form .selectize-control > .selectize-input {
|
|
581
|
+
width: 100%;
|
|
582
|
+
}
|
|
580
583
|
}
|
|
581
584
|
#active_admin_content > #sidebar, #active_admin_content > #main_content_wrapper {
|
|
582
585
|
float: none;
|
|
@@ -812,6 +815,9 @@ body.active_admin {
|
|
|
812
815
|
}
|
|
813
816
|
|
|
814
817
|
// misc
|
|
818
|
+
a.member_link {
|
|
819
|
+
text-decoration: none;
|
|
820
|
+
}
|
|
815
821
|
.download_links > a {
|
|
816
822
|
@extend .c-button;
|
|
817
823
|
@extend .c-button--info;
|
|
@@ -837,11 +843,22 @@ body.active_admin {
|
|
|
837
843
|
}
|
|
838
844
|
}
|
|
839
845
|
}
|
|
846
|
+
|
|
840
847
|
// textarea comments
|
|
841
848
|
#active_admin_comment_body {
|
|
842
849
|
width: 100%;
|
|
843
850
|
}
|
|
844
851
|
|
|
852
|
+
// comments
|
|
853
|
+
.comments {
|
|
854
|
+
.actions {
|
|
855
|
+
padding: 0;
|
|
856
|
+
}
|
|
857
|
+
.pagination_information {
|
|
858
|
+
float: none;
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
|
|
845
862
|
// boolean values
|
|
846
863
|
.status_tag {
|
|
847
864
|
min-width: 30px;
|
|
@@ -968,10 +985,7 @@ body.active_admin {
|
|
|
968
985
|
// width: calc(80% - 22px);
|
|
969
986
|
}
|
|
970
987
|
.no_rounded {
|
|
971
|
-
|
|
972
|
-
border-radius: 0;
|
|
973
|
-
}
|
|
974
|
-
.action_items span.action_item > a {
|
|
988
|
+
*, .action_items span.action_item > a, .panel {
|
|
975
989
|
border-radius: 0;
|
|
976
990
|
}
|
|
977
991
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activeadmin_blaze_theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mattia Roccoberton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activeadmin
|
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
version: '0'
|
|
133
133
|
requirements: []
|
|
134
134
|
rubyforge_project:
|
|
135
|
-
rubygems_version: 2.6.
|
|
135
|
+
rubygems_version: 2.6.14
|
|
136
136
|
signing_key:
|
|
137
137
|
specification_version: 4
|
|
138
138
|
summary: ActiveAdmin Blaze Theme
|