active_frontend 17.1.1 → 17.1.2

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: 8e5b034732502c2c2a54545066404348f1d2642274b5852f196d294cdb582451
4
- data.tar.gz: 6d6785c3f0df865ee8e44d89b0842d48718576f92091b0a285c3b2a729b19df1
3
+ metadata.gz: 63a41774dee5a4b7376cb0ea5a51044abaf97669f939982508c42fd91d7f689b
4
+ data.tar.gz: 10848376fd70d7a22e8f096c6488e7924c66ddf6b3ccf7ff21ff7772f63e70dc
5
5
  SHA512:
6
- metadata.gz: 4a75dc4c64b571c60ae200afe5e6dac300b6bda9aa7ed070b4d55af24f338e2ee4f498270c0e5c93e2f019edc6cd0b8e95446843bb344d58c265ec4532a611d6
7
- data.tar.gz: 80bdcb34052828ee3a5c00fb93721e6643d2f2731e2945bac1fc3220e8c1c88c8d49e11257f2b8ae6c8ce4329352e4d77d9d3de88a6ec8ce80bc7cec053b360c
6
+ metadata.gz: f9da08efb84bd59d07fccf19fcdd92d375b2436a956a0524a5c64c6d70cd2098673b26d7a50fdd6c1a647cbe6506564dfd0bf2d359193784bc8de10f24e0523f
7
+ data.tar.gz: f0599fc185cb19764eb4b9bdd3f703904f7f5619e626bc74a2197dc8fd3c8b3303679534cb1df9cacc24c474f07488c1aa428eb96a31bc3234da47b5ad680a83
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '17.1.1'
4
+ VERSION ||= '17.1.2'
5
5
  end
@@ -90,7 +90,10 @@
90
90
  width: 100%;
91
91
  }
92
92
  .calendar-widget-header,
93
- .calendar-widget-content { border: 1px solid color(haze); }
93
+ .calendar-widget-content {
94
+ border: 1px solid color(haze);
95
+ width: auto !important;
96
+ }
94
97
  .calendar-state-highlight { background: color(light-haze); }
95
98
  .calendar-cell-overlay {
96
99
  background: color(primary);
@@ -198,15 +201,16 @@ table.calendar-border-separate {
198
201
  .calendar-agenda {
199
202
  table { border-collapse: separate; }
200
203
 
201
- .calendar-day-content { padding: 3px 3px 2px;}
202
- .calendar-week-number { font-weight: text-weight(semibold); }
203
204
  th.calendar-agenda-axis {
204
205
  padding: 0 5px;
205
206
  text-align: right;
206
207
  vertical-align: middle;
207
208
  white-space: nowrap;
208
- width: 60px;
209
+
209
210
  }
211
+ .calendar-day-content { padding: 3px 3px 2px;}
212
+ .calendar-week-number { font-weight: text-weight(semibold); }
213
+ .calendar-agenda-axis { width: 60px !important; }
210
214
  }
211
215
  .calendar-view-agendaDay {
212
216
  .calendar-event-hori { margin-left: 3px; }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 17.1.1
4
+ version: 17.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-02-01 00:00:00.000000000 Z
11
+ date: 2019-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails