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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63a41774dee5a4b7376cb0ea5a51044abaf97669f939982508c42fd91d7f689b
|
|
4
|
+
data.tar.gz: 10848376fd70d7a22e8f096c6488e7924c66ddf6b3ccf7ff21ff7772f63e70dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9da08efb84bd59d07fccf19fcdd92d375b2436a956a0524a5c64c6d70cd2098673b26d7a50fdd6c1a647cbe6506564dfd0bf2d359193784bc8de10f24e0523f
|
|
7
|
+
data.tar.gz: f0599fc185cb19764eb4b9bdd3f703904f7f5619e626bc74a2197dc8fd3c8b3303679534cb1df9cacc24c474f07488c1aa428eb96a31bc3234da47b5ad680a83
|
|
@@ -90,7 +90,10 @@
|
|
|
90
90
|
width: 100%;
|
|
91
91
|
}
|
|
92
92
|
.calendar-widget-header,
|
|
93
|
-
.calendar-widget-content {
|
|
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
|
-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2019-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|