From ba4a2055f78334234e90f42cee68d2ae754fd6bc Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Wed, 28 Nov 2012 16:48:58 +0400 Subject: [PATCH] inile fixes for loading div --- src/containers/editable-container.css | 2 +- src/editable-form/editable-form.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/containers/editable-container.css b/src/containers/editable-container.css index c0a5c48..1a91e98 100644 --- a/src/containers/editable-container.css +++ b/src/containers/editable-container.css @@ -10,4 +10,4 @@ .editable-container.editable-inline { display: inline; vertical-align: middle; -} \ No newline at end of file +} \ No newline at end of file diff --git a/src/editable-form/editable-form.css b/src/editable-form/editable-form.css index 1ff18fe..874705a 100644 --- a/src/editable-form/editable-form.css +++ b/src/editable-form/editable-form.css @@ -38,7 +38,8 @@ .editableform-loading { background: url('img/loading.gif') center center no-repeat; height: 25px; - width: auto; + width: auto; + min-width: 25px; } .editable-inline .editableform-loading {