ice_cube-select 4.0.2 → 4.0.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,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 230f1e378cf7b69122298e0fc8920d9bdb93ca122c8c7f94fbb0c28e7396c0f5
|
|
4
|
+
data.tar.gz: 99b34354b2d5b2d48b8d6d83a5480e44be96882986c01b826942c04d27a51ce1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f32828f0644ab2fac30f43c51b02308e968a475fe83e4be38af357fa4112070e8598e2eb0082c8d8f7a4cfd709f190bf7ecd35c8f51d2feb900f7b77b2c240e1
|
|
7
|
+
data.tar.gz: 5f39310d8cb4149b78802dd4e49f964452015fb6b7afbe6b76c9227157804e91a7acdeb70b18ccb8bb2328d469add0bf9190868af0f242db9687cd4b68f9f8ce
|
|
@@ -563,14 +563,14 @@
|
|
|
563
563
|
${texts.months}:
|
|
564
564
|
</p>
|
|
565
565
|
<p class="monthly_rule_type">
|
|
566
|
-
<
|
|
567
|
-
<label for="monthly_rule_type_day">${texts.day_of_month}</label>
|
|
566
|
+
<label class="monthly_rule_type_option">
|
|
568
567
|
<input type="radio" class="monthly_rule_type_day" name="monthly_rule_type" id="monthly_rule_type_day" value="true" />
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
568
|
+
<span>${texts.day_of_month}</span>
|
|
569
|
+
</label>
|
|
570
|
+
<label class="monthly_rule_type_option">
|
|
572
571
|
<input type="radio" class="monthly_rule_type_week" name="monthly_rule_type" id="monthly_rule_type_week" value="true" />
|
|
573
|
-
|
|
572
|
+
<span>${texts.day_of_week}</span>
|
|
573
|
+
</label>
|
|
574
574
|
</p>
|
|
575
575
|
<p class="ice_cube_select_calendar_day"></p>
|
|
576
576
|
<p class="ice_cube_select_calendar_week"></p>
|
|
@@ -362,8 +362,24 @@ select option.bold {
|
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
/* Monthly rule type */
|
|
365
|
-
.monthly_rule_type
|
|
366
|
-
|
|
365
|
+
.monthly_rule_type {
|
|
366
|
+
display: flex;
|
|
367
|
+
flex-wrap: wrap;
|
|
368
|
+
gap: 8px 20px;
|
|
369
|
+
align-items: center;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.monthly_rule_type_option {
|
|
373
|
+
display: inline-flex;
|
|
374
|
+
align-items: center;
|
|
375
|
+
gap: 6px;
|
|
376
|
+
white-space: nowrap;
|
|
377
|
+
cursor: pointer;
|
|
378
|
+
font-weight: normal;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.monthly_rule_type_option input[type="radio"] {
|
|
382
|
+
margin: 0;
|
|
367
383
|
}
|
|
368
384
|
|
|
369
385
|
/* Summary section */
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ice_cube-select
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jim Gay
|
|
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
93
|
version: '0'
|
|
94
94
|
requirements: []
|
|
95
|
-
rubygems_version: 4.0.
|
|
95
|
+
rubygems_version: 4.0.10
|
|
96
96
|
specification_version: 4
|
|
97
97
|
summary: A select helper which gives you magical powers to generate ice_cube rules.
|
|
98
98
|
test_files: []
|