Tweak layout of tags on editions #271
Merged
Conversation
Tags don’t change too often, so the fields, which are more complex than simple text inputs, shouldn’t obscure the main content ones. * Move tags into a partial * Put partial at the bottom of each form * Add a tags header and divider to separate fields from rest of form
* Use a smaller grid width to match earlier form fields * Nest each item in a form-group for vertical spacing * Re-word the section explanation
Now the smart answer buttons are not at the bottom of the page, the fixed workflow buttons obscure them when automating a click. * Use trigger instead of click_on to always trigger the click on the right element and avoid poltergeist’s co-ordinate warning
elliotcm
added a commit
that referenced
this pull request
Oct 24, 2014
Tweak layout of tags on editions
1f2e9ec
into
allow-tagging-of-collections-to-editions
1 check passed
1 check passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Tags don’t change too often, so the fields, which are more complex than simple text inputs, shouldn’t obscure the main content ones.