vendor/assets/stylesheets/bootstrap-editable.css in bootstrap-editable-rails-0.0.1 vs vendor/assets/stylesheets/bootstrap-editable.css in bootstrap-editable-rails-0.0.2
- old
+ new
@@ -1,10 +1,10 @@
-/*! X-editable - v1.1.1
-* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
-* http://github.com/vitalets/x-editable
-* Copyright (c) 2012 Vitaliy Potapov; Licensed MIT */
-
+/*! X-editable - v1.3.0
+* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
+* http://github.com/vitalets/x-editable
+* Copyright (c) 2012 Vitaliy Potapov; Licensed MIT */
+
.editableform {
margin-bottom: 0; /* overwrites bootstrap margin */
}
.editableform .control-group {
@@ -19,10 +19,12 @@
/* display-inline emulation for IE7*/
zoom: 1;
*display: inline;
}
+
+
.editable-input {
vertical-align: top;
display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
white-space: normal; /* reset white-space decalred in parent*/
@@ -34,16 +36,17 @@
.editable-buttons .editable-cancel {
margin-left: 7px;
}
/*for jquery-ui buttons need set height to look more pretty*/
-.editable-buttons button.ui-button {
+.editable-buttons button.ui-button-icon-only {
height: 24px;
+ width: 30px;
}
.editableform-loading {
- background: url('loading.gif') center center no-repeat;
+ background: url('img/loading.gif') center center no-repeat;
height: 25px;
width: auto;
min-width: 25px;
}
@@ -53,10 +56,11 @@
.editable-error-block {
max-width: 300px;
margin: 5px 0 0 0;
width: auto;
+ white-space: normal;
}
/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
padding: 3px;
@@ -82,29 +86,38 @@
.editable-checklist label span {
vertical-align: middle;
margin: 0;
}
+.editable-checklist label {
+ white-space: nowrap;
+}
+
.editable-clear {
clear: both;
font-size: 0.9em;
text-decoration: none;
text-align: right;
-}
+}
.editable-container {
- max-width: none; /* without this rule poshytip does not stretch */
+ max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}
.editable-container.popover {
/* width: 300px;*/ /* debug */
width: auto; /* without this rule popover does not stretch */
}
.editable-container.editable-inline {
- display: inline;
+/* display: inline; */ /* display: inline does not correctly work with show()/hide() in jquery <= 1.7.2 */
+ display: inline-block;
vertical-align: middle;
}
+
+.editable-container.ui-widget {
+ font-size: inherit; /* jqueryui widget font 1.1em too big, overwrite it */
+}
.editable-click,
a.editable-click,
a.editable-click:hover {
text-decoration: none;
border-bottom: dashed 1px #0088cc;
@@ -131,10 +144,10 @@
.editable-unsaved:after {
/* content: '*'*/
}
-
+
/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls