bgarrels / textpattern

Automatically exported from code.google.com/p/textpattern
0 stars 0 forks source link

Login pages should have a (shared) specific class on the body element #429

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It gets tiresome to write
    body[id="page-login"] .element-to-style,
    body[id="page-logout"] .element-to-style {}
to style shared elements on those 2 (er, 3 **) pages

Suggested: body id=page-login class=login-pane

** the reset password pane would need it as well.

No patch… I didn’t find a way to append that class :-( I’m missing 
something in the logic in txplib_head, I think.

Original issue reported on code.google.com by ph.witte...@gmail.com on 26 Sep 2014 at 2:39

GoogleCodeExporter commented 9 years ago

Original comment by flaming....@mac.com on 4 Oct 2014 at 9:50