vendor/assets/stylesheets/editable/jqueryui-editable.scss in x-editable-rails-1.0.2 vs vendor/assets/stylesheets/editable/jqueryui-editable.scss in x-editable-rails-1.0.3
- old
+ new
@@ -1,6 +1,6 @@
-/*! X-editable - v1.4.5
+/*! X-editable - v1.4.6
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
@@ -132,10 +132,14 @@
}
.editable-clear-x:hover {
opacity: 1;
}
+
+.editable-pre-wrapped {
+ white-space: pre-wrap;
+}
.editable-container.editable-popup {
max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}
.editable-container.popover {
@@ -151,9 +155,10 @@
*display: inline;
}
.editable-container.ui-widget {
font-size: inherit; /* jqueryui widget font 1.1em too big, overwrite it */
+ z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click,
a.editable-click,
a.editable-click:hover {
text-decoration: none;