-
Notifications
You must be signed in to change notification settings - Fork 8
edit order styling... #242
Copy link
Copy link
Closed
Labels
Milestone
Description
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:
edit_orders/YOUR_ADMIN/includes/css/edit_orders.css
Lines 67 to 69 in 769b2cc
| .a-c { text-align: center; } | |
| .a-l { text-align: left; } | |
| .a-r { text-align: right; } |
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.
Reactions are currently unavailable