ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: emanuele on January 08, 2014, 11:32:20 am

Title: Jumping buttons
Post by: emanuele on January 08, 2014, 11:32:20 am
I remember @Spuds said something about that, a possibility is to change:
Code: [Select]
.draftautosave #draft_lastautosave { 
display: block;
}
to:
Code: [Select]
.draftautosave #draft_lastautosave { 
display: inline-block;
}
The throbber then appears on the left of the string and nothing moves!