css -> body in e107_admin\credits.php #5978
Replies: 1 comment
|
@Alex-e107nl you're right that a core admin page has no business styling body { text-align:left; font-size:13px; line-height:1.5em; font-weight:normal; font-family:Arial, Helvetica, sans-serif; }
p { margin:0px 5px 10px 5px; }
a { color:#F6931E; text-decoration:none; }
a:hover { color:#fdce8a; }The I'd temper the damage estimate, though, since it is not as loud as it reads. A bare Your One thing to keep in mind if anyone patches it: the CSS is duplicated. Root Filed as #5981. |
Uh oh!
There was an error while loading. Please reload this page.
@e107help Hi i found a css class in e107_admin\credits.php that changes the body in the admin, i do not think that is supposed to happen:
$css = "body { text-align: left; font-size:13px; line-height:1.5em; font-weight:normal; font-family:Arial, Helvetica, sans-serif; }Should be:
$css = ".credits-content { text-align: left; font-size:13px; line-height:1.5em; font-weight:normal; font-family:Arial, Helvetica, sans-serif; }I think?
All reactions