Topic: Back Button images (continued from "Features Requests" thread)
Continued from this previous conversation, split off to avoid diluting the "Feature Requests" thread further (apologies for that).
@Steven
#1 is a compromise I'd be happy to accept in your case (23KB is not a huge overhead that I'd worry about).
#2 can easily be checked on a non-retina display to see if it looks OK. If it does not look OK, then my second suggestion above tackles this problem.
It looks fine to me, so hopefully no worries there - problem solved.
(Phew! I was concerned you'd be forced to explain, using rudimentary language, how to implement the embedding code you kindly created. I'm just about comfortable tinkering with the config.xml file, I'd hate to see the problems I could cause hacking away at the jbcore files!)
It looks like the alignment problem might happen only when you use a custom image for the Back Button.
Try adding a negative top margin of 5px to your Back Button image (via inline CSS). For example, try using something like the following for your backButtonText.<img src="logo.jpg" width="100" height="75" style="margin-top: -5px;" />
That appears to work beautifully, thank you.
(My pseudo OCD is satisfied...we called it 'perfectionism' when I was younger!)
Does it matter that my backButtonText is becoming littered with """ etc. in the config.xml file? I already run a couple of scripted alterations to the file before publishing and would be happy substituting a cleaner version of this...
backButtonText="<img src="http://www.mydomain.com/resources/logo-backbutton-400x100.png"width="200"height="50"style="margin-top:-5px;"/>"
...if it doesn't matter than I'll happily leave it be.