active_frontend 14.2.3 → 14.2.4
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59fe5d89c6d5453592609704ee2d27034e764207
|
|
4
|
+
data.tar.gz: 5a7efd665f78e19e8c30e11662aa1f88c3d91cac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fee35e0983a98ca854defe58bc8f23309431fab7c1b28cc88540226cba3899445f0f0098bd28fbb1478ab0171064a8ce7af95be0c829733b1f180869160196ff
|
|
7
|
+
data.tar.gz: 931e49184ede92247aca81a08383a883eb2bc7883f9f2f443a2f5344417d58994ac7d119a53a85cd9f9f8bf1e90b490fc8b0e5f41652a104e371e25312973717
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
|
-
a.calendar-event
|
|
115
|
+
a.calendar-event,
|
|
116
116
|
.calendar-event-draggable { cursor: pointer; }
|
|
117
117
|
.calendar-event-inner {
|
|
118
118
|
height: 100%;
|
|
@@ -158,6 +158,7 @@ table.calendar-border-separate {
|
|
|
158
158
|
th,
|
|
159
159
|
td {
|
|
160
160
|
border-width: 1px 0 0 1px;
|
|
161
|
+
width: 1%;
|
|
161
162
|
|
|
162
163
|
&.calendar-last { border-right-width: 1px; }
|
|
163
164
|
}
|
|
@@ -256,6 +257,9 @@ table.calendar-border-separate {
|
|
|
256
257
|
width: 100%;
|
|
257
258
|
|
|
258
259
|
> * { margin: 0 auto; }
|
|
260
|
+
|
|
261
|
+
.btn-prev,
|
|
262
|
+
.btn-next { margin-top: 0; }
|
|
259
263
|
}
|
|
260
264
|
.calendar-header-center {
|
|
261
265
|
display: none !important;
|
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: 14.2.
|
|
4
|
+
version: 14.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-09-
|
|
11
|
+
date: 2017-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|