recordselect 4.0.11 → 4.0.12
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c551a42065dd5ea488c7c3ffd6c22a4310e42da48167c45bc6acf4b9ae4b7db9
|
|
4
|
+
data.tar.gz: baa216dc88bd08c527564853f120c72c6936e14708e0705c6c26f208fcb58f7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19b1a3f19601639939eacf449d507e37e87590dcae499a5e6c47a4831863f90e3ede999e81067207c8506ec14eaf458e10993984e2daf068151db8e926e16a8b
|
|
7
|
+
data.tar.gz: 2f1d41f2ee0ad4ead9c3bcaf40bc5af4a9ad6393870569a4a6890d4ed3f06113428588903ac9e8086b64d5456baecc8a45be6003fb42db03265257128e0463c5
|
|
@@ -139,7 +139,7 @@ iframe.record-select-mask {
|
|
|
139
139
|
width: 0px;
|
|
140
140
|
height: 16px;
|
|
141
141
|
padding-left: 16px;
|
|
142
|
-
background:
|
|
142
|
+
background: url('record_select/cross.gif') no-repeat 0 0;
|
|
143
143
|
overflow: hidden;
|
|
144
144
|
float: left;
|
|
145
145
|
margin-right: 5px;
|
|
@@ -152,7 +152,7 @@ iframe.record-select-mask {
|
|
|
152
152
|
&.selected {
|
|
153
153
|
background-color: #EFFFEF;
|
|
154
154
|
background-position: right 2px center;
|
|
155
|
-
background-image:
|
|
155
|
+
background-image: url('record_select/accept.png');
|
|
156
156
|
background-repeat: no-repeat;
|
|
157
157
|
padding-right: 20px;
|
|
158
158
|
&:has(~ .clear-input-button) {
|
|
@@ -210,4 +210,4 @@ iframe.record-select-mask {
|
|
|
210
210
|
margin-left: -20px;
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
|
-
}
|
|
213
|
+
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: recordselect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sergio Cambra
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2026-03-
|
|
13
|
+
date: 2026-03-06 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -56,7 +56,7 @@ files:
|
|
|
56
56
|
- app/assets/images/record_select/next.gif
|
|
57
57
|
- app/assets/images/record_select/previous.gif
|
|
58
58
|
- app/assets/javascripts/record_select.js
|
|
59
|
-
- app/assets/stylesheets/record_select.
|
|
59
|
+
- app/assets/stylesheets/record_select.scss
|
|
60
60
|
- app/views/record_select/_browse.html.erb
|
|
61
61
|
- app/views/record_select/_highlight.js.erb
|
|
62
62
|
- app/views/record_select/_list.html.erb
|