face_of_active_admin 0.0.1 → 0.0.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3192c273399af74c4357c5072523497b9277900
|
4
|
+
data.tar.gz: 93f95492c65fb0ee0a5c86afc515f86a82c6cb7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
173
|
-
|
175
|
+
|
176
|
+
//display: none;
|
177
|
+
opacity: 0;
|
178
|
+
padding: 3px 3px 5px 3px;
|
174
179
|
list-style: none;
|
175
|
-
z-index:
|
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: #
|
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;
|
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.
|
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-
|
11
|
+
date: 2016-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|