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

Memberlist CSS bugz #1459

Closed
StealthWombat opened this issue Mar 3, 2014 · 2 comments
Closed

Memberlist CSS bugz #1459

StealthWombat opened this issue Mar 3, 2014 · 2 comments

Comments

@StealthWombat
Copy link
Contributor

Couple of things. The letters being inserted to break up the list into categories seem to be borking the CSS zebra striping.

I haven't looked at the back end yet, but suspect it's something to do with shoving extra stuff in via PHP (or js?) and the resulting child abuse is messing things up.

Also, at the moment the letter "headings" don't look like headings at all. They look more like bugz, even though technically they aint. They would benefit from some decent styling, so people will think they are headings instead of bugz.

@StealthWombat
Copy link
Contributor Author

Took a look at the template. The PHP is setting standard_row and alternate_row classes, but they're not in the CSS anywhere (should be).

The CSS has this:

.table_grid .standard_row:nth-child(even) {
    background: #fafafa;
}

...which of course is making a mess of things when combined with the other stuff. Shouldn't be hard to fix it all.

@emanuele45 emanuele45 added this to the 1.0.1 milestone Sep 8, 2014
@emanuele45
Copy link
Contributor

Looks like it's working right now.

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

2 participants