active_admin_theme 1.0.3 → 1.1.0

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
- SHA1:
3
- metadata.gz: b6c55cc890fe3a503cde0113d59762b9ed2c7df4
4
- data.tar.gz: 382e4ba4e4ab1fe8596c93eb5fb0bfb1149c717a
2
+ SHA256:
3
+ metadata.gz: f1554e1ef0f5ccba5352cb003fd7994576b74d57842264334b95218c7a4b71de
4
+ data.tar.gz: fb73cadf1b2d61f8ffe112f57b96135026b89a99862e1c74a3d31b7e0655b06f
5
5
  SHA512:
6
- metadata.gz: 1d1f1416eee7f2521c8382f0f6dc35afbea32bd24b171266ac1699db4155cd9da05233cbd86e0b500842d7c2a363f62caafe71c5ff25a177b7fd8433b5065339
7
- data.tar.gz: 7ec1d6d42b874c96e6240d1457ad7937eefb784af7927a6b4ef62f0e48d87483d90e24d232754039fd056bdaf43789a05e1b34f3228d16a239b8c7b9ed1c2ed3
6
+ metadata.gz: 0cfd4751aeeffdc8ce28ef162fcf89093028006c05e378d1e13ce906bd7ea169a0aa9991edb27b23dc80473f849ba07a12f1d28f04bd0dfeceb8f93deaa92ee4
7
+ data.tar.gz: de94a931412c675200296e4720c8f3abd1579f001a1cefeb252574d4fafcd79a594c7e8cc6eb3bda92b1c9e0b37d621a1cddea1c5100182e05987bbccac3ba24
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 Igor Fedoronchuk
1
+ Copyright (c) 2014-2018 Igor Fedoronchuk
2
2
 
3
3
  MIT License
4
4
 
@@ -15,38 +15,38 @@ body.active_admin {
15
15
  }
16
16
  #wrapper {
17
17
  div.tabs {
18
- > ul > li > a {
19
- background-image: none;
20
- box-shadow: none;
21
- text-shadow: none;
22
- box-shadow: none;
23
- margin-bottom: 11px;
24
- border: none;
25
- background-color: $skinMainSecondColor;
26
- color: #ffffff;
27
- margin-right: 5px;
28
- padding: 10px 20px;
18
+ > ul > li > a {
19
+ background-image: none;
20
+ box-shadow: none;
21
+ text-shadow: none;
22
+ box-shadow: none;
23
+ margin-bottom: 11px;
24
+ border: none;
25
+ background-color: $skinMainSecondColor;
26
+ color: #ffffff;
27
+ margin-right: 5px;
28
+ padding: 10px 20px;
29
29
 
30
- -webkit-border-top-left-radius: $skinBorderRadius;
31
- -webkit-border-top-right-radius: $skinBorderRadius;
32
- -moz-border-radius-topleft: $skinBorderRadius;
33
- -moz-border-radius-topright: $skinBorderRadius;
34
- border-top-left-radius: $skinBorderRadius;
35
- border-top-right-radius: $skinBorderRadius;
30
+ -webkit-border-top-left-radius: $skinBorderRadius;
31
+ -webkit-border-top-right-radius: $skinBorderRadius;
32
+ -moz-border-radius-topleft: $skinBorderRadius;
33
+ -moz-border-radius-topright: $skinBorderRadius;
34
+ border-top-left-radius: $skinBorderRadius;
35
+ border-top-right-radius: $skinBorderRadius;
36
36
 
37
- -webkit-border-bottom-left-radius: 0px;
38
- -moz-border-radius-bottomleft: 0px;
39
- border-bottom-left-radius: 0px;
37
+ -webkit-border-bottom-left-radius: 0;
38
+ -moz-border-radius-bottomleft: 0;
39
+ border-bottom-left-radius: 0;
40
40
 
41
- -webkit-border-bottom-right-radius: 0px;
42
- -moz-border-radius-bottomright: 0px;
43
- border-bottom-right-radius: 0px;
41
+ -webkit-border-bottom-right-radius: 0;
42
+ -moz-border-radius-bottomright: 0;
43
+ border-bottom-right-radius: 0;
44
44
  }
45
45
  ul > li.ui-state-active > a {
46
- background-color: #ffffff;
47
- border: 1px solid $skinBorderWindowColor;
48
- border-bottom: 0px;
49
- color: $skinMainSecondColor;
46
+ background-color: #ffffff;
47
+ border: 1px solid $skinBorderWindowColor;
48
+ border-bottom: 0;
49
+ color: $skinMainSecondColor;
50
50
  }
51
51
  div.tab-content {
52
52
  background-color: #ffffff;
@@ -155,12 +155,12 @@ body.active_admin {
155
155
  border-color: $skinMainFirstColor transparent;
156
156
  }
157
157
  ul.dropdown_menu_list {
158
- box-shadow:none;
158
+ box-shadow: none;
159
159
  li {
160
160
  a {
161
161
  background-color: #ffffff;
162
162
  color: $skinMainFirstColor;
163
- border-radius: 0px;
163
+ border-radius: 0;
164
164
  &:hover {
165
165
  background-color: $skinMainSecondColor;
166
166
  color: #ffffff;
@@ -226,12 +226,12 @@ body.active_admin {
226
226
  border-color: $skinMainFirstColor transparent;
227
227
  }
228
228
  ul.dropdown_menu_list {
229
- box-shadow:none;
229
+ box-shadow: none;
230
230
  li {
231
231
  a {
232
232
  background-color: #ffffff;
233
233
  color: $skinMainFirstColor;
234
- border-radius: 0px;
234
+ border-radius: 0;
235
235
  &:hover {
236
236
  background-color: $skinMainSecondColor;
237
237
  color: #ffffff;
@@ -265,13 +265,13 @@ body.active_admin {
265
265
  border-color: $skinMainFirstColor transparent;
266
266
  }
267
267
  ul.dropdown_menu_list {
268
- box-shadow:none;
268
+ box-shadow: none;
269
269
  li {
270
270
  a {
271
271
  background-color: #ffffff;
272
272
  box-shadow: none;
273
273
  color: $skinMainFirstColor;
274
- border-radius: 0px;
274
+ border-radius: 0;
275
275
  text-shadow: none;
276
276
  &:hover {
277
277
  background-color: $skinMainSecondColor;
@@ -298,7 +298,7 @@ body.active_admin {
298
298
  }
299
299
  }
300
300
  }
301
- ul.scopes {
301
+ ul.scopes, div.scopes > ul {
302
302
  li {
303
303
  a {
304
304
  background-image: none;
@@ -497,7 +497,7 @@ form fieldset.inputs {
497
497
  div.ui-datepicker-header {
498
498
  background-image: none;
499
499
  background-color: $skinMainSecondColor;
500
- border-bottom:none;
500
+ border-bottom: none;
501
501
  div.ui-datepicker-title {
502
502
  span {
503
503
  background-image: none;
@@ -553,6 +553,7 @@ form fieldset.inputs {
553
553
  color: #ffffff;
554
554
  border: none;
555
555
  padding: 8px 15px;
556
+ margin-top: 0;
556
557
  font-weight: 400;
557
558
 
558
559
  -webkit-border-top-left-radius: $skinBorderRadius;
@@ -753,21 +754,21 @@ form.filter_form .filter_form_field.filter_date_range .seperator {
753
754
  }
754
755
 
755
756
  //filter select box border radius
756
- .filter_form_field select{
757
+ .filter_form_field select {
757
758
  border-radius: 3px;
758
759
  }
759
760
 
760
761
  //radio button color change
761
762
  input[type='radio'] {
762
763
  &:before {
763
- content:'';
764
- display:block;
765
- width:50%;
766
- height:50%;
767
- margin: 20% auto;
768
- border-radius:50%;
764
+ content: '';
765
+ display: block;
766
+ width: 50%;
767
+ height: 50%;
768
+ margin: 20% auto;
769
+ border-radius: 50%;
769
770
  }
770
- &:checked:before{
771
+ &:checked:before {
771
772
  background: $skinMainSecondColor;
772
773
  }
773
774
  }
@@ -1,3 +1,3 @@
1
1
  module ActiveAdminTheme
2
- VERSION = "1.0.3"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_admin_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Fedoronchuk
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-11-19 00:00:00.000000000 Z
12
+ date: 2019-06-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -75,10 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubyforge_project:
79
- rubygems_version: 2.5.0
78
+ rubygems_version: 3.0.3
80
79
  signing_key:
81
80
  specification_version: 4
82
81
  summary: Flat design for ActiveAdmin
83
82
  test_files: []
84
- has_rdoc: