scrivito_advanced_editors 0.0.8 → 0.0.9

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: c8987ece4796972dad54d5cfb8a023c5b6896a79
4
- data.tar.gz: 52afb057c120ce7d8440e99a2900061e74001059
3
+ metadata.gz: 261fa560bb5ada8143c77246aac9a10c635d1826
4
+ data.tar.gz: 7a043f58705226dc9144ba7082e3b8a5966af242
5
5
  SHA512:
6
- metadata.gz: 8df9c7408cb4381463f0af49abd7ff65f2a73f3462bf52c37271a1503dd6c85623b5e2cd64b5b26ec15425c89cc592301d77fab2e8d0133ae51f9d8b23573c4a
7
- data.tar.gz: c62225183df650bda205b17ff62dcce9263db22d27e419f70a271896929177ce0d1607a1c07564b1b1665da883257f0183f1a06538bf6a71e310e6ef73ee138d
6
+ metadata.gz: 0c7e142a5385ec20296f8b174ace99902b690b0cfc4ce7bf988903154077954258e59ace588686e0c5268c6760d743fa6408f757bd9d15dae1689846fc4bd971
7
+ data.tar.gz: 5eb18095a9215da2639957396a98de1c3695042bb70f98f51c42a9f3850d87bb264ac8fb0d9f9052cccbed68b4b8b2b3207662e8d144b386a366d1bb254b5476
@@ -2,7 +2,6 @@
2
2
  'use strict';
3
3
 
4
4
  $(function() {
5
-
6
5
  App.ScrivitoListEditor = {
7
6
  // set selector for Editor
8
7
  selector: "[data-editor='scrivito-list-editor']",
@@ -14,7 +14,6 @@
14
14
  };
15
15
 
16
16
  scrivito.on('load', function() {
17
- console.log();
18
17
  return $('body').on('blur', textareaEditor.selector, function(event) {
19
18
  if(scrivito.in_editable_view()) {
20
19
  textareaEditor.blurFunction($(event.target));
@@ -1,4 +1,8 @@
1
- button[data-editor="scrivito-toggle-button"] {
1
+ .button_list {
2
+ overflow: hidden;
3
+ }
4
+
5
+ .scrivito_dialog .button_list button[data-editor="scrivito-toggle-button"] {
2
6
  margin: 4px;
3
7
  min-width: 28px;
4
8
  text-shadow: 0 0 2px #222;
@@ -10,13 +14,15 @@ button[data-editor="scrivito-toggle-button"] {
10
14
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
11
15
  font-size: 15px;
12
16
  line-height: 15px;
17
+ width: initial;
18
+ float: left;
13
19
  }
14
20
 
15
- button[data-editor='scrivito-toggle-button']:hover {
21
+ .scrivito_dialog .button_list button[data-editor='scrivito-toggle-button']:hover {
16
22
  background: #888;
17
23
  }
18
24
 
19
- button[data-editor='scrivito-toggle-button'].active {
25
+ .scrivito_dialog .button_list button[data-editor='scrivito-toggle-button'].active {
20
26
  box-shadow: 0 0px 5px rgba(0,0,0,0.4) inset;
21
27
  background: #888;
22
28
  }
@@ -1,3 +1,3 @@
1
1
  module ScrivitoAdvancedEditors
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_advanced_editors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-21 00:00:00.000000000 Z
11
+ date: 2015-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler