promethee 4.1.17 → 4.1.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e6e42f0d4cb145f8b35d05d3f25bd1aa3a232893b582a33dd1b87f6ec12a043
4
- data.tar.gz: bf7f8e5795187559af358cd49d9c765e410aba8636c3015e6b51f4f6b4dd11b6
3
+ metadata.gz: c4fec398977caedb678199760eda8f8048a8ad3578a575fe6750ec8ab0829294
4
+ data.tar.gz: a8ead5a99ade251233f48277368067b2b0c283de4a4019dc92dd7f4a21979f21
5
5
  SHA512:
6
- metadata.gz: 0b2631fe22a469a19b9e76dddb109c9b6829cffc46df68f123a4cc2fae106474c6927a93bcf2d6fd89af06a9f981dadf96683c74b365aabde8a2febfcb2ff3e9
7
- data.tar.gz: 4f3b348bceb066ad90efecaf6b5bd7cc621cc57facab8cfba2de7c9a0917f02075e54a9c729bafe62eb106f49842ad57a2b24c7ba2be1794512fac3c00da113b
6
+ metadata.gz: 182b0e99d95aee2780171efcd08518d47fbe200dfca49c0d10122b87d2c2987301e890b5848ec04589f6570252c9b69c3fe8b3fc13e7143d7bc2e9c48db9c636
7
+ data.tar.gz: 042ee1425887e10eeb3bd1d3a8ca8d4ab28ac179c19843260863487468021c9445b56685629e298c04cfe214cfd64bbb4f82b81e7c30d1fe372bd5cc0c848520
@@ -140,8 +140,8 @@
140
140
 
141
141
  &__component--blockquote
142
142
  text-align: center
143
-
144
143
  .blockquote
144
+ padding-top: 20px
145
145
  &::before, &::after
146
146
  display: inline-block
147
147
  &::before
@@ -151,6 +151,8 @@
151
151
  p
152
152
  display: inline
153
153
  line-height: 1.4rem
154
+ &:last-child
155
+ margin-bottom: 0
154
156
 
155
157
 
156
158
  @media (min-width: 768px)
@@ -8,7 +8,7 @@
8
8
  border: 1px solid #CCCCCC
9
9
  display: flex
10
10
  flex-direction: column
11
- justify-content: center
11
+ justify-content: flex-start
12
12
  min-height: 70px
13
13
  position: relative
14
14
  p.text-empty
@@ -21,14 +21,38 @@
21
21
  color: white
22
22
  &__remove
23
23
  background: white
24
- font-size: 12px
25
- line-height: 12px
26
- padding: 1px 2px 1px 3px
24
+ font-size: 10px
25
+ line-height: 10px
26
+ padding: 1px 3px
27
27
  position: absolute
28
- right: 4px
28
+ right: 5px
29
29
  top: 4px
30
30
  z-index: 1
31
31
 
32
+ &--row
33
+ .row
34
+ margin-left: -10px
35
+ margin-right: -10px
36
+ .promethee-edit__component--column
37
+ padding-bottom: 5px
38
+ padding-top: 5px
39
+
40
+ &--text
41
+ .promethee-edit__component__inner
42
+ padding: 10px
43
+ h1, h2, h3
44
+ margin-top: 0
45
+ p
46
+ line-height: 1.2
47
+ &:last-of-type
48
+ margin-bottom: 0
49
+
50
+ &--image
51
+ figure
52
+ margin-bottom: 0
53
+ figcaption
54
+ padding: 5px
55
+
32
56
  &--aside
33
57
  .btn
34
58
  &.left
@@ -57,6 +81,9 @@
57
81
  align-items: center
58
82
  display: flex
59
83
  justify-content: center
84
+ p
85
+ &:last-of-type
86
+ margin-bottom: 0
60
87
  .dots
61
88
  margin-top: 5px
62
89
  text-align: center
@@ -118,24 +145,23 @@
118
145
  color: white
119
146
  font-size: 8px
120
147
  margin-bottom: 5px
121
- padding: 4px 5px 5px
148
+ padding: 5px 10px
122
149
  text-transform: uppercase
123
150
  &__component
124
151
  user-select: none
125
152
 
126
153
  &__droppable
127
154
  background: white
128
- border: 1px dashed #253742
155
+ border: 0 dashed #253742
129
156
  box-sizing: border-box
130
- height: 20px
131
- margin: 2px 0
132
157
  opacity: .2
133
158
  position: relative
134
- transition: width .2s, height .2s, opacity .2s
135
- visibility: hidden
136
- width: 100%
159
+ transition: all .5s
160
+ width: calc(100% - 4px)
137
161
  &.ui-droppable-active
138
- visibility: visible
162
+ border-width: 1px
163
+ height: 20px
164
+ margin: 2px
139
165
  &.ui-droppable-hover
140
166
  height: 100px
141
167
  opacity: 1
@@ -157,7 +183,7 @@
157
183
  padding: 30px 20px 15px
158
184
  position: fixed
159
185
  top: 50px
160
- width: calc(50vw - 365px)
186
+ width: calc(50vw - 367px)
161
187
  z-index: 1000
162
188
  &-header
163
189
  font-size: 18px
@@ -7,7 +7,7 @@
7
7
 
8
8
  <div class="form-group">
9
9
  <label class="label-control">Description</label>
10
- <textarea class="form-control" ng-model="promethee.inspected.attributes.description.value"></textarea>
10
+ <textarea rows="6" class="form-control" ng-model="promethee.inspected.attributes.description.value"></textarea>
11
11
  </div>
12
12
  <% end %>
13
13
 
@@ -16,12 +16,12 @@
16
16
 
17
17
  <div class="form-group">
18
18
  <label class="label-control">Stylesheets</label>
19
- <textarea class="form-control" ng-model="promethee.inspected.attributes.stylesheets.value"></textarea>
19
+ <textarea rows="6" class="form-control" ng-model="promethee.inspected.attributes.stylesheets.value"></textarea>
20
20
  </div>
21
21
 
22
22
  <div class="form-group">
23
23
  <label class="label-control">Javascripts</label>
24
- <textarea class="form-control" ng-model="promethee.inspected.attributes.javascripts.value"></textarea>
24
+ <textarea rows="6" class="form-control" ng-model="promethee.inspected.attributes.javascripts.value"></textarea>
25
25
  </div>
26
26
  </div>
27
27
  </script>
@@ -25,7 +25,7 @@
25
25
  <div class="col-md-6">
26
26
  <div class="form-group">
27
27
  <b>Page description</b>
28
- <textarea class="form-control" ng-model="component.attributes.description.value"></textarea>
28
+ <textarea class="form-control" rows="6" ng-model="component.attributes.description.value"></textarea>
29
29
  </div>
30
30
  </div>
31
31
  </div>
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '4.1.17'
3
+ VERSION = '4.1.18'
4
4
  end
5
5
  end
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: 4.1.17
4
+ version: 4.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Gaya
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2020-11-06 00:00:00.000000000 Z
17
+ date: 2020-11-13 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: rails