User tests: Successful: Unsuccessful:
Pull Request for Issue # .
In HTML5, the width
attribute is obsolete on <table>
, <td>
and <th>
, so this PR replaces:
<td width="XX">
width:
<td style="width:XX">
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_admin com_associations com_banners com_cache com_categories com_checkin com_contact com_content com_contenthistory com_fields com_finder com_installer |
There were only 3 instances of non percentage widths. I'm simply converting what is already there. But yes you're right, a % would be better. Can be done in a separate PR.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-06 08:48:24 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Woudn't it be better to always use % instead of fixed width