-
-
Notifications
You must be signed in to change notification settings - Fork 450
Add spacing between buttons in Create New Order page #5246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: addison74 <8360474+addison74@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds consistent spacing between buttons in the Create New Order customer selection view by applying a 5px left margin to subsequent buttons within .entry-edit-head.
Changes:
- Added CSS rule to apply 5px left margin to buttons (excluding the first) within
.entry-edit-headsections
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| skin/adminhtml/default/openmage/scss/override.scss | Added SCSS rule for button spacing in entry-edit-head sections |
| skin/adminhtml/default/openmage/override.css | Compiled CSS output with the new button spacing rule |
| skin/adminhtml/default/openmage/override.css.map | Updated source map reflecting the SCSS changes |
* Fix #1216 and the fallback theme * ~ copilot hints * Clean cache on update Signed-off-by: Frank Rochlitzer <f.rochlitzer@b3-it.de> * Update app/code/core/Mage/Core/Model/Layout/Update.php Add @param Mage_Core_Model_Config_Element $updates and @return Mage_Core_Model_Config_Element to improve API documentation. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/code/core/Mage/Core/Model/Design/Fallback.php Explanation for array manipulation Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * ~ cs-fixer * Rector fix - Clean up docblock in addFallbackThemesLayoutUpdates Removed unnecessary docblock comments from the method. * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * ~rector --------- Signed-off-by: Frank Rochlitzer <f.rochlitzer@b3-it.de> Co-authored-by: Frank Rochlitzer <f.rochlitzer@b3-it.de> Co-authored-by: Frank Rochlitzer <theroch@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Addison <8360474+addison74@users.noreply.github.com>
|


Buttons in the order creation customer selection view render with no spacing between them.
Changes
Added CSS rule to apply 5px left margin to subsequent buttons within
.entry-edit-head:Screenshot
Before:

After:

Files Modified
skin/adminhtml/openmage/default/scss/override.scss- Added button spacing ruleskin/adminhtml/openmage/default/override.css- Compiled outputskin/adminhtml/openmage/default/override.css.map- Updated source mapNote
This PR has been rebased on main to resolve conflicts with PR #4756, which reorganized the admin theme structure (moving files from
skin/adminhtml/default/openmage/toskin/adminhtml/openmage/default/). The button spacing fix is now in the correct location.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.