active_admin_theme 1.1.3 → 1.1.4

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
  SHA256:
3
- metadata.gz: 4c5a58d63fd6978092a2957cad443be4806288e30154cc626009ee285c72b458
4
- data.tar.gz: 57f471d7737f34cc81375e0771eb2dbbae8fe065a3cfb7421c075d0629828a97
3
+ metadata.gz: ec31976cbdf4f20ee07f9827db94a40d42023a0581933461fb7976e75f760502
4
+ data.tar.gz: af024287164f0e34afc878063dfa44bb2f7835ff948be29bd0f8c5db9d41af22
5
5
  SHA512:
6
- metadata.gz: c1197188c6109e85510afcdd65e84e8f17a5bc052ac4c787ba4692b674783ca21a409664137bfebdfc1eb36965ac7b5b110b3b6c3683d6553d9c94639f10f946
7
- data.tar.gz: 1379505a2afdf784c104006f2b230f9c7b7fecd07d4c13b7f55bcb5c136861037017987db63860b7e18b8d6b5a829ca3a5b625ea2870e0608595e0a9a3c38dc6
6
+ metadata.gz: a61c3d78bd118172f63355da1cfdf00033d5acd8b53b4f94ad835bb349e683a68acebae3daa95bcdd8d451aea2f27e9cd7ce486c57954f05ae5a05757f126cc3
7
+ data.tar.gz: 5b18fdcb6679185cc33b7e52ad60640ccc51cafd99ba633b564f3349ce1cb7c372935e73cd917e2eef032e240e5892fb7a9987945581cdcf65c0c9ca76838a9f
@@ -440,7 +440,7 @@ form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a, form.filte
440
440
  text-shadow: none;
441
441
  background-color: #ffffff;
442
442
  @include rounded($skinBorderRadius);
443
- padding: 10px 20px;
443
+ padding: 9px 20px 9px 20px;
444
444
  border-color: #E4E4E4;
445
445
  &:hover {
446
446
  background-image: none!important;
@@ -695,7 +695,7 @@ form fieldset > ol > li fieldset ol li {
695
695
  display: block;
696
696
  margin-bottom: 5px;
697
697
  }
698
- input[type="text"], input[type="datepicker"], textarea {
698
+ input[type="text"], input[type="number"], input[type="datepicker"], textarea {
699
699
  padding: 8px 10px 7px;
700
700
  border: 1px solid #e6e9ee;
701
701
  background-color: #fdfefe;
@@ -735,7 +735,7 @@ form fieldset > ol > li fieldset ol li {
735
735
  box-shadow: none;
736
736
  background-color: #ffffff;
737
737
  @include rounded($skinBorderRadius);
738
- padding: 10px 20px;
738
+ padding: 9px 20px 9px 20px;
739
739
  border-color: #E4E4E4;
740
740
  &:hover {
741
741
  background-image: none!important;
@@ -1,3 +1,3 @@
1
1
  module ActiveAdminTheme
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_admin_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Fedoronchuk
8
8
  - Alex Sikorskiy
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-07-20 00:00:00.000000000 Z
12
+ date: 2021-02-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -60,7 +60,7 @@ homepage: https://github.com/didww/active_admin_theme
60
60
  licenses:
61
61
  - MIT
62
62
  metadata: {}
63
- post_install_message:
63
+ post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
66
66
  - lib
@@ -75,8 +75,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.0.3
79
- signing_key:
78
+ rubyforge_project:
79
+ rubygems_version: 2.7.6.2
80
+ signing_key:
80
81
  specification_version: 4
81
82
  summary: Flat design for ActiveAdmin
82
83
  test_files: []