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: b0ad6db675754d206cb69ef4d6ac1bd8bffab4aea41fa6672bf46ff7e0936050
4
- data.tar.gz: 287393a490a80e9e499e40678e55fd13e43bd21c945e6e3c63da8440cc97bf83
3
+ metadata.gz: 230f1e378cf7b69122298e0fc8920d9bdb93ca122c8c7f94fbb0c28e7396c0f5
4
+ data.tar.gz: 99b34354b2d5b2d48b8d6d83a5480e44be96882986c01b826942c04d27a51ce1
5
5
  SHA512:
6
- metadata.gz: 49cd9f79c1655b4485d27fe42098b856ba6f00a69d4a7513d73b38b97e8539e401221f8a3b39294d2ef725dd95a3ef8226513b9ba9b7b87830615aca52304483
7
- data.tar.gz: 046a25d4e870ba3e96615fa33b910876d439566899d372320cb1bfccd400ee3f3f5709bc62d931f24d5e9da0585f58ad2464387280a44d4fb898258f7a954a77
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
- <span>
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
- </span>
570
- <span>
571
- <label for="monthly_rule_type_week">${texts.day_of_week}</label>
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
- </span>
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 span {
366
- margin-right: 15px;
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 */
@@ -1,3 +1,3 @@
1
1
  module IceCubeSelect
2
- VERSION = "4.0.2"
2
+ VERSION = "4.0.3"
3
3
  end
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.2
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.3
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: []