trusty-rad-social-extension 1.1.2 → 1.1.3
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,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OGM3NjM1YjM4ZDA2NTBhMjgwYTQwNWIxMjg5NjkzNDViYzZkYzdiMA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NGU2MWJiZjE0ZmMyZGM5N2NjMDMxMDMyNDgwZjkxZGJiNzAyYzhhMQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YmNjMGY3NWFiYzNiMTNjMDc5N2FkNWM2Y2UyOWVkZjNlMjAxNmJjZDdlZWZk
|
10
|
+
MmU0ZWJlMzdiZjYyNDFjZmJlNDY1OWYyNjNlYTk1YWU4ZDIxNGQ4ODFlOWY0
|
11
|
+
YjE1NGQwNjhmYzM4ZjliY2ViYWZkOWY5NzA3Y2IxMjFhODY4ODQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NTk5ZjcwNDE4M2E1MzIwYWNlZWY2YWM5ZjlhY2QzZmNjYjlhZGNiNzhkZGRi
|
14
|
+
ZDM5NGYyMWMzMzJkZGUyNTAwM2I5MzU1MDYwZTUwZDc5N2YyMDRhMGM1N2Rh
|
15
|
+
NzY4MDEyZjk5YzY4MmFmMGYwM2YyZTU4ZDY0NjY4ZDE5YTA4NDM=
|
@@ -122,13 +122,13 @@ input.error {
|
|
122
122
|
|
123
123
|
body .ajax-loader {
|
124
124
|
background: transparent none no-repeat 50% 50%;
|
125
|
-
background-image: url(
|
125
|
+
background-image: url('rad_social/ajax-loader.gif');
|
126
126
|
height: 35px;
|
127
127
|
}
|
128
128
|
|
129
129
|
body #rad-social-email-form .primary-button {
|
130
130
|
background: transparent none repeat-x scroll 0 0;
|
131
|
-
background-image: url(
|
131
|
+
background-image: url('rad_social/bg_primary-btn.png'); /* sprite-ref: cd-backgrounds-sprite; sprite-alignment: repeat; */;
|
132
132
|
color: white !important;
|
133
133
|
border: 1px solid #924900;
|
134
134
|
}
|