Opened 15 years ago
Closed 15 years ago
#888 closed defect (bug) (no action required)
"Send Invites" submit button needs pretty button css look. "generic-button" like css needed.
Reported by: | r-a-y | Owned by: | Jason_JM |
---|---|---|---|
Milestone: | 1.1 | Priority: | trivial |
Severity: | Version: | ||
Component: | Keywords: | Send Invite, button, submit, style, css, has-patch, needs-testing | |
Cc: | Jason_JM |
Description
When using the default bpmember theme, on the Groups > Send Invites page, the "Send Invites" button is missing the "generic-button" class, so the button looks off-kilter.
In BP 1.0.3 - /bp-groups/bp-groups-templatetags.php, change line 1537 from:
<div class="action">
to:
<div class="generic-button action">
Attachments (2)
Change History (12)
#2
@
15 years ago
- Cc Jason_JM added
- Keywords Send Invite button submit style needs-patch added
- Type changed from defect to enhancement
This is going to be a little different for the new theme I think. The nice button styles have not been applied yet for this guy.
If I have time I'll assign this to myself.
Might need to play with a custom class.
Parent container will need generic-button
Child (submit button) will need border:none, and the right arrow.
I actually have done this, but i'm running out of time atm. I'll get to it soon :-)
#4
@
15 years ago
- Keywords css added
- Summary changed from "generic-button" CSS class not in "Send Invites" button to "Send Invites" submit button needs pretty button css look. "generic-button" like css needed.
Milestone 1.0.4 deleted