Skip to content

Instantly share code, notes, and snippets.

@dmalikov
Created February 3, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmalikov/901fed8ab5681baf17b0 to your computer and use it in GitHub Desktop.
Save dmalikov/901fed8ab5681baf17b0 to your computer and use it in GitHub Desktop.
Make the Windows Azure Portal Full-Width (https://userstyles.org/styles/90287/windows-azure-full-width)
@-moz-document domain("manage.windowsazure.com") {
#headerbar-wrapper {
width: 100%;
margin-left: 0;
left: 0;
}
#fxshell-navpane {
left: 0;
margin-left: 0;
}
#drawer {
margin-left: 0;
left: 0;
width: 100%;
}
#aux-foreground {
width: 100%;
left: 0;
margin-left: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment