lat9 / printable_price_list

Zen Cart: Printable Price-List
Other
0 stars 2 forks source link

Column header class change needed for "greedy" `responsive_classic` #30

Closed lat9 closed 1 month ago

lat9 commented 1 month ago

The price-list table's column headers currently have classes of colPL and colhPL. Since the price-list table now runs under the active template's styling, the responsive_classic template's responsive.css uses this style

[class*="col"] {
    float: left;
    margin-left: 5px;
}

which borks the table-heading display. Need to rename those classes for inter-operation.

lat9 commented 1 month ago

colPL is renamed to tablePL and colhPL is renamed to theadPL.