inile fixes for loading div
This commit is contained in:
src
@ -10,4 +10,4 @@
|
|||||||
.editable-container.editable-inline {
|
.editable-container.editable-inline {
|
||||||
display: inline;
|
display: inline;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
@ -38,7 +38,8 @@
|
|||||||
.editableform-loading {
|
.editableform-loading {
|
||||||
background: url('img/loading.gif') center center no-repeat;
|
background: url('img/loading.gif') center center no-repeat;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
min-width: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editable-inline .editableform-loading {
|
.editable-inline .editableform-loading {
|
||||||
|
Reference in New Issue
Block a user