activeadmin_blaze_theme 0.2.6 → 0.2.8

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: ca79afa98ee60f65d295f0332fe37fa2010d239a
4
- data.tar.gz: 0e2430e58ccad963ab4025f84dfd890ff8742683
3
+ metadata.gz: 442896ceb7d79b45ec16759cad63e14750d78afa
4
+ data.tar.gz: ce7fa3159356ceb8d420137254be6928e6dc1a48
5
5
  SHA512:
6
- metadata.gz: 8f56fb3e886f08a92bd666c7927671ee6c7abd3db100c98bc873ddaf98565f35d030648491e43b736cad3ea2fccecabd4b86746f9c4b0d903bd7228220fca1bd
7
- data.tar.gz: 35e5b46915bd816bc84ed5b67067225345af103bded2a11b0c78313976e9efedddd237dc595a7e7089688e54051cc8abc6dc56b18c112c0e5a0643af198df67d
6
+ metadata.gz: 1535b6585a9ac644dc3e6731ac69617073255eb9d0a0829facd6b60f33f7298c934a64f7b20c8e3a15008ebe4cc7f547b1694efb450c4eb4434a2e3789ca1b60
7
+ data.tar.gz: 895ab45aea286bea27d572a61683c0751357519c1347a9017cc742e7d7db3f98c470f74eb464b83c6f44febe33b968e9d7dbed9ce4c0689a91827ee4895d22ff
@@ -616,11 +616,12 @@ body.active_admin {
616
616
 
617
617
  // footer
618
618
  #footer {
619
- bottom: 0;
620
- position: absolute;
619
+ // bottom: 0;
620
+ // position: absolute;
621
621
  text-align: center;
622
622
  width: 100%;
623
623
  > p {
624
+ margin: 0;
624
625
  padding: 0;
625
626
  }
626
627
  }
@@ -696,4 +697,8 @@ body.active_admin {
696
697
  overflow: scroll;
697
698
  }
698
699
  }
700
+
701
+ #active_admin_content.without_sidebar #main_content_wrapper #main_content {
702
+ padding: 20px 15px;
703
+ }
699
704
  }
@@ -1,3 +1,3 @@
1
1
  module ActiveAdminBlazeTheme
2
- VERSION = '0.2.6'
2
+ VERSION = '0.2.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_blaze_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattia Roccoberton