-
-
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
Left side tabs #2734
Left side tabs #2734
Conversation
e524b47
to
fb2f8f1
Compare
👍 (just for screenshot, not tested yet) |
Something's weird about the buttons, might have been my changes though and not @isaacfreeman's fault. |
Having a look. I think it's be good to restore some rounded corners to the tabs too, so people don't hurt themselves. |
Could we reduce padding-top above the flash notice in order to be equal to the padding-left|right of the page content ? |
@bricesanchez: Good call, will do. |
Hello ! Could I help you to finish this feature ? |
@bricesanchea: That'd be great, thanks. |
Having admin tabs at the top running horizontally means they have to fit into a finite space. If there are too many, they go into a carousel, which is very inconvenient for navigation, and makes the rightmost tabs invisible to users. I've put the admin tabs vertically at the left of the admin area. This gives as much vertical space (with scrolling) as needed. - positioned admin tabs vertically at left - wrapped admin content in #admin_container div - corresponding #login_container div for login page - more rounded corner mixins - box-sizing mixin - admin_background mixing provides faux column gradient background for admin area (modern browsers and IE10 up) - SASS variables for $menu_width and $standard_rounding - sortable_menu.js setting changed to y axis - removed jcarousel and images Conflicts: core/app/assets/images/refinery/carousel-left.png core/app/assets/images/refinery/carousel-right.png core/app/assets/stylesheets/refinery/layout.css.scss
…ht.png - moved SASS utility mixins to a separate file - generalised admin_background() mixin to faux_columns_2() Conflicts: core/app/assets/stylesheets/refinery/layout.css.scss
- Removed admin rounding. - Gave menu a defined background. - Changed width of search box.
0ed1ebc
to
afca0bc
Compare
Conflicts: core/app/assets/stylesheets/refinery/layout.css.scss
Thoughts, comments? @isaacfreeman