Page 1 of 2

Waze Editor - layout tweaking - userstyle

Posted: Fri Jan 17, 2014 7:50 pm
by CrazyTerabyte
I wrote a custom CSS to tweak the Waze Editor layout, increasing the available space.
It is available at: http://userstyles.org/styles/97276/waze ... t-tweaking
It can be installed using: Stylish for Firefox or Stylish for Chrome.
I'm also adding it to the Waze Wiki.

Re: Waze Editor - layout tweaking - userstyle

Posted: Sat Jan 18, 2014 5:58 am
by AlanOfTheBerg
Good start. I think the controls spacing on the left sidebar can always be reduced more. Font size could be smaller.

I think the menu bar shrinking is unnecessary: Most vet editors edit in fullscreen (Shift+f) mode, so the waze logo and menus are never there anyway.

Re: Waze Editor - layout tweaking - userstyle

Posted: Thu Nov 05, 2015 7:29 am
by bz2012
I have enjoyed the script very much and thank you.
I must report that the new version of WME conflicts with the script.
When streetview is invoked, this is what happens:
2015-11-05_004829.png
(100.97 KiB) Downloaded 1641 times
Since there is no close 'x', the only way out is 'shift-W' or reloading.

Re: Waze Editor - layout tweaking - userstyle

Posted: Wed May 28, 2014 7:22 am
by carloslaso
CrazyTerabyte wrote:Thanks to pjlasl for notifying me!

The custom style has been updated, fixing the top-right dropdown button+balloon, as well as other minor fixes.
Is there a way for this style to work in WME when used in other languages?

https://www.waze.com/es/editor/ - https://editor-beta.waze.com/es/editor/

https://www.waze.com/en-GB/editor/ - https://www.waze.com/it/editor/...

Thanks.

Re: Waze Editor - layout tweaking - userstyle

Posted: Wed May 28, 2014 7:54 pm
by carloslaso
Weird, Latin-American Spanish is the one breaking it.

http://youtu.be/hhGz6ke_2Vw

Re: Waze Editor - layout tweaking - userstyle

Posted: Wed May 28, 2014 8:14 pm
by carloslaso
CrazyTerabyte wrote: "es-419"? When I wrote the regex, I thought: no language code has numbers in it! Well, I was wrong, and I've already fixed the style. Thanks for reporting it!
I use English by default and I hate receiving those links from some mentees but I want this script to work well. :)

Re: Waze Editor - layout tweaking - userstyle

Posted: Thu Nov 05, 2015 3:57 pm
by carloslaso
I am looking forward to this!!! :D

Re: Waze Editor - layout tweaking - userstyle

Posted: Thu Nov 05, 2015 9:01 pm
by carloslaso
Hi,
I have a problem with toolbox dropdown:
Screen Shot 2015-11-05 at 1.57.47 PM.png
Toolbox
(376.72 KiB) Downloaded 1621 times
Screen Shot 2015-11-05 at 2.01.22 PM.png
Button
(38.89 KiB) Downloaded 1571 times

Re: Waze Editor - layout tweaking - userstyle

Posted: Sat Jan 18, 2014 9:30 am
by CrazyTerabyte
AlanOfTheBerg wrote:Good start. I think the controls spacing on the left sidebar can always be reduced more. Font size could be smaller.
I tried reducing the right whitespace from the sidebar and it gave me a few issues (that I ended up hiding by using "overflow-x: hidden"). So I sorta didn't try mess with the sidebar even further.

Update: Okay, given your suggestion, I've tweaked the layout inside the sidebar. It is now 230 pixels wide (100px less than the original), and things inside it are also more compact.
AlanOfTheBerg wrote:I think the menu bar shrinking is unnecessary: Most vet editors edit in fullscreen (Shift+f) mode, so the waze logo and menus are never there anyway.
I only discovered Shift+F after I finished writing this custom CSS. A clickable button to fullscreen mode would make it more discoverable.

Update: I've enabled the blue header reduction for all pages on waze domain, including the forum and the livemap.

Re: Waze Editor - layout tweaking - userstyle

Posted: Wed May 28, 2014 2:30 am
by CrazyTerabyte
Thanks to pjlasl for notifying me!

The custom style has been updated, fixing the top-right dropdown button+balloon, as well as other minor fixes.