The layout of main buttons for Edit Work page is confusing, and could be better organized. Investigate alternative layout options.

Link to related tickets or prior related work here.
@chrisdaaz @vantuyls 2 options for how to clean this display up a bit. Preference? I also fixed the label sizing next to the Title, and made the buttons the primary button color to follow suit on Edit Collections page. Trying to get some consistency.


i prefer the second, as it places the buttons in the same horizontal space. i'm assuming there is a hard line break between the two rows to prevent the icky re-stacking effect we're currently seeing.
also, how does this do on mobile?
@samvera/hyrax-repo-managers may want to have a peek at this
@vantuyls Sounds good. Yes it is a hard line-break between the two rows. And the first row is grouped by some type of permission or edit access, so those three buttons should probably stay together.
Here's how it looks on mobile:
After:

Before:

looks much better!
@jcoyne How about these two options? The 2nd option, of putting the buttons in their own row, is how Github might approach this. Maybe Github should just be the style guide for how to implement Bootstrap in Hyrax when in doubt.
If I ran further with this, I'd go buttons above title, then break out "Relationships" and "Items" in their own panel groupings, with a lower subhead <h3>. To make the content separation more distinguishable maybe?





Last screenshot, then I'll give it a rest. Something like this...

of those, i like the buttons above the title. that way they don't invade the metadata box. not sure there is a "best" approach, though.
Great. @vantuyls Are you ok with 'panelizing' Relationships and Items sections in this page as well?
My idea is that maybe we're currently using panels as a container to shove all the page content in them, instead of using them to visually group UI segments.
I think the last screenshot is the most well organized for a variety of reasons:
The work type ( "Generic Work") looks to be the Header of the page. It seems that should be lower on the page hierarchy than the title of the work. Even if it's above the Title it should be obvious it's of lower importance visually.
Here's another version, with the following updates:
<h1> tag(s) which may be better for seo and accessibility?
Most helpful comment
@vantuyls Sounds good. Yes it is a hard line-break between the two rows. And the first row is grouped by some type of permission or edit access, so those three buttons should probably stay together.
Here's how it looks on mobile:
After:
Before: