Forum

You are not logged in. Please note that you need to log in before posting.

Dear friends! Please note that hitAppoint will be on holidays till June 12, 2011 with a limited online access. We apologize for delayed replies. Every request will be promptly resolved on return.

#1 2010-07-03 16:04:26

HowToMove
Member
Registered: 2010-05-01
Posts: 118
Website

styles written by PHP instead of in theme's style.css

In the file core/panels/customer/appointments/browse/index.php
there is output to create "<style> .ntsApproved"
which is later used as <td style="width: 1em; padding: 0;" class="ntsApproved">&nbsp;</td>

This inline style overrides the style sheet (style.css) and makes it impossible to change the color. Further, I'm curious why a class is applied to a TD tag along with another inline style definition?

Why not put all this stuff in the style sheet and just apply the class to TD?
If you need different padding elsewhere, make that a different style.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson