How to present Actions (eg. CRUD) buttons without taking focus away from main content?
I am looking for a way to present Actions (eg. CRUD) buttons while not taking focus away from main content. It'll be great to see examples of good application design (I am doing a web app (probably with a mobile site later), but desktop/mobile app examples will be good too)
I think below is one way (quite "standard")
But suppose I have a smaller width or perhaps got many buttons to add, some with longer labels, maybe I have to develop for mobile devices how can I present the buttons.