lalala 4.0.0.dev.107 → 4.0.0.dev.109

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: 9fe4870ded2cb186ece61a08491d8b046372cffd
4
- data.tar.gz: 913c9d5ac334a19502db455822f510fc68ba262f
3
+ metadata.gz: d5a75ac55a46cab7be3a6af19c11a10adb923dbe
4
+ data.tar.gz: 50a636ebc57621cec2f773412956b863c1aaa318
5
5
  SHA512:
6
- metadata.gz: d64647316d7f1866f3ce130846ddec5c61ae26c639cad037b7b6ebab2d3eeb10a96db44c15583e3c377598394d8e990b70e0cbceb1e6efec16db522450ce9438
7
- data.tar.gz: 827eb682a5061fb19bc6bb53f49f880eb051715883f7470cd5ef0c80ad0c499d0bf48d1f10f3e305c0a607a26f41a33cafb44c9318151f9451e393cc0a147c82
6
+ metadata.gz: 8a483fe30c9af4607197e69611e314166a7f8fa4bd6d7f6d06350515f29e7b76889006d6efd3cd19fbfedad4455ea06b51e6efc9febf003f3b04826ee1033b31
7
+ data.tar.gz: 4eda92fe7b21692b042ecf61272a1897a830691ff580ffbbfc1feca76b0496789957a929340e9e670055c853f69f8a6927ccf70948ac069d704b58011dd92a95
@@ -13,7 +13,7 @@
13
13
 
14
14
  @include border-radius(4px);
15
15
  @include single-text-shadow(rgba(black, .25), 1px, 1px, 0);
16
- @include transition(background-color 300ms);
16
+ @include transition(background-color 300ms, opacity 300ms);
17
17
  @include user-select(none);
18
18
 
19
19
  background-color: gray(210);
@@ -39,8 +39,10 @@
39
39
  }
40
40
 
41
41
  &.disabled {
42
+ @include opacity(0.5);
42
43
  @include single-text-shadow(rgba(black, 0.1), 0, 0, 0);
43
44
  color: white;
45
+ cursor: default;
44
46
  text-decoration: none;
45
47
  padding-bottom: $padding_btm - 1;
46
48
  padding-top: $padding_top + 1;
@@ -74,7 +74,7 @@
74
74
  padding: 13px 15px 12px 15px;
75
75
 
76
76
  &.subtree {
77
- padding: 0 0 0 25px;
77
+ padding: 0 0 0 21px;
78
78
  }
79
79
 
80
80
  &.selectable {
@@ -151,7 +151,9 @@
151
151
  }
152
152
  }
153
153
 
154
+ // table.subtree
154
155
  &.subtree {
156
+ border-left: 1px solid gray(224);
155
157
  margin: 0;
156
158
  }
157
159
 
data/lib/lalala/engine.rb CHANGED
@@ -51,6 +51,10 @@ module Lalala
51
51
 
52
52
  end
53
53
 
54
+ initializer :assets do |config|
55
+ Rails.application.config.assets.precompile += %w( editor-preview.css )
56
+ end
57
+
54
58
  end
55
59
 
56
60
  ActiveSupport.on_load :active_record do
@@ -1,6 +1,6 @@
1
1
  module Lalala
2
2
  VERSION = "4.0.0"
3
- BUILD = "107"
3
+ BUILD = "109"
4
4
 
5
5
  if BUILD != ("{{BUILD_NUMBER" + "}}") # prevent sed replacement (see script/ci)
6
6
  BUILD_VERSION = "#{VERSION}.dev.#{BUILD}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lalala
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.dev.107
4
+ version: 4.0.0.dev.109
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Menke
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2013-04-23 00:00:00.000000000 Z
16
+ date: 2013-05-02 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: carrierwave