I like stylish the best. The placement of the save_button affects the main_middle div so I thought I would share the fix that works for me.
Thanks Stephan, for pointing me to stylish. @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("heroku.com") { body div#main_middle { margin-left: -65px; } body a#save_button { float: left; margin-left: -10px; } } On Fri, Apr 4, 2008 at 9:48 PM, anteaya <[EMAIL PROTECTED]> wrote: > > Thank you, Stephan. > > I will work with your suggestions. > > > On Apr 4, 9:45 pm, stephan <[EMAIL PROTECTED]> wrote: > > 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 > extensionhttp://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/ > > > > Stephanhttp://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 -~----------~----~----~----~------~----~------~--~---
