Anteaya, As a workaround, you could change the save button through CSS. You could use the "Nuke Anything Enhanced" firefox extension and just right-click the "save" button to make it disappear. https://addons.mozilla.org/en-US/firefox/addon/951
Also, you could install the "stylish" firefox extension http://userstyles.org/ And just override the following CSS code: a#save_button { float: left; position: relative; top: -10px; left: 0px; width: 75px; height: 24px; margin-left: 8px; background: transparent url(/images/save_button.png) no-repeat top left; } Also if you don't have the firebug extension installed because of the latest compatibility issues, you should give the latest version (or the beta version) a try. http://getfirebug.com/ Stephan http://quickspikes.com On Apr 2, 6:00 pm, anteaya <[EMAIL PROTECTED]> wrote: > I would like to request the re-location of the save button in the > workspace. > > It's proximity to the button to view the view means that sometimes the > save button gets pushed when the view >> button is desired. > > I find heroku very good for collaborative work and I use the view > button >> to update the workspace when my co-collaborators have made a > change so that I may view the new code. > > If I hit the save button instead of the view >> button, goodbye > changes. It has happened already. > > Thought I would mention it. > > Thanks for the great work guys, this really makes learning and > collaborating on an app much easier than anything else I have found > previously. > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
