activeadmin_blaze_theme 0.5.10 → 0.5.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa1de97041044637a3e24fea4ac61167c870434e
4
- data.tar.gz: d9c1e1f5cb721ffe01c16ea03c430850ff291112
3
+ metadata.gz: 73fc33ccf09574a6c2c3d114af1053c2bf647fd8
4
+ data.tar.gz: a7b9add8bcd86c17753b27fc36140a8afc7a9bf2
5
5
  SHA512:
6
- metadata.gz: 4447c70f9fc8809097846043ba61bd7ab0067fa4dec79c2eb711f706907bb378a7160a14d9cc63fd959e2362a90cb778d09a3201ad2e1aa50744fbb81b8c7821
7
- data.tar.gz: b34d944eb66ec81e0bce72d70948d7ec58d4ebad7a22495dca3bbde21e9d6b622a9e2e17d2c96ac9f3d311c811358ec92f222dc69aa762c38d623a8e7f8f1e1a
6
+ metadata.gz: fbe1af9c9e94b19c6ba986aba5286d963edf9a2538a31fc1e963e73e5458761f5faa68afcceb03c629400a4b554f69a09f22594a677893dbafb7b4f2cd3d61d4
7
+ data.tar.gz: b92bfa95a242677afcbd188b32ddd1aee2da2255033f10c4a31367a9710ec54f9f01c4314122aa84d1b5b03a3ec975a0d2b8973da5c2b67bd821ccd92b32bc25
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  _misc/
2
-
2
+ Gemfile.lock
3
3
  *.orig
4
+
@@ -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
  }
@@ -1,3 +1,3 @@
1
1
  module ActiveAdminBlazeTheme
2
- VERSION = '0.5.10'
2
+ VERSION = '0.5.12'
3
3
  end
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.10
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: 2017-10-23 00:00:00.000000000 Z
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.13
135
+ rubygems_version: 2.6.14
136
136
  signing_key:
137
137
  specification_version: 4
138
138
  summary: ActiveAdmin Blaze Theme