Skip to content

Instantly share code, notes, and snippets.

@sobataro
Last active January 23, 2018 11:03
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 sobataro/c6d8c41c0bb3da9c26fc83e537fd1419 to your computer and use it in GitHub Desktop.
Save sobataro/c6d8c41c0bb3da9c26fc83e537fd1419 to your computer and use it in GitHub Desktop.
AWS Console UserCSS
/* ヘッダの余白を狭めてアイコンをたくさん表示できるようにする */
#nav-logo {
margin-left: 10px !important;
margin-right: 10px !important;
}
.nav-menu {
padding-left: 3px !important;
padding-right: 6px !important;
}
#nav-shortcutBar li {
margin: 0 !important;
}
/* OpsWorks の Start All Instances, Stop All Instances ボタンは危険なので消す */
button[data-action="StartAllInstances"],
button[data-action="StopAllInstances"] {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment