Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Admin Set Participants tab layout match Collections Sharing tab … #3384

Conversation

adamjarling
Copy link
Member

…layout. Also update the add users and add group forms to use Bootstrap inline-forms with cleaner markup

Fixes #3365

Cleans up the UI / layout of Admin Set Participants tab view, to match Collections Sharing tab view. Also cleans up the Bootstrap form-inline markup to better follow Bootstrap convention.

After

admin-set-participants-tab-updated

Before

admin-set-participants-tab

@samvera/hyrax-code-reviewers

@adamjarling adamjarling self-assigned this Nov 6, 2018
@@ -97,8 +97,7 @@ h4 .small {
text-decoration: none;
}

input.batch_document_selector,
input.disabled {
input.batch_document_selector {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid qualifying class selectors with an element.
Selector batch_document_selector should be written in lowercase with hyphens

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a previously defined CSS class, didn't add it.

@cjcolvar
Copy link
Member

cjcolvar commented Nov 7, 2018

@adamjarling @no-reply Should this be put in the 3.x milestone?

@adamjarling
Copy link
Member Author

@cjcolvar Not really sure. It doesn't change the way Admin Set participants page actions are being handled, but it does adjust the UI.

@adamjarling adamjarling force-pushed the 3365-collections-participants-remove-button-sizing-inconsistency branch from 6e2adcb to 69d7e0d Compare November 8, 2018 14:37
…layout. Also update the add users and add group forms to use Bootstrap inline-forms with cleaner markup
@adamjarling adamjarling force-pushed the 3365-collections-participants-remove-button-sizing-inconsistency branch from 69d7e0d to 132061c Compare November 9, 2018 14:30
Copy link
Contributor

@no-reply no-reply left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. master is 3.x line now.

@no-reply no-reply merged commit 6e244bb into master Nov 12, 2018
@no-reply no-reply deleted the 3365-collections-participants-remove-button-sizing-inconsistency branch November 12, 2018 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants