After upgrading to 1.7.0.2 I’ve noticed that on all the admin buttons there are 3 icons. There are 2 too many SPAN tags within the code for the buttons. See image attached.
What can I do about removing these spans? Why has this happened?
I don’t know where to start looking to resolve this?!
The reason this is happening is because the default CSS for adminhtml has been changed a bit.
You can either replace the CSS from your default admin to your custom admin, and re-do the changes. Or, you can just probably add the following to your css to fix this.
Keep in mind that there are a few more changes in other sections. For instance, if you look at the payment methods section under configuration, you’ll see that the way the buttons work under paypal payments are different, and must use the proper styles to look and function properly.