activeadmin_froala_editor 0.2.0 → 0.2.1
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: 4321e77420b7981e28df396b8b1a6c85825829a901af7819099009d85da91afb
|
|
4
|
+
data.tar.gz: 7c72cc86ae31d2350cfd6271e5386429fda8753cbcc7f5f201b695efc81ae57e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98a8c4d52d8432177274b0a42ab84d18cddadb1d7d6333dde1dda4ec41e8bf24450b48ad36e28c7ad72c5a247437f95dece611726fe6ca60cc7ed39c19b20a93
|
|
7
|
+
data.tar.gz: 886e91d497d62485a76f6a9b0aeec9802bb97d3cee074808e71d662d14537cd6d47067839c68372c0bc4dba9618b6e1d648d819b6f380cd0ef0bc62b6df1aeed
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# ActiveAdmin Froala Editor [](https://badge.fury.io/rb/activeadmin_froala_editor)
|
|
1
|
+
# ActiveAdmin Froala Editor [](https://badge.fury.io/rb/activeadmin_froala_editor) [](https://circleci.com/gh/blocknotes/activeadmin_froala_editor)
|
|
2
2
|
|
|
3
3
|
An Active Admin plugin to use [Froala WYSIWYG editor](https://github.com/froala/wysiwyg-editor) (jQuery required, font-awesome required & included)
|
|
4
4
|
|
|
@@ -2,11 +2,56 @@
|
|
|
2
2
|
@import 'activeadmin/froala_editor/froala_style';
|
|
3
3
|
|
|
4
4
|
body.active_admin form .froala_editor {
|
|
5
|
-
|
|
5
|
+
button {
|
|
6
|
+
box-shadow: none;
|
|
7
|
+
}
|
|
8
|
+
ol {
|
|
9
|
+
list-style-type: decimal;
|
|
10
|
+
}
|
|
11
|
+
ul {
|
|
12
|
+
list-style-type: disc;
|
|
13
|
+
}
|
|
14
|
+
.fr-action-buttons > button {
|
|
15
|
+
font-weight: normal;
|
|
16
|
+
text-shadow: none;
|
|
17
|
+
}
|
|
18
|
+
.fr-box {
|
|
6
19
|
display: inline-block;
|
|
7
20
|
width: calc(80% - 22px);
|
|
8
21
|
}
|
|
9
|
-
|
|
10
|
-
|
|
22
|
+
.fr-checkbox-line {
|
|
23
|
+
>label {
|
|
24
|
+
display: inline-block;
|
|
25
|
+
float: none;
|
|
26
|
+
width: auto;
|
|
27
|
+
}
|
|
28
|
+
>span {
|
|
29
|
+
height: auto;
|
|
30
|
+
padding: 0;
|
|
31
|
+
width: auto;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
.fr-element {
|
|
35
|
+
ul, ol {
|
|
36
|
+
margin: 0 10px 15px 0;
|
|
37
|
+
padding-left: 25px;
|
|
38
|
+
}
|
|
39
|
+
li {
|
|
40
|
+
padding: 0;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
.fr-input-line >label {
|
|
44
|
+
font-weight: normal;
|
|
45
|
+
}
|
|
46
|
+
.fr-top {
|
|
47
|
+
border-radius: 4px 4px 0 0;
|
|
48
|
+
}
|
|
49
|
+
.fr-wrapper {
|
|
50
|
+
min-height: 150px;
|
|
51
|
+
max-height: 300px;
|
|
52
|
+
overflow-y: scroll;
|
|
53
|
+
}
|
|
54
|
+
.second-toolbar {
|
|
55
|
+
border-radius: 0 0 4px 4px;
|
|
11
56
|
}
|
|
12
57
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activeadmin_froala_editor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mattia Roccoberton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activeadmin
|