arctic_admin 1.2.4 → 1.2.5
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 +4 -4
- data/app/assets/javascripts/arctic_admin.js +2 -0
- data/app/assets/stylesheets/_base.scss +2 -0
- data/app/assets/stylesheets/_common.scss +14 -0
- data/app/assets/stylesheets/_reset.scss +7 -1
- data/app/assets/stylesheets/components/_panel_contents.scss +14 -1
- data/app/assets/stylesheets/layouts/_header.scss +8 -1
- data/app/assets/stylesheets/pages/_form.scss +12 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 484c455c6976c0120f996a585115d2283d40baaa
|
|
4
|
+
data.tar.gz: 1dbb7aca99fc3c1592e134f6d4e9d6617186a807
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5f8f107387285d8a4b4cb3c5684e73882c4e002903de311c768eb8c834e83a8583c4eaf7da0880a21464539174926f02e8c9130418369652797c212c3bcf8f6
|
|
7
|
+
data.tar.gz: c59bfad74339d4d10d0aaca1e8b3d5c4f6e70eb07eeea9df58de9aae5fad94001fb2ad96c07cc1972c11c81b1183ed7fe23c111d34a4fea1a5de41a9bc67dfba
|
|
@@ -7,6 +7,7 @@ $(function() {
|
|
|
7
7
|
var width = $(this).width();
|
|
8
8
|
if (e.pageX < position.left) {
|
|
9
9
|
if ($(this).css('right') == '0px') {
|
|
10
|
+
$(this).css('position', 'fixed');
|
|
10
11
|
$(this).animate({
|
|
11
12
|
right: "-="+width
|
|
12
13
|
}, 600, function() {
|
|
@@ -16,6 +17,7 @@ $(function() {
|
|
|
16
17
|
$(this).animate({
|
|
17
18
|
right: "+="+width
|
|
18
19
|
}, 600, function() {
|
|
20
|
+
$(this).css('position', 'absolute');
|
|
19
21
|
animationFilterDone = true;
|
|
20
22
|
});
|
|
21
23
|
}
|
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
.panel_contents {
|
|
2
|
+
.attributes_table {
|
|
3
|
+
th {
|
|
4
|
+
border-top: 1px solid #e4eaec;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.paginated_collection {
|
|
9
|
+
#index_footer {
|
|
10
|
+
margin: 10px;
|
|
11
|
+
text-align: right;
|
|
12
|
+
font-size: 12px;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
2
16
|
th {
|
|
3
|
-
border-top: 1px solid #e4eaec;
|
|
4
17
|
text-align: left;
|
|
5
18
|
padding: 8px;
|
|
6
19
|
}
|
|
@@ -36,6 +36,11 @@
|
|
|
36
36
|
@media screen and (min-width: $lg-width) {
|
|
37
37
|
width: $lg-header-width;
|
|
38
38
|
}
|
|
39
|
+
|
|
40
|
+
#site_title_image {
|
|
41
|
+
height: 100%;
|
|
42
|
+
padding: 6px 0;
|
|
43
|
+
}
|
|
39
44
|
}
|
|
40
45
|
|
|
41
46
|
#utility_nav {
|
|
@@ -124,6 +129,8 @@
|
|
|
124
129
|
a {
|
|
125
130
|
visibility: hidden;
|
|
126
131
|
position: relative;
|
|
132
|
+
width: 60px;
|
|
133
|
+
display: block;
|
|
127
134
|
|
|
128
135
|
&:before {
|
|
129
136
|
@include icon("\f011");
|
|
@@ -182,4 +189,4 @@
|
|
|
182
189
|
#page_title {
|
|
183
190
|
margin: 0;
|
|
184
191
|
}
|
|
185
|
-
}
|
|
192
|
+
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arctic_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Clément Prod'homme
|
|
@@ -92,6 +92,7 @@ files:
|
|
|
92
92
|
- app/assets/fonts/Lato-Regular.woff2
|
|
93
93
|
- app/assets/javascripts/arctic_admin.js
|
|
94
94
|
- app/assets/stylesheets/_base.scss
|
|
95
|
+
- app/assets/stylesheets/_common.scss
|
|
95
96
|
- app/assets/stylesheets/_fonts.scss
|
|
96
97
|
- app/assets/stylesheets/_reset.scss
|
|
97
98
|
- app/assets/stylesheets/arctic_admin.scss
|