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

Missing Contribution Page Action Labels #483

Open
rbaugh opened this issue Dec 30, 2020 · 2 comments
Open

Missing Contribution Page Action Labels #483

rbaugh opened this issue Dec 30, 2020 · 2 comments

Comments

@rbaugh
Copy link

rbaugh commented Dec 30, 2020

In #469 there was a fix to add the three dots in place of the "more" menu. But this seems to have a negative affect for the "Manage Contributions" page. There is an attribute to move the text out of the way, text-indent -500em, which causes the options for a contribution page to not have a label. This can be confusing to someone not familiar enough with the system to know what each menu item is for.

Before
Screen Shot 2020-12-30 at 9 39 03 AM

After
Screen Shot 2020-12-30 at 10 01 38 AM

@alexmarketaccess
Copy link

To temporarily fix this on my own civicrm instance (Joomla/civiCRM/Shoredtich 1.0.0-beta.9), I updated the css/custom-civicrm.css css from
text-indent: -500em
to
text-indent:-8em
beta

@chrisgaraffa
Copy link

Putting this in custom.css seems to resolve it for us, and targets it specifically to this page.

.crm-container .crm-contribution-page-actions > div  span.btn-slide {
  text-indent: -8em !important;
}

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

No branches or pull requests

3 participants