active_admin_theme 1.1.3 → 1.1.4
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec31976cbdf4f20ee07f9827db94a40d42023a0581933461fb7976e75f760502
|
4
|
+
data.tar.gz: af024287164f0e34afc878063dfa44bb2f7835ff948be29bd0f8c5db9d41af22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
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:
|
738
|
+
padding: 9px 20px 9px 20px;
|
739
739
|
border-color: #E4E4E4;
|
740
740
|
&:hover {
|
741
741
|
background-image: none!important;
|
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.
|
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:
|
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
|
-
|
79
|
-
|
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: []
|