effective_ckeditor 1.8.1 → 1.8.2
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdec5cc3a4bd9a3a6ecb0c47c42cdb2a64de1ba3
|
4
|
+
data.tar.gz: bcbcf87959ee227860ede545b75ba0d2a6c065f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b6483742f695e665cadc2020f2ee3697425ca9e61a06599113a97670f7c380368f9e310643c93c9b514855b8a7922b890e3c01007a15cc711ead763dddee7f3
|
7
|
+
data.tar.gz: 83d04553225ce627393cb21ae5c1cf2f5770b3579a4bdcfd989acd240f04f85d316923aa74b7d47bbea5f260dee6dc0627a5a6875286b81ee8959aa641cd8fd1
|
@@ -1,43 +1,43 @@
|
|
1
|
-
.
|
1
|
+
.cke_editable.cke_show_blocks address:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
2
2
|
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_address.png') %>);
|
3
3
|
}
|
4
4
|
|
5
|
-
.
|
5
|
+
.cke_editable.cke_show_blocks blockquote:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
6
6
|
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_blockquote.png') %>);
|
7
7
|
}
|
8
8
|
|
9
|
-
.
|
9
|
+
.cke_editable.cke_show_blocks div:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
10
10
|
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_div.png') %>);
|
11
11
|
}
|
12
12
|
|
13
|
-
.
|
13
|
+
.cke_editable.cke_show_blocks h1:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
14
14
|
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h1.png') %>);
|
15
15
|
}
|
16
16
|
|
17
|
-
.
|
17
|
+
.cke_editable.cke_show_blocks h2:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
18
18
|
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h2.png') %>);
|
19
19
|
}
|
20
20
|
|
21
|
-
.
|
21
|
+
.cke_editable.cke_show_blocks h3:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
22
22
|
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h3.png') %>);
|
23
23
|
}
|
24
24
|
|
25
|
-
.
|
25
|
+
.cke_editable.cke_show_blocks h4:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
26
26
|
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h4.png') %>);
|
27
27
|
}
|
28
28
|
|
29
|
-
.
|
29
|
+
.cke_editable.cke_show_blocks h5:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
30
30
|
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h5.png') %>);
|
31
31
|
}
|
32
32
|
|
33
|
-
.
|
33
|
+
.cke_editable.cke_show_blocks h6:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
34
34
|
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_h6.png') %>);
|
35
35
|
}
|
36
36
|
|
37
|
-
.
|
37
|
+
.cke_editable.cke_show_blocks p:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
38
38
|
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_p.png') %>);
|
39
39
|
}
|
40
40
|
|
41
|
-
.
|
41
|
+
.cke_editable.cke_show_blocks pre:not([contenteditable="false"]):not(.cke_show_blocks_off) {
|
42
42
|
background-image: url(<%= asset_data_uri('ckeditor/plugins/showblocks/images/block_pre.png') %>);
|
43
43
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_ckeditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
4
|
+
version: 1.8.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|