Re: [mezzanine-users] Admin navigation

2014-02-25 Thread Josh B
I haven't been able to jump back on it. So feel free. On Tuesday, February 25, 2014 2:07:11 PM UTC-7, Josh Cartmell wrote: Yeah, although it ended up being a small CSS change it took me quite a bit of messing around to get it looking like that. I think putting the selectors in the top bar

Re: [mezzanine-users] Admin navigation

2014-02-25 Thread Stephen McDonald
That's awesome - I think next we'd need to figure out how to have the current section you're on open by default. On Wed, Feb 26, 2014 at 8:42 AM, Josh Cartmell joshcar...@gmail.com wrote: Ok, just added some js, take a look at http://codepen.io/joshcartme/full/wtkrF (that's a different url

Re: [mezzanine-users] Admin navigation

2014-02-25 Thread Cameron Moore
I like where this is headed. I'm not a front-end pro either, but here are a couple usability things I noticed: #1: Having cursor: pointer on .dropdown-menu li is confusing since clicking the list-item doesn't do anything. You have to click the anchors to get any actions to fire. Can you add

Re: [mezzanine-users] Admin navigation

2014-02-23 Thread Josh Cartmell
I'd like to try to help as well, would there be any way to put a static version up on jsfiddle or codepen so that we could easily play with the js and iterate? On Sat, Feb 22, 2014 at 6:44 PM, Stephen McDonald st...@jupo.org wrote: Don't really have one - is there any reason not to modify it?

Re: [mezzanine-users] Admin navigation

2014-02-23 Thread Stephen McDonald
Sounds like a great idea, wanna kick it off? On Mon, Feb 24, 2014 at 9:08 AM, Josh Cartmell joshcar...@gmail.com wrote: I'd like to try to help as well, would there be any way to put a static version up on jsfiddle or codepen so that we could easily play with the js and iterate? On Sat,

Re: [mezzanine-users] Admin navigation

2014-02-23 Thread Stephen McDonald
Thanks a lot Josh! Not sure if it's intended bit it still looks a bit off on my end: http://cl.ly/image/1q2H0E1Y1w0w My browser is Chrome 34.0.1847.3 On Mon, Feb 24, 2014 at 4:10 PM, Josh B josh.batche...@wearetopsecret.comwrote: I just opened a Pull Request for the messages issue. Haven't

Re: [mezzanine-users] Admin navigation

2014-02-23 Thread Josh B
My bad, forgot to fix the error message once logged in. Give me a minute. On Sunday, February 23, 2014 10:14:29 PM UTC-7, Stephen McDonald wrote: Thanks a lot Josh! Not sure if it's intended bit it still looks a bit off on my end: http://cl.ly/image/1q2H0E1Y1w0w My browser is Chrome

Re: [mezzanine-users] Admin navigation

2014-02-23 Thread Stephen McDonald
Ahhh I'm sorry, I just cleared my cache and it mostly looks right: http://cl.ly/image/1s2j3B121Q3U On Mon, Feb 24, 2014 at 4:17 PM, Josh B josh.batche...@wearetopsecret.comwrote: My bad, forgot to fix the error message once logged in. Give me a minute. On Sunday, February 23, 2014

Re: [mezzanine-users] Admin navigation

2014-02-23 Thread Josh B
Did you want it to butt up to the top or? On Sunday, February 23, 2014 10:19:31 PM UTC-7, Stephen McDonald wrote: Ahhh I'm sorry, I just cleared my cache and it mostly looks right: http://cl.ly/image/1s2j3B121Q3U On Mon, Feb 24, 2014 at 4:17 PM, Josh B

Re: [mezzanine-users] Admin navigation

2014-02-23 Thread Stephen McDonald
Yep but I've just fixed that locally and will push in a sec so don't sweat it. Thanks again, really exciting to give the admin a dress up! On Mon, Feb 24, 2014 at 4:21 PM, Josh B josh.batche...@wearetopsecret.comwrote: Did you want it to butt up to the top or? On Sunday, February 23, 2014

Re: [mezzanine-users] Admin navigation

2014-02-23 Thread Josh B
Sounds good, besides the collapsible menu is there other things you want to do to the admin? On Sunday, February 23, 2014 10:22:37 PM UTC-7, Stephen McDonald wrote: Yep but I've just fixed that locally and will push in a sec so don't sweat it. Thanks again, really exciting to give the

Re: [mezzanine-users] Admin navigation

2014-02-22 Thread Josh B
Stephen, what is your stance on modifying the admin/base.html? On Saturday, February 22, 2014 7:30:30 PM UTC-7, Josh B wrote: I don't have a ton of time, but I will take a look and fix a couple of things. On Saturday, February 22, 2014 12:35:26 AM UTC-7, Stephen McDonald wrote: I've just

Re: [mezzanine-users] Admin navigation

2014-02-22 Thread Stephen McDonald
Don't really have one - is there any reason not to modify it? If not, go for it. On Sun, Feb 23, 2014 at 1:42 PM, Josh B josh.batche...@wearetopsecret.comwrote: Stephen, what is your stance on modifying the admin/base.html? On Saturday, February 22, 2014 7:30:30 PM UTC-7, Josh B wrote: I

Re: [mezzanine-users] Admin navigation

2014-02-21 Thread Stephen McDonald
I've just pushed up an initial version of this and am desperately seeking assistance in finishing it: https://github.com/stephenmcd/mezzanine/commit/6fcba4b31e4a9f21275cd22774d8ac24d3342668 The main problem at the moment is that messages invalid login, you've saved foo, etc are completely

Re: [mezzanine-users] Admin navigation

2014-02-17 Thread Luc Milland
Hello, I think it's great, since most of the people have wide screens nowadays. Maybe it would be cool if submenus were toggleable, since the list can become very long when using custom and third party apps. Luc Le lundi 17 février 2014 à 12:01 +1100, Stephen McDonald a écrit : Playing around

Re: [mezzanine-users] Admin navigation

2014-02-17 Thread Josh Cartmell
Hey Steve, that looks pretty cool! I agree with Luc that it would be nice to make it collapse able. It also might be nice if the menu scrolled independently from the rest of the page. Last question, what happens on smaller screens? On Mon, Feb 17, 2014 at 12:23 AM, Luc Milland

Re: [mezzanine-users] Admin navigation

2014-02-17 Thread Stephen McDonald
On Tue, Feb 18, 2014 at 5:10 AM, Josh Cartmell joshcar...@gmail.com wrote: Hey Steve, that looks pretty cool! I agree with Luc that it would be nice to make it collapse able. It also might be nice if the menu scrolled independently from the rest of the page. Last question, what happens on

[mezzanine-users] Admin navigation

2014-02-16 Thread Stephen McDonald
Playing around with restyling the nav menu in the admin: http://cl.ly/image/3519242k1m0K The nav menu contains the admin classes grouped by app - previously it was implemented as light grey drop-down menus across the top of the screen. You'll see I've moved everything to the left-hand side, with