-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Create 3 layout options for content area of admin UI #1078
Comments
We were planning both on creating templates and moving existing screens over to those new templates for 1.3. Due to time constraints, we're going to wait until a later release to merge the new layouts in. |
After running through an exercise with more of the admin forms, I've realized that 3 layouts instead of 2 is actually more useful. So we'll have the full width layout and two forms layouts as noted in #1290. |
Close due to staleness |
The content area of the Solidus admin is currently restricted to 940px. I'd like to create two new layouts - one to maximize the full width of the content area and another for forms and such that don't need to use as much space. These layouts will be created with Bootstrap and we'll be getting rid of the current 16 column grid for the core pages.
Design requirements:
Prepare for new layouts #1012 Bootstrap was recently added to the admin to help prepare for this issue.
The text was updated successfully, but these errors were encountered: