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

Roster detail styling improvement #732

Closed
tbar0970 opened this issue Nov 8, 2021 · 2 comments
Closed

Roster detail styling improvement #732

tbar0970 opened this issue Nov 8, 2021 · 2 comments

Comments

@tbar0970
Copy link
Owner

tbar0970 commented Nov 8, 2021

Improvements to roster display:

  • Make the "email all" and "SMS all" links take up less space. Perhaps an icon with context menu.
  • Reduce the line height for sermon titles, notes etc. But preserve space between those items (eg space between the sermon title and bible references, but tight spacing within the title itself when it spans lines).
  • Currently these elements are separated by BRs. To reduce line spacing and have space in between them they will need to become distinct block-level elements. Watch out for how this plays out in the printable roster and CSV.
  • The layout of 'personnel' cells is currently OK. It uses 'nowrap' spans with BRs in between persons. Make sure this layout isn't broken by changes.
    image
@tbar0970
Copy link
Owner Author

image
fix this line spacing

@tbar0970
Copy link
Owner Author

Current problem: We have a CSS rule

#body table.service-program td small, .service-details-inline small {
	color: #aaa !important;
	font-size: 75%;
	line-height: 0.5em;
}

but because small is an inline element, the line-height has no impact. Need to move the fine details into a block-level element such as a p.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant