face_of_active_admin 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 56d344859c2edf36901fab22af3442e6cbf42ce5
4
- data.tar.gz: 93f04a463e4b04443e6e79e2ca0eddac35077cfc
3
+ metadata.gz: d3192c273399af74c4357c5072523497b9277900
4
+ data.tar.gz: 93f95492c65fb0ee0a5c86afc515f86a82c6cb7f
5
5
  SHA512:
6
- metadata.gz: 7272273c107842fb981c0177b652ad8bef1f21d40923d41eb74978a9cdf6e95419b06b3879d6900ba873664b63630be2bda581266ea8c0681c562f0f93e422ad
7
- data.tar.gz: 64f096a7cd9c1b166d91600fa887b070a24d942e5a1e8aa9446db521911a03c4e5665ae69f2cad7a6ef1aad5a5ab5adb3c8214d87b088f205b9379b487f8085c
6
+ metadata.gz: a5e4ce3c24876543cd7c2b66de136dab20c30e1645127504194da550d3aae8e6154924c4cdc844bb787bd39e90fbc3ace15a49425e108def070ad87888a81843
7
+ data.tar.gz: 19afaacab720f503245ca8dd0eb6840e8e5b6560a2052f30f9119f5e90b38d03595003873e25083e7a079398c693eb103fdbc1e0fac5dcf50da7a294495dddd1
File without changes
@@ -151,6 +151,9 @@
151
151
  /* Hover on li, display the ul */
152
152
  &:hover ul {
153
153
  display: block;
154
+ opacity: 1;
155
+ z-index: 1010;
156
+ transition: opacity, z-index;
154
157
  }
155
158
 
156
159
  /* Drop down menus */
@@ -169,13 +172,20 @@
169
172
  max-width: calc(100% + 20px);
170
173
  margin-top: 5px;
171
174
  float: left;
172
- display: none;
173
- padding: 3px 0px 5px 0;
175
+
176
+ //display: none;
177
+ opacity: 0;
178
+ padding: 3px 3px 5px 3px;
174
179
  list-style: none;
175
- z-index: 1010;
180
+ z-index: 1;
181
+ transform: translateZ(0);
182
+ transform: translateY(25%);
183
+ transition: opacity 1s ease 0s, z-index 0s linear 1s;
176
184
 
177
185
  li {
178
186
  margin: 0px;
187
+ padding-top: 2px;
188
+ padding-bottom: 2px;
179
189
 
180
190
  a {
181
191
  color: $header-dropdown-menu-text-color;
@@ -11,7 +11,7 @@ $skinHeaderTextColor: #FFFFFF !default;
11
11
  $skinFontFamily: "Source Sans Pro", Helvetica, Arial, sans-serif !default;
12
12
  $panelHeaderBck: darken($skinHeaderBck, 10%) !default;
13
13
  $panelHeaderTextColor: #FFFFFF !default;
14
- $skinLogo: url("face_of_active_admin/logo.jpg") no-repeat 0 0 !default;
14
+ $skinLogo: image-url("face_of_active_admin/logo.jpg") no-repeat 0 0 !default;
15
15
  $skinLogoWidth: auto !default;
16
16
 
17
17
  // Low priority settings
@@ -37,7 +37,7 @@ $table-header-color: lighten($skinHeaderBck, 70%) !default;
37
37
  $default-font: "Helvetica Neue" !default;
38
38
  $text-color: #323537 !default;
39
39
  $link-color: #38678b !default;
40
- $header-dropdown-menu-text-color: #cdcdcd !default;
40
+ $header-dropdown-menu-text-color: #323537 !default;
41
41
  $section-header-text-color: $primary-color !default;
42
42
  $page-header-text-color: #cdcdcd !default;
43
43
  $form-label-color: $section-header-text-color !default;
@@ -1,3 +1,3 @@
1
1
  module FaceOfActiveAdmin
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: face_of_active_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kvokka, Isaac Norman, Wojtek Krysiak, Patryk Zabielski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-09 00:00:00.000000000 Z
11
+ date: 2016-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails