Files
jupyterhub/share/jupyter/hub/static/less/page.less
Matthias Bussonnier eccf2fe5be Make theme closer to notebook.
improvement of admin page split
edit/delete in their own column
2015-03-08 17:39:46 -07:00

33 lines
324 B
Plaintext

.jpy-logo {
height: 35px;
margin: 2px;
}
#header {
border-bottom: 1px solid #e7e7e7;
height: 40px;
}
.navbar {
min-height:20px;
}
.hidden {
display: none;
}
.dropdown.navbar-btn{
padding:0 5px 0 0;
}
#login_widget{
& .navbar-btn.btn-sm {
margin-top: 5px;
margin-bottom: 5px;
}
}