inile fixes for loading div

This commit is contained in:
vitalets 2012-11-28 16:48:58 +04:00
parent da44cfd715
commit ba4a2055f7
2 changed files with 3 additions and 2 deletions
src

@ -10,4 +10,4 @@
.editable-container.editable-inline {
display: inline;
vertical-align: middle;
}
}

@ -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 {