promethee 1.6.55 → 1.6.56
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: 790e194d9821d04c836ce4ca37f59d61221c11ac
|
|
4
|
+
data.tar.gz: 4cbe83183afe76f1033bac464d00a8d43f786f18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b23b0b288346213719683cfd817c1408bf1e2939f835e29900fafddc4c04c6a7dfd4377c41b3a55c6ef59bd3acdc5dd45a11307b2548fae69ccb9bd079d2430
|
|
7
|
+
data.tar.gz: f572f1c89c18a3375459dc7af251a6ed057d6d5f0a1c63796453edc66d0c1b4e71fb6ad6bc29a34e47b5e3e45b58767500e70d98cdef47c8a24cd3a4d15532ae
|
|
@@ -126,10 +126,11 @@
|
|
|
126
126
|
max-width: 400px
|
|
127
127
|
background: white
|
|
128
128
|
position: fixed
|
|
129
|
-
top:
|
|
130
|
-
bottom:
|
|
129
|
+
top: 50px
|
|
130
|
+
bottom: 0
|
|
131
|
+
padding: 30px 40px 15px
|
|
131
132
|
z-index: 1000
|
|
132
|
-
width: calc(50vw -
|
|
133
|
+
width: calc(50vw - 360px)
|
|
133
134
|
overflow-x: hidden
|
|
134
135
|
overflow-y: auto
|
|
135
136
|
&-header
|
|
@@ -139,7 +140,7 @@
|
|
|
139
140
|
margin-bottom: 20px
|
|
140
141
|
|
|
141
142
|
&__inspect
|
|
142
|
-
right:
|
|
143
|
+
right: 0
|
|
143
144
|
|
|
144
145
|
label.label-control
|
|
145
146
|
font-weight: normal
|
|
@@ -154,7 +155,7 @@
|
|
|
154
155
|
cursor: pointer
|
|
155
156
|
|
|
156
157
|
&__library
|
|
157
|
-
left:
|
|
158
|
+
left: 0
|
|
158
159
|
&__item
|
|
159
160
|
max-width: 300px
|
|
160
161
|
z-index: 100000
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: promethee
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.56
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julien Dargelos
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2018-07-
|
|
16
|
+
date: 2018-07-24 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: rails
|