I have a concept in mind for creating a disabled button with a loading gif that aligns with the text on the button. You can see an example of what I'm aiming for here: http://jsfiddle.net/roman_khrystynych/YTBLs/
The goal is to display a loading animation next to the updated text when a user clicks the button, indicating that the button is disabled. I want this design to be consistent across all buttons on the website, as the text will change frequently.
I am looking for suggestions on how to structure this button so that the loading gif automatically appears next to the text when the button is disabled. Any ideas on how to achieve this formatting?