lat9 / edit_orders

Edit Orders: Updates for continued operation on Zen Cart v1.5.8 and later
GNU General Public License v2.0
5 stars 9 forks source link

edit order styling... #242

Open proseLA opened 4 months ago

proseLA commented 4 months ago

zen-cart admin makes use of bootstrap css.

it seems edit-orders has its own sort of styling which has always seemed jarring to me.

i am not sure why all of the input elements doe not have a form-control class associated with them. i tried doing a PR to start creating something, but then i ran into issues with some of these things:

https://github.com/lat9/edit_orders/blob/769b2cc91c9a8b562cc440b7f33522db47e74fdc/YOUR_ADMIN/includes/css/edit_orders.css#L67-L69

can we start moving to the point of having a common dialog about styling on the admin?

it's just really difficult when one creates their own styling for the admin, and EO does not embrace the styling already prevalent in the ZC admin.

lat9 commented 2 weeks ago

Addressed in this PR.