x-editable-rails 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- /*! X-editable - v1.4.5
1
+ /*! X-editable - v1.4.6
2
2
  * In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
3
3
  * http://github.com/vitalets/x-editable
4
4
  * Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
@@ -134,6 +134,10 @@
134
134
  .editable-clear-x:hover {
135
135
  opacity: 1;
136
136
  }
137
+
138
+ .editable-pre-wrapped {
139
+ white-space: pre-wrap;
140
+ }
137
141
  .editable-container.editable-popup {
138
142
  max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
139
143
  }
@@ -153,6 +157,7 @@
153
157
 
154
158
  .editable-container.ui-widget {
155
159
  font-size: inherit; /* jqueryui widget font 1.1em too big, overwrite it */
160
+ z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
156
161
  }
157
162
  .editable-click,
158
163
  a.editable-click,
@@ -1,4 +1,4 @@
1
- /*! X-editable - v1.4.5
1
+ /*! X-editable - v1.4.6
2
2
  * In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
3
3
  * http://github.com/vitalets/x-editable
4
4
  * Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
@@ -134,6 +134,10 @@
134
134
  .editable-clear-x:hover {
135
135
  opacity: 1;
136
136
  }
137
+
138
+ .editable-pre-wrapped {
139
+ white-space: pre-wrap;
140
+ }
137
141
  .editable-container.editable-popup {
138
142
  max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
139
143
  }
@@ -153,6 +157,7 @@
153
157
 
154
158
  .editable-container.ui-widget {
155
159
  font-size: inherit; /* jqueryui widget font 1.1em too big, overwrite it */
160
+ z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
156
161
  }
157
162
  .editable-click,
158
163
  a.editable-click,
@@ -1,4 +1,4 @@
1
- /*! X-editable - v1.4.5
1
+ /*! X-editable - v1.4.6
2
2
  * In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
3
3
  * http://github.com/vitalets/x-editable
4
4
  * Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
@@ -134,6 +134,10 @@
134
134
  .editable-clear-x:hover {
135
135
  opacity: 1;
136
136
  }
137
+
138
+ .editable-pre-wrapped {
139
+ white-space: pre-wrap;
140
+ }
137
141
  .editable-container.editable-popup {
138
142
  max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
139
143
  }
@@ -153,6 +157,7 @@
153
157
 
154
158
  .editable-container.ui-widget {
155
159
  font-size: inherit; /* jqueryui widget font 1.1em too big, overwrite it */
160
+ z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
156
161
  }
157
162
  .editable-click,
158
163
  a.editable-click,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: x-editable-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jiri Kolarik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-05 00:00:00.000000000 Z
11
+ date: 2013-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler